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



In This Topic
    UIDType Enumeration
    In This Topic
    Classification of DICOM UID types
    Syntax
    'Declaration
     
    
    Public Enum UIDType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As UIDType
    public enum UIDType : System.Enum 
    public enum class UIDType : public System.Enum 
    Members
    MemberDescription
    ApplicationContextThe single DICOM Application Context
    FrameOfReferenceWell-known frames of reference
    Image16BitDICOM Images expected to contain up to 16 bit pixel data
    Image1BitDICOM Images containing only 1 bit pixel data
    Image32BitDICOM Images expected to contain up to 32 bit pixel data
    Image8BitDICOM Images expected to contain only 8 bit pixel data
    MetaSOPClassA DICOM Meta SOP class
    NonImageObjectPersistent DICOM objects without pixel data
    ServiceDICOM Services such as verification and C-GET etc.
    TransferSyntaxA DICOM Transfer Syntax
    WellKnownInstanceWell-known fixed DICOM Instances
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.UIDType

    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