'Declaration<System.FlagsAttribute()> Public Enum UIDType Inherits System.Enum
[System.Flags()] public enum UIDType : System.Enum
'Declaration<System.FlagsAttribute()> Public Enum UIDType Inherits System.Enum
[System.Flags()] public enum UIDType : System.Enum
| Member | Description |
|---|---|
| ApplicationContext | The single DICOM Application Context |
| FrameOfReference | Well-known frames of reference |
| Image16Bit | DICOM Images expected to contain up to 16 bit pixel data |
| Image1Bit | DICOM Images containing only 1 bit pixel data |
| Image32Bit | DICOM Images expected to contain up to 32 bit pixel data |
| Image8Bit | DICOM Images expected to contain only 8 bit pixel data |
| MetaSOPClass | A DICOM Meta SOP class |
| NonImageObject | Persistent DICOM objects without pixel data |
| Service | DICOM Services such as verification and C-GET etc. |
| SopClass | Dicom defined generic SOP Class |
| TransferSyntax | A DICOM Transfer Syntax |
| WellKnownInstance | Well-known fixed DICOM Instances |
System.Object
System.ValueType
System.Enum
DicomObjects.Enums.UIDType