C#
VB
C++
Specifies the type of the DICOM object.
[DataContractAttribute(Namespace="http://schemas.datacontract.org/2004/07/Leadtools.Dicom.Services.DataTypes", Name="ObjectType")]
[GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
public enum ObjectType
<DataContractAttribute()>
Public Enum ObjectType
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
[DataContractAttribute()]
public enum class ObjectType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | None | The DICOM object does not have any images. |
1 | SingleFrameImage | The DICOM object has a single-frame image. |
2 | MultiFrameImage | The DICOM object has multi-frame images. |
3 | Waveform | Not used. |
4 | StructuredReport | Not used. |
5 | RadiationDose | Not used. |
6 | Overlay | Not used. |
7 | PresentationState | Not used. |
8 | EvidenceDocument | Not used. |
9 | KeyImageNotes | Not used. |
10 | StandaloneOvelay | Not used. |
11 | StandaloneLUT | Not used. |
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