|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ohf.ihe.xds.source.document.DocumentDescriptor
public class DocumentDescriptor
Provides constants for type of Documents known by the Source
| Field Summary | |
|---|---|
static DocumentDescriptor |
CCR
CCR Document |
static DocumentDescriptor |
CDA_R1
HL7 CDA R1 document |
static DocumentDescriptor |
CDA_R2
HL7 CDA R2 document |
static DocumentDescriptor |
DICOM
Document is DICOM |
static DocumentDescriptor |
HL7_LAB
HL7 Lab document |
static DocumentDescriptor |
PDF
Document is PDF |
static DocumentDescriptor |
UNKNOWN
Document type is unknown |
static DocumentDescriptor |
XDS_LAB
XDS-Lab Document |
static DocumentDescriptor |
XDS_MS
XDS-MS Document |
static DocumentDescriptor |
XDS_SD
XDS-SD Document |
static DocumentDescriptor |
XML
Document is XML structured text |
| Constructor Summary | |
|---|---|
DocumentDescriptor(java.lang.String format,
java.lang.String mimeType)
Constructor used to form descriptor objects |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getMimeType()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final DocumentDescriptor CDA_R2
public static final DocumentDescriptor XDS_MS
public static final DocumentDescriptor XDS_LAB
public static final DocumentDescriptor XDS_SD
public static final DocumentDescriptor CDA_R1
public static final DocumentDescriptor CCR
public static final DocumentDescriptor XML
public static final DocumentDescriptor PDF
public static final DocumentDescriptor DICOM
public static final DocumentDescriptor HL7_LAB
public static final DocumentDescriptor UNKNOWN
| Constructor Detail |
|---|
public DocumentDescriptor(java.lang.String format,
java.lang.String mimeType)
format - mimeType - | Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getMimeType()
public boolean equals(java.lang.Object o)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||