DicomObjects.NET Core Documentation
DicomObjects.Enums Namespace / StatusType Enumeration



In This Topic
    StatusType Enumeration
    In This Topic
    DICOM status code type
    Syntax
    'Declaration
     
    
    Public Enum StatusType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As StatusType
    public enum StatusType : System.Enum 
    public enum class StatusType : public System.Enum 
    Members
    MemberDescription
    Cancel Cancel status code
    Failure Failure status code
    Pending Pending status code
    Success Success status code
    Unknown Not a DICOM defined status code
    Warning Warning status code
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.StatusType

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also