LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
ObjectType Enumeration
See Also  
Leadtools.Dicom.Web Namespace : ObjectType Enumeration



Specifies the type of the DICOM object.

Syntax

Visual Basic (Declaration) 
<DataContractAttribute()>
Public Enum ObjectType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ObjectType
C# 
[DataContractAttribute()]
public enum ObjectType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[DataContractAttribute()]
public enum class ObjectType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
EvidenceDocumentNot used.
KeyImageNotesNot used.
MultiFrameImageThe DICOM object has multi frame images.
NoneThe DICOM object doesn't have any images.
OverlayNot used.
PresentationStateNot used.
RadiationDoseNot used.
SingleFrameImageThe DICOM object has an single frame image.
StandaloneLUTNot used.
StandaloneOvelayNot used.
StructuredReportNot used.
WaveformNot used.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.Web.ObjectType

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also