|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOpaqueDocument
A Contract for a piece of Information in an arbitrary format - a document - that can be stored and retrieved in the system. The IOpaqueDocument holds the reference to the original contents and some metadata. The Interface has no means to analyze the contents of the document. thus Opaque.
Method Summary | |
---|---|
java.lang.String |
getCategory()
Category of the document. |
byte[] |
getContentsAsBytes()
A representation of the contents as byte array |
java.io.InputStream |
getContentsAsStream()
A representation of the contents a stream |
java.lang.String |
getCreationDate()
Date this document was created |
java.lang.String |
getGUID()
A globally unique identifier for this document. |
java.lang.String |
getKeywords()
Arbitrary keywords for this document |
java.lang.String |
getMimeType()
Mime-Type of the contents. |
java.lang.String |
getPatientID()
The Patient this document belongs to. |
java.lang.String |
getTitle()
Title for the document. |
Method Detail |
---|
java.lang.String getTitle()
java.lang.String getMimeType()
java.io.InputStream getContentsAsStream() throws ElexisException
ElexisException
byte[] getContentsAsBytes() throws ElexisException
ElexisException
java.lang.String getKeywords()
java.lang.String getCategory()
java.lang.String getCreationDate()
java.lang.String getPatientID()
java.lang.String getGUID()
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |