←Select platform

DicomIodType Enumeration

Summary

Represents the type of Information Object Definition you are working with.

Syntax

C#
VB
Java
WinRT C#
C++
public enum DicomIodType   
Public Enum DicomIodType  
    
    
public enum DicomIodType    
public enum DicomIodType  
Leadtools.Dicom.DicomIodType = function() { }; 
Leadtools.Dicom.DicomIodType.prototype = {<br/> 
  Class = 0x00000000, 
    Module = 0x00000001, 
    Element = 0x00000002, 
     
 }; 
public enum class DicomIodType   

Members

ValueMemberDescription
0Class Class type Information Object Definition
1Module Module type Information Object Definition
2Element Element type Information Object Definition
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