| Visual Basic (Declaration) | |
|---|---|
Public Enum DicomIodUsageType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum DicomIodUsageType : Enum | |
| C++/CLI | |
|---|---|
public enum class DicomIodUsageType : public Enum | |
| Member | Description |
|---|---|
| MandatoryModule | Mandatory IOD |
| ConditionalModule | Conditional IOD |
| OptionalModule | Optional IOD |
| Type1MandatoryElement | Mandatory IOD - type 1 |
| Type1ConditionalElement | Conditional IOD - type 1 |
| Type2MandatoryElement | Mandatory IOD - type 2 |
| Type2ConditionalElement | Conditional IOD - type 2 |
| OptionalElement | Optional IOD - type 3 |
For an example, refer to DicomIodTable.Reset.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomIodUsageType
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code