Elexis API documentation as of September 4 2011

Uses of Class
ch.elexis.data.Rechnung

Packages that use Rechnung
ch.elexis.data Dieses Package enthält diejenigen Klassen, die direkten Kontakt mit der Datenbank haben. 
ch.elexis.util Utility-Klassen Dieses Package enthält Hilfsklassen, die thematisch nicht einem der anderen Packages zuzuordnen sind. 
ch.elexis.views.rechnung   
 

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
 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.util
 

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
  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.rechnung
 

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
  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 as of September 4 2011

Copyright 2005-2010 by Gerry Weirich, Elexis