C#
VB
C++
Specifies the type of the DICOM object.
public enum ObjectType Public Enum ObjectTypeInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
public enum class ObjectType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable Members
| Value | Member | Description |
|---|---|---|
| 0x00000000 | None | The DICOM object does not have any images. |
| 0x00000001 | SingleFrameImage | The DICOM object has an single frame image. |
| 0x00000002 | MultiFrameImage | The DICOM object has multi frame images. |
| 0x00000003 | Waveform | Not used. |
| 0x00000004 | StructuredReport | Not used. |
| 0x00000005 | RadiationDose | Not used. |
| 0x00000006 | Overlay | Not used. |
| 0x00000007 | PresentationState | Not used. |
| 0x00000008 | EvidenceDocument | Not used. |
| 0x00000009 | KeyImageNotes | Not used. |
| 0x0000000A | StandaloneOvelay | Not used. |
| 0x0000000B | StandaloneLUT | Not used. |
For an example, refer to the Medical Web Viewer demo, located in DICOMServicescs.csproj project.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
