Elexis API documentation
Version 2.1.6 as of January 22 2012

Uses of Class
ch.elexis.data.Rechnung

Packages that use Rechnung
ch.elexis.banking   
ch.elexis.data   
ch.elexis.privatrechnung.rechnung   
ch.elexis.privatrechnung2.rechnung   
ch.elexis.TarmedRechnung   
ch.elexis.util Utility-Klassen Dieses Package enthält Hilfsklassen, die thematisch nicht einem der anderen Packages zuzuordnen sind. 
ch.elexis.views   
ch.elexis.views.rechnung   
 

Uses of Rechnung in ch.elexis.banking
 

Methods in ch.elexis.banking that return Rechnung
 Rechnung ESRRecord.getRechnung()
           
 

Uses of Rechnung in ch.elexis.data
 

Methods in ch.elexis.data that return Rechnung
static Rechnung Rechnung.getFromNr(java.lang.String Rnnr)
          Eien Rechnung anhand ihrer Nummer holen
 Rechnung AccountTransaction.getRechnung()
           
 Rechnung Konsultation.getRechnung()
           
 Rechnung Zahlung.getRechnung()
           
static Rechnung Rechnung.load(java.lang.String id)
           
 

Methods in ch.elexis.data that return types with arguments of type Rechnung
static Result<Rechnung> Rechnung.build(java.util.List<Konsultation> behandlungen)
          Eine Rechnung aus einer Behandlungsserie erstellen.
 java.util.List<Rechnung> Patient.getRechnungen()
          Return all bills of this patient
 

Methods in ch.elexis.data with parameters of type Rechnung
 void Konsultation.setRechnung(Rechnung r)
           
 

Constructors in ch.elexis.data with parameters of type Rechnung
AccountTransaction(Patient pat, Rechnung r, Money betrag, java.lang.String date, java.lang.String bemerkung)
           
Zahlung(Rechnung rn, Money Betrag, java.lang.String text, TimeTool date)
           
 

Uses of Rechnung in ch.elexis.privatrechnung.rechnung
 

Methods in ch.elexis.privatrechnung.rechnung that return types with arguments of type Rechnung
 Result<Rechnung> RechnungsDrucker.doOutput(IRnOutputter.TYPE type, java.util.Collection<Rechnung> rnn, java.util.Properties props)
          Print the bill(s)
 Result<Rechnung> RnPrintView.doPrint(Rechnung rn)
          print a bill into a text container
 

Methods in ch.elexis.privatrechnung.rechnung with parameters of type Rechnung
 boolean RechnungsDrucker.canStorno(Rechnung rn)
          We never storno
 Result<Rechnung> RnPrintView.doPrint(Rechnung rn)
          print a bill into a text container
 

Method parameters in ch.elexis.privatrechnung.rechnung with type arguments of type Rechnung
 Result<Rechnung> RechnungsDrucker.doOutput(IRnOutputter.TYPE type, java.util.Collection<Rechnung> rnn, java.util.Properties props)
          Print the bill(s)
 

Uses of Rechnung in ch.elexis.privatrechnung2.rechnung
 

Methods in ch.elexis.privatrechnung2.rechnung that return types with arguments of type Rechnung
 Result<Rechnung> RechnungsDrucker.doOutput(IRnOutputter.TYPE type, java.util.Collection<Rechnung> rnn, java.util.Properties props)
          Print the bill(s)
 Result<Rechnung> RechnungsDrucker.doPrint(Rechnung rn, TextContainer tc)
          print a bill into a text container
 

Methods in ch.elexis.privatrechnung2.rechnung with parameters of type Rechnung
 boolean RechnungsDrucker.canStorno(Rechnung rn)
          We never storno
 Result<Rechnung> RechnungsDrucker.doPrint(Rechnung rn, TextContainer tc)
          print a bill into a text container
 

Method parameters in ch.elexis.privatrechnung2.rechnung with type arguments of type Rechnung
 Result<Rechnung> RechnungsDrucker.doOutput(IRnOutputter.TYPE type, java.util.Collection<Rechnung> rnn, java.util.Properties props)
          Print the bill(s)
 

Uses of Rechnung in ch.elexis.TarmedRechnung
 

Methods in ch.elexis.TarmedRechnung that return types with arguments of type Rechnung
 Result<Rechnung> Validator.checkBill(XMLExporter xp, Result<Rechnung> res)
           
 Result<Rechnung> RechnungsDrucker.doOutput(IRnOutputter.TYPE type, java.util.Collection<Rechnung> rechnungen, java.util.Properties props)
           
 Result<Rechnung> XMLExporter.doOutput(IRnOutputter.TYPE type, java.util.Collection<Rechnung> rnn, java.util.Properties props)
          Output a Collection of bills.
 

Methods in ch.elexis.TarmedRechnung with parameters of type Rechnung
 boolean RechnungsDrucker.canStorno(Rechnung rn)
           
 boolean XMLExporter.canStorno(Rechnung rn)
          Wa want to be informed on cancellings of any bills
 Document XMLExporter.doExport(Rechnung rechnung, java.lang.String dest, IRnOutputter.TYPE type, boolean doVerify)
          Export a bill as XML.
 

Method parameters in ch.elexis.TarmedRechnung with type arguments of type Rechnung
 Result<Rechnung> Validator.checkBill(XMLExporter xp, Result<Rechnung> res)
           
 Result<Rechnung> RechnungsDrucker.doOutput(IRnOutputter.TYPE type, java.util.Collection<Rechnung> rechnungen, java.util.Properties props)
           
 Result<Rechnung> XMLExporter.doOutput(IRnOutputter.TYPE type, java.util.Collection<Rechnung> rnn, java.util.Properties props)
          Output a Collection of bills.
 

Uses of Rechnung in ch.elexis.util
 

Methods in ch.elexis.util that return types with arguments of type Rechnung
 Result<Rechnung> IRnOutputter.doOutput(IRnOutputter.TYPE type, java.util.Collection<Rechnung> rnn, java.util.Properties props)
          Do the actual output
 

Methods in ch.elexis.util with parameters of type Rechnung
 boolean IRnOutputter.canStorno(Rechnung rn)
          Cancelling an already output bill: Depending on the type of the outputter, this might result in propagataing the cancel information to the final destination of the bill.
 

Method parameters in ch.elexis.util with type arguments of type Rechnung
 Result<Rechnung> IRnOutputter.doOutput(IRnOutputter.TYPE type, java.util.Collection<Rechnung> rnn, java.util.Properties props)
          Do the actual output
 

Uses of Rechnung in ch.elexis.views
 

Methods in ch.elexis.views with parameters of type Rechnung
 boolean RnPrintView2.doPrint(Rechnung rn, IRnOutputter.TYPE rnType, java.lang.String saveFile, boolean withESR, boolean withForms, boolean doVerify, IProgressMonitor monitor)
          Druckt die Rechnung auf eine Vorlage, deren Ränder alle auf 0.5cm eingestellt sein müssen, und die unterhalb von 170 mm leer ist.
 

Uses of Rechnung in ch.elexis.views.rechnung
 

Methods in ch.elexis.views.rechnung that return types with arguments of type Rechnung
 Result<Rechnung> DefaultOutputter.doOutput(IRnOutputter.TYPE type, java.util.Collection<Rechnung> rnn, java.util.Properties props)
           
 

Methods in ch.elexis.views.rechnung with parameters of type Rechnung
 boolean DefaultOutputter.canStorno(Rechnung rn)
           
 

Method parameters in ch.elexis.views.rechnung with type arguments of type Rechnung
 Result<Rechnung> DefaultOutputter.doOutput(IRnOutputter.TYPE type, java.util.Collection<Rechnung> rnn, java.util.Properties props)
           
 

Constructors in ch.elexis.views.rechnung with parameters of type Rechnung
RnDialogs.BuchungHinzuDialog(Shell shell, Rechnung r)
           
RnDialogs.GebuehrHinzuDialog(Shell shell, Rechnung r)
           
RnDialogs.StatusAendernDialog(Shell shell, Rechnung r)
           
RnDialogs.StornoDialog(Shell shell, Rechnung r)
           
 

Constructor parameters in ch.elexis.views.rechnung with type arguments of type Rechnung
RnOutputDialog(Shell shell, java.util.Collection<Rechnung> rnn)
           
 


Elexis API documentation
Version 2.1.6 as of January 22 2012

Copyright 2005-2011 by Gerry Weirich, Elexis