'Declaration<System.FlagsAttribute()> Public Enum SOPClassGroups Inherits System.Enum
[System.Flags()] public enum SOPClassGroups : System.Enum
'Declaration<System.FlagsAttribute()> Public Enum SOPClassGroups Inherits System.Enum
[System.Flags()] public enum SOPClassGroups : System.Enum
| Member | Description |
|---|---|
| ApplicationContext | The single DICOM Application Context |
| FrameOfReference | Well-known frames of reference |
| Images16Bit | DICOM Images expected to contain up to 16 bit pixel data |
| Images1Bit | DICOM Images expected to contain only 1 bit pixel data |
| Images32Bit | DICOM Images expected to contain up to 32 bit pixel data |
| Images8Bit | DICOM Images expected to contain only 8 bit pixel data |
| ImplicitVrOnly | Special group for objects at risk of exceeding 64k for attributes with 2 byte lengths |
| MetaSOPClass | A DICOM Meta SOP class |
| NonImageObjects | Persistent DICOM objects without pixel data |
| Services | DICOM Services such as verification and C-GET etc. |
| SopClass | Dicom defined generic SOP Class |
| TransferSyntax | A DICOM Transfer Syntax |
| User1 | User group for custom SOP class/transfer syntax definitions |
| User2 | User group for custom SOP class/transfer syntax definitions |
| User3 | User group for custom SOP class/transfer syntax definitions |
| WellKnownInstance | Well-known fixed DICOM Instances |
System.Object
System.ValueType
System.Enum
DicomObjects.Enums.SOPClassGroups