|
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.privatrechnung.data.Importer
public class Importer
A class to import codes from an external source to this code system. the external source must be an CSV or Excel(tm) file with the fields: parentCode,codeID,codeName,cost,price,time,validFrom,validUntil,factor
| 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 | |
|---|---|
Importer()
|
|
| Method Summary | |
|---|---|
org.eclipse.swt.widgets.Composite |
createPage(org.eclipse.swt.widgets.Composite parent)
Create the page that will let the user select a file to import. |
org.eclipse.core.runtime.IStatus |
doImport(org.eclipse.core.runtime.IProgressMonitor monitor)
The import process starts when the user has selected a file and clicked "OK". |
java.lang.String |
getDescription()
return a description to display in the message area of the import dialog |
java.lang.String |
getTitle()
return a title to display in the title bar of the import dialog |
| Methods inherited from class ch.elexis.util.ImporterPage |
|---|
collect, run, setInitializationData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Importer()
| Method Detail |
|---|
public org.eclipse.swt.widgets.Composite createPage(org.eclipse.swt.widgets.Composite parent)
createPage in class ImporterPageparent - Achtung: Hat schon ein GridlLayout, darf nicht geändert werden.
public org.eclipse.core.runtime.IStatus doImport(org.eclipse.core.runtime.IProgressMonitor monitor)
throws java.lang.Exception
doImport in class ImporterPagejava.lang.Exceptionpublic java.lang.String getDescription()
getDescription in class ImporterPagepublic java.lang.String getTitle()
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 | ||||||||