Error processing SSI file
Leadtools.Dicom.Services

Show in webframe

ObjectType Enumeration






Specifies the type of the DICOM object.
Syntax
'Declaration
 
Public Enum ObjectType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ObjectType

            

            
public enum class ObjectType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000None The DICOM object does not have any images.
0x00000001SingleFrameImage The DICOM object has an single frame image.
0x00000002MultiFrameImage The DICOM object has multi frame images.
0x00000003Waveform Not used.
0x00000004StructuredReport Not used.
0x00000005RadiationDose Not used.
0x00000006Overlay Not used.
0x00000007PresentationState Not used.
0x00000008EvidenceDocument Not used.
0x00000009KeyImageNotes Not used.
0x0000000AStandaloneOvelayNot used.
0x0000000BStandaloneLUT Not used.
Example
For an example, refer to the 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

See Also

Reference

Leadtools.Dicom.Services.DataTypes Namespace

Error processing SSI file