Visual Basic (Declaration) | |
---|---|
Public Enum DicomEncapsulatedDocumentType Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomEncapsulatedDocumentType |
C# | |
---|---|
public enum DicomEncapsulatedDocumentType : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class DicomEncapsulatedDocumentType : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Cda | CDA (Clinical Document Architecture) type |
PDF document type | |
Unknown | Unknown. |
For an example, refer to DicomDataSet.SetEncapsulatedDocument.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomEncapsulatedDocumentType
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)