DicomObjects.NET8 Documentation
DicomObjects.Enums Namespace / SOPClassGroups Enumeration



In This Topic
    SOPClassGroups Enumeration
    In This Topic
    The categories of SOP class used for negotiation
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum SOPClassGroups 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SOPClassGroups
    [Flags()]
    public enum SOPClassGroups : System.Enum 
    [Flags()]
    public enum class SOPClassGroups : public System.Enum 
    Members
    MemberDescription
    ApplicationContextThe single DICOM Application Context
    FrameOfReferenceWell-known frames of reference
    Images16BitDICOM Images expected to contain up to 16 bit pixel data
    Images1BitDICOM Images expected to contain only 1 bit pixel data
    Images32BitDICOM Images expected to contain up to 32 bit pixel data
    Images8BitDICOM Images expected to contain only 8 bit pixel data
    ImplicitVrOnlySpecial group for objects at risk of exceeding 64k for attributes with 2 byte lengths
    MetaSOPClassA DICOM Meta SOP class
    NonImageObjectsPersistent DICOM objects without pixel data
    ServicesDICOM Services such as verification and C-GET etc.
    SopClass Dicom defined generic SOP Class
    TransferSyntaxA DICOM Transfer Syntax
    User1User group for custom SOP class/transfer syntax definitions
    User2User group for custom SOP class/transfer syntax definitions
    User3User group for custom SOP class/transfer syntax definitions
    WellKnownInstanceWell-known fixed DICOM Instances
    Remarks
    These groups are used as indices for the DicomGlobal.SOPClassGroup, DicomGlobal.OfferedTransferSyntaxes and DicomGlobal.AcceptedTransferSyntaxes indexed properties
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.SOPClassGroups

    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