| Visual Basic (Declaration) | |
|---|---|
Public Enum DicomIodUsageType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomIodUsageType | |
| C# | |
|---|---|
public enum DicomIodUsageType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class DicomIodUsageType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| ConditionalModule | Conditional IOD |
| MandatoryModule | Mandatory IOD |
| OptionalElement | Optional IOD - type 3 |
| OptionalModule | Optional IOD |
| Type1ConditionalElement | Conditional IOD - type 1 |
| Type1MandatoryElement | Mandatory IOD - type 1 |
| Type2ConditionalElement | Conditional IOD - type 2 |
| Type2MandatoryElement | Mandatory IOD - type 2 |
For an example, refer to DicomIodTable.Reset.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomIodUsageType
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code