|
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.util.ImporterPage
ch.elexis.importer.aeskulap.AeskulapImporter
public class AeskulapImporter
Importer for Data from the practice program "Aeskulap" by Kern AG
Nested Class Summary |
---|
Nested classes/interfaces inherited from class ch.elexis.util.ImporterPage |
---|
ImporterPage.DBBasedImporter, ImporterPage.DirectoryBasedImporter, ImporterPage.FileBasedImporter, ImporterPage.ImporterJob, ImporterPage.ODBCBasedImporter |
Field Summary |
---|
Fields inherited from class ch.elexis.util.ImporterPage |
---|
log, results |
Constructor Summary | |
---|---|
AeskulapImporter()
|
Method Summary | |
---|---|
void |
collect()
Because the doImport method is called after the dialog containing this importer has been closed, we cannot read the input fields directrly. |
org.eclipse.swt.widgets.Composite |
createPage(org.eclipse.swt.widgets.Composite parent)
We accept two possible sources for data: a ';' delimited file (*.csv) containing only basic personal patient data, or a more elaborate source consisting of five microsoft(tm) excel(tm) files containing personal data and insurance data. |
org.eclipse.core.runtime.IStatus |
doImport(org.eclipse.core.runtime.IProgressMonitor monitor)
This method is called after the user has pressed ok and the dialog has been closed. |
java.lang.String |
getDescription()
Eine längere Beschreibung für den Message-Bereich des Dialogs |
java.lang.String |
getTitle()
Ein Titel, der auf der Titelzeile des Importers erscheint |
Methods inherited from class ch.elexis.util.ImporterPage |
---|
run, setInitializationData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AeskulapImporter()
Method Detail |
---|
public org.eclipse.swt.widgets.Composite createPage(org.eclipse.swt.widgets.Composite parent)
createPage
in class ImporterPage
parent
- Achtung: Hat schon ein GridlLayout, darf nicht geändert werden.public void collect()
collect
in class ImporterPage
public org.eclipse.core.runtime.IStatus doImport(org.eclipse.core.runtime.IProgressMonitor monitor) throws java.lang.Exception
doImport
in class ImporterPage
java.lang.Exception
public java.lang.String getDescription()
ImporterPage
getDescription
in class ImporterPage
public java.lang.String getTitle()
ImporterPage
getTitle
in class ImporterPage
|
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 |