C#
VB
Java
WinRT C#
C++
Represents the constants that are used to indicate the usage of Information Object Definitions.
public enum DicomIodUsageType
Public Enum DicomIodUsageType
public enum DicomIodUsageType
public enum DicomIodUsageType
Leadtools.Dicom.DicomIodUsageType = function() { };
Leadtools.Dicom.DicomIodUsageType.prototype = {<br/>
MandatoryModule = 0x00000000,
ConditionalModule = 0x00000001,
OptionalModule = 0x00000002,
Type1MandatoryElement = 0x00000003,
Type1ConditionalElement = 0x00000004,
Type2MandatoryElement = 0x00000005,
Type2ConditionalElement = 0x00000006,
OptionalElement = 0x00000007,
};
public enum class DicomIodUsageType
Members
Value | Member | Description |
---|---|---|
0 | MandatoryModule | Mandatory IOD |
1 | ConditionalModule | Conditional IOD |
2 | OptionalModule | Optional IOD |
3 | Type1MandatoryElement | Mandatory IOD - type 1 |
4 | Type1ConditionalElement | Conditional IOD - type 1 |
5 | Type2MandatoryElement | Mandatory IOD - type 2 |
6 | Type2ConditionalElement | Conditional IOD - type 2 |
7 | OptionalElement | Optional IOD - type 3 |
For an example, refer to Reset.
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