Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom assembly)

Show in webframe

DicomEncapsulatedDocumentType Enumeration








Specifies the type of a DicomEncapsulatedDocument.
Syntax
public enum DicomEncapsulatedDocumentType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
Public Enum DicomEncapsulatedDocumentType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As DicomEncapsulatedDocumentType
public enum DicomEncapsulatedDocumentType : System.IComparable, System.IConvertible, System.IFormattable  
public enum DicomEncapsulatedDocumentType
Leadtools.Dicom.DicomEncapsulatedDocumentType = function() { };
Leadtools.Dicom.DicomEncapsulatedDocumentType.prototype = {<br/>
  Unknown = 0x00000000,
	Pdf = 0x00000001,
	Cda = 0x00000002,
	
 };
public enum class DicomEncapsulatedDocumentType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000Unknown Unknown.
0x00000001Pdf PDF document type
0x00000002Cda CDA (Clinical Document Architecture) type
Example
For an example, refer to SetEncapsulatedDocument.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomEncapsulatedDocumentType

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace
SetEncapsulatedDocument(DicomElement,Boolean,String,DicomEncapsulatedDocument,DicomCodeSequenceItem) Method
GetEncapsulatedDocument(DicomElement,Boolean,String,DicomEncapsulatedDocument,DicomCodeSequenceItem) Method

Error processing SSI file
Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features