←Select platform

ObjectType Enumeration

Summary

Specifies the type of the DICOM object.

Syntax

C#
VB
C++
public enum ObjectType 
  
Public Enum ObjectType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class ObjectType : public System.Enum, System.IComparable, System.IConvertible, System.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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Services Assembly