C#
VB
Java
WinRT C#
C++
Specifies the type of a DicomEncapsulatedDocument.
public enum DicomEncapsulatedDocumentType
Public Enum DicomEncapsulatedDocumentType
public enum DicomEncapsulatedDocumentType
public enum DicomEncapsulatedDocumentType
Leadtools.Dicom.DicomEncapsulatedDocumentType = function() { };
Leadtools.Dicom.DicomEncapsulatedDocumentType.prototype = {<br/>
Unknown = 0x00000000,
Pdf = 0x00000001,
Cda = 0x00000002,
};
public enum class DicomEncapsulatedDocumentType
Members
Value | Member | Description |
---|---|---|
0 | Unknown | Unknown. |
1 | PDF document type | |
2 | Cda | CDA (Clinical Document Architecture) type |
For an example, refer to SetEncapsulatedDocument.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET