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






    UIDType Enumeration
    Classification of DICOM UID types
    Syntax
    'Declaration
     
    
    Public Enum UIDType 
       Inherits System.Enum
     
    'Usage
     
    
    Dim instance As UIDType
    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: .NET CLR 4.8 or higher

    See Also