Leadtools.Dicom.Services Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
ObjectType Enumeration
See Also  
Leadtools.Dicom.Services.DataTypes Namespace : ObjectType Enumeration



Specifies the type of the DICOM object.

Syntax

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

Members

MemberDescription
EvidenceDocument Not used.
KeyImageNotes Not used.
MultiFrameImage The DICOM object has multi frame images.
None The DICOM object doesn't have any images.
Overlay Not used.
PresentationState Not used.
RadiationDose Not used.
SingleFrameImage The DICOM object has an single frame image.
StandaloneLUT Not used.
StandaloneOvelay Not used.
StructuredReport Not used.
Waveform Not used.

Example

Please check our Medical Web Viewer demo, located in DICOMServicescs.csproj project.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.Services.DataTypes.ObjectType

Requirements

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

See Also