| Leadtools.Dicom Namespace : DicomEncapsulatedDocumentType Enumeration |
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 = {
Unknown = 0x00000000,
Pdf = 0x00000001,
Cda = 0x00000002,
};
public enum class DicomEncapsulatedDocumentType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Value | Member | Description |
|---|---|---|
| 0x00000000 | Unknown | Unknown. ![]() ![]() ![]() |
| 0x00000001 | PDF document type ![]() ![]() ![]() | |
| 0x00000002 | Cda | CDA (Clinical Document Architecture) type ![]() ![]() ![]() |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomEncapsulatedDocumentType