|
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.TarmedRechnung.XMLExporter
net.medshare.connector.aerztekasse.invoice.InvoiceOutputter
public class InvoiceOutputter
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface ch.elexis.util.IRnOutputter |
---|
IRnOutputter.TYPE |
Field Summary | |
---|---|
AerztekasseSettings |
settings
|
boolean |
transferState
|
Fields inherited from interface ch.elexis.util.IRnOutputter |
---|
PROP_OUTPUT_METHOD |
Constructor Summary | |
---|---|
InvoiceOutputter()
|
Method Summary | |
---|---|
org.eclipse.swt.widgets.Control |
createSettingsControl(org.eclipse.swt.widgets.Composite parent)
Create a Control to perform necessary setings for his outputter. |
static boolean |
deleteFile(java.lang.String filename)
Löscht das angegebene File |
boolean |
doHttpPost(java.lang.String inFilePath,
java.lang.String outFilepath)
Übermittelt das übergebene Zip File an die Ärztekasse. |
Result<Rechnung> |
doOutput(IRnOutputter.TYPE type,
java.util.Collection<Rechnung> rnn,
java.util.Properties props)
Output und Übertragun für eine Liste von Rechnungen an die Ärztekasse. |
java.lang.String |
getDescription()
A short textual description for this output (as Label) |
Methods inherited from class ch.elexis.TarmedRechnung.XMLExporter |
---|
buildAdressElement, buildAdressElement, buildGuarantor, buildOnlineElement, buildPostalElement, buildPostalElement, buildTelekomElement, canBill, canStorno, checkXML, clear, doExport, getIntermediateEAN, getRole, getSenderEAN, makeTarmedDatum, saveComposite, writeFile |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public AerztekasseSettings settings
public boolean transferState
Constructor Detail |
---|
public InvoiceOutputter()
Method Detail |
---|
public Result<Rechnung> doOutput(IRnOutputter.TYPE type, java.util.Collection<Rechnung> rnn, java.util.Properties props)
doOutput
in interface IRnOutputter
doOutput
in class XMLExporter
type
- desired mode (original, copy, storno)rnn
- a Collection of Rechnung - Objects to outputprops
- properties for various purposes. Can be null.
public java.lang.String getDescription()
IRnOutputter
getDescription
in interface IRnOutputter
getDescription
in class XMLExporter
public org.eclipse.swt.widgets.Control createSettingsControl(org.eclipse.swt.widgets.Composite parent)
IRnOutputter
createSettingsControl
in interface IRnOutputter
createSettingsControl
in class XMLExporter
public boolean doHttpPost(java.lang.String inFilePath, java.lang.String outFilepath)
inFilePath
- Pfad der Zip DateioutFilePath
- Pfad der HTML Respoonse Dateiret
- Resultat um allfällige Fehlermeldungen hinzuzufügenrn
- Rechnung welcher übermittelt wird
public static boolean deleteFile(java.lang.String filename)
filename
-
|
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 |