C#
VB
Java
WinRT C#
C++
Represents the type of Information Object Definition you are working with.
public enum DicomIodType
Public Enum DicomIodType
public enum DicomIodType
public enum DicomIodType
Leadtools.Dicom.DicomIodType = function() { };
Leadtools.Dicom.DicomIodType.prototype = {<br/>
Class = 0x00000000,
Module = 0x00000001,
Element = 0x00000002,
};
public enum class DicomIodType
Members
Value | Member | Description |
---|---|---|
0 | Class | Class type Information Object Definition |
1 | Module | Module type Information Object Definition |
2 | Element | Element type Information Object Definition |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET