←Select platform

DicomEncapsulatedDocumentType Enumeration

Summary

Specifies the type of a DicomEncapsulatedDocument.

Syntax

C#
VB
Java
WinRT C#
C++
public enum DicomEncapsulatedDocumentType   
Public Enum DicomEncapsulatedDocumentType  
    
    
public enum DicomEncapsulatedDocumentType    
public enum DicomEncapsulatedDocumentType 
Leadtools.Dicom.DicomEncapsulatedDocumentType = function() { }; 
Leadtools.Dicom.DicomEncapsulatedDocumentType.prototype = { 
 
  Unknown = 0x00000000, 
    Pdf = 0x00000001, 
    Cda = 0x00000002, 
     
 }; 
public enum class DicomEncapsulatedDocumentType   

Members

ValueMemberDescription
0Unknown Unknown.
1Pdf PDF document type
2Cda CDA (Clinical Document Architecture) type
Example

For an example, refer to SetEncapsulatedDocument.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom Assembly
Click or drag to resize