ch.elexis.importer.aeskulap
Class AeskulapImporter
java.lang.Object
ch.elexis.util.ImporterPage
ch.elexis.importer.aeskulap.AeskulapImporter
public class AeskulapImporter
- extends ImporterPage
Importer for Data from the practice program "Aeskulap" by Kern AG
- Author:
- Gerry
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. |
Composite |
createPage(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. |
IStatus |
doImport(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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AeskulapImporter
public AeskulapImporter()
createPage
public Composite createPage(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.
This method creates the contents of one tab in the import dialog.
- Specified by:
createPage
in class ImporterPage
- Parameters:
parent
- Achtung: Hat schon ein GridlLayout, darf nicht geändert werden.
collect
public void collect()
- Because the doImport method is called after the dialog containing this importer has been
closed, we cannot read the input fields directrly. The collect method is called after the
user pressed ok but before the dialog is closed. So this is the right place to collect data
the user entered.
- Overrides:
collect
in class ImporterPage
doImport
public IStatus doImport(IProgressMonitor monitor)
throws java.lang.Exception
- This method is called after the user has pressed ok and the dialog has been closed.
- Specified by:
doImport
in class ImporterPage
- Throws:
java.lang.Exception
getDescription
public java.lang.String getDescription()
- Description copied from class:
ImporterPage
- Eine längere Beschreibung für den Message-Bereich des Dialogs
- Specified by:
getDescription
in class ImporterPage
getTitle
public java.lang.String getTitle()
- Description copied from class:
ImporterPage
- Ein Titel, der auf der Titelzeile des Importers erscheint
- Specified by:
getTitle
in class ImporterPage
Copyright 2005-2011 by Gerry Weirich, Elexis