|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocumentDescriptor | |
|---|---|
| org.eclipse.ohf.ihe.xds.source.document | |
| Uses of DocumentDescriptor in org.eclipse.ohf.ihe.xds.source.document |
|---|
| Fields in org.eclipse.ohf.ihe.xds.source.document declared as DocumentDescriptor | |
|---|---|
static DocumentDescriptor |
DocumentDescriptor.CCR
CCR Document |
static DocumentDescriptor |
DocumentDescriptor.CDA_R1
HL7 CDA R1 document |
static DocumentDescriptor |
DocumentDescriptor.CDA_R2
HL7 CDA R2 document |
static DocumentDescriptor |
DocumentDescriptor.DICOM
Document is DICOM |
static DocumentDescriptor |
DocumentDescriptor.HL7_LAB
HL7 Lab document |
static DocumentDescriptor |
DocumentDescriptor.PDF
Document is PDF |
static DocumentDescriptor |
DocumentDescriptor.UNKNOWN
Document type is unknown |
static DocumentDescriptor |
DocumentDescriptor.XDS_LAB
XDS-Lab Document |
static DocumentDescriptor |
DocumentDescriptor.XDS_MS
XDS-MS Document |
static DocumentDescriptor |
DocumentDescriptor.XDS_SD
XDS-SD Document |
static DocumentDescriptor |
DocumentDescriptor.XML
Document is XML structured text |
| Methods in org.eclipse.ohf.ihe.xds.source.document that return DocumentDescriptor | |
|---|---|
DocumentDescriptor |
Document.getDescriptor()
get the descriptor DocumentDescriptor of the document. |
| Constructors in org.eclipse.ohf.ihe.xds.source.document with parameters of type DocumentDescriptor | |
|---|---|
Document(byte[] documentByteArray,
DocumentDescriptor descriptor)
Construct a new Document object from the contents of the byte array holding a document of type specified in the docType. |
|
Document(java.io.File file,
DocumentDescriptor descriptor)
Construct a new Document object from the given File object |
|
Document(java.lang.String source,
DocumentDescriptor descriptor)
Construct a new Document object, given path |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||