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

In This Topic
    SOPClassGroups Enumeration
    In This Topic
    The categories of SOP class used for negotiation
    Syntax
    'Declaration
     
    
    <System.FlagsAttribute()>
    Public Enum SOPClassGroups 
       Inherits System.Enum
    [System.Flags()]
    public enum SOPClassGroups : 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: .NET CLR 4.8 or higher

    See Also