Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Dicom.Web Namespace : ObjectType Enumeration |
[DataContractAttribute()] public enum ObjectType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <DataContractAttribute()> Public Enum ObjectType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As ObjectType
[DataContractAttribute()] public enum class ObjectType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | The DICOM object does not have any images. |
0x00000001 | SingleFrameImage | The DICOM object has a 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. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.Web.ObjectType