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
     
    
    Public Enum SOPClassGroups 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SOPClassGroups
    public enum SOPClassGroups : System.Enum 
    public enum SOPClassGroups = class(System.Enum)
    public enum SOPClassGroups extends System.Enum
    __value public enum SOPClassGroups : public System.Enum 
    public enum class SOPClassGroups : public System.Enum 
    Members
    MemberDescription
    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
    NonImageObjectsPersistent DICOM objects without pixel data
    ServicesDICOM Services such as verification and C-GET etc.
    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
    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