C#
VB
C++
Specifies the type of the DICOM object.
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.