|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
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. |
Patient |
getPatient()
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()
Patient getPatient()
java.lang.String getGUID()
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |