←Select platform

DicomIodUsageType Enumeration

Summary

Represents the constants that are used to indicate the usage of Information Object Definitions.

Syntax

C#
VB
Java
WinRT C#
C++
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

ValueMemberDescription
0MandatoryModule Mandatory IOD
1ConditionalModule Conditional IOD
2OptionalModule Optional IOD
3Type1MandatoryElement Mandatory IOD - type 1
4Type1ConditionalElement Conditional IOD - type 1
5Type2MandatoryElement Mandatory IOD - type 2
6Type2ConditionalElement Conditional IOD - type 2
7OptionalElement Optional IOD - type 3
Example

For an example, refer to Reset.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly