|
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 |
java.lang.Objectch.elexis.exchange.XChangeExporter
public abstract class XChangeExporter
Constructor Summary | |
---|---|
XChangeExporter()
|
Method Summary | |
---|---|
void |
addBinary(java.lang.String id,
byte[] contents)
Add a binary content to the Container |
ContactElement |
addContact(Kontakt k)
Add a new Contact to the file. |
ContactElement |
addPatient(Patient pat)
Add a Patient to the Container.This will as well export the medical history of the patient and ist thus the starting point for exporting the EMR. |
boolean |
canHandle(java.lang.Class<? extends PersistentObject> clazz)
Ask if this IDataSender can handle a certain type |
XChangeContainer |
getContainer()
|
org.jdom.Document |
getDocument()
|
org.jdom.Element |
getRoot()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ch.elexis.exchange.IDataSender |
---|
finalizeExport, store |
Constructor Detail |
---|
public XChangeExporter()
Method Detail |
---|
public boolean canHandle(java.lang.Class<? extends PersistentObject> clazz)
IDataSender
canHandle
in interface IDataSender
clazz
- the class in question
public org.jdom.Element getRoot()
public org.jdom.Document getDocument()
public XChangeContainer getContainer()
public ContactElement addContact(Kontakt k)
k
- the contact to insert
public ContactElement addPatient(Patient pat)
pat
- the Patient to export
public void addBinary(java.lang.String id, byte[] contents)
id
- a unique identifier for the contentcontents
- the content
|
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 |