|
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 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 |
Methods inherited from interface org.eclipse.core.runtime.IExecutableExtension |
---|
setInitializationData |
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: 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 |