|
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 IExchangeContributor
A Class that wants to contribute data to eXChange or that can load data from eXChange must implement this interface
Field Summary | |
---|---|
static java.lang.String |
ExtensionPointName
|
Method Summary | |
---|---|
void |
exportHook(MedicalElement me)
An Element is to be exported. |
void |
importHook(XChangeContainer container,
PersistentObject context)
An Element ist to be imported. |
boolean |
init(MedicalElement me,
boolean bExport)
Perform any needed initialization before the first call |
Field Detail |
---|
static final java.lang.String ExtensionPointName
Method Detail |
---|
void exportHook(MedicalElement me)
void importHook(XChangeContainer container, PersistentObject context)
container
- the source containerboolean init(MedicalElement me, boolean bExport)
me
- : The Medical into/from wich the transfer will happenbExport
- : true: export is about to begin. False: import is about to begin
|
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 |