'Declaration<FlagsAttribute()> Public Enum SOPClassGroups Inherits System.Enum
'UsageDim instance As SOPClassGroups
[Flags()] public enum SOPClassGroups : System.Enum
[Flags()] public enum class SOPClassGroups : public System.Enum
'Declaration<FlagsAttribute()> Public Enum SOPClassGroups Inherits System.Enum
'UsageDim instance As SOPClassGroups
[Flags()] public enum SOPClassGroups : System.Enum
[Flags()] public enum class SOPClassGroups : public 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
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