Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom assembly)

Show in webframe

DicomIodUsageType Enumeration








Represents the constants that are used to indicate the usage of Information Object Definitions.
Syntax
'Declaration
 
Public Enum DicomIodUsageType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As DicomIodUsageType
public enum DicomIodUsageType : System.IComparable, System.IConvertible, System.IFormattable  
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 : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000MandatoryModule Mandatory IOD
0x00000001ConditionalModule Conditional IOD
0x00000002OptionalModule Optional IOD
0x00000003Type1MandatoryElement Mandatory IOD - type 1
0x00000004Type1ConditionalElement Conditional IOD - type 1
0x00000005Type2MandatoryElement Mandatory IOD - type 2
0x00000006Type2ConditionalElement Conditional IOD - type 2
0x00000007OptionalElement Optional IOD - type 3
Example
For an example, refer to Reset.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomIodUsageType

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace
Usage Property
DicomIodTable Class

Error processing SSI file
Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features