Elexis API documentation as of September 4 2011

Uses of Class
ch.elexis.data.Fall

Packages that use Fall
ch.elexis.actions Actions Hier werden globale Aktionen definiert (Einerseits Funktionen, welche durch Tastendruck und/oder Menuauswahl und/oder Toolbarbuttons ausgelöst werden können, also Actions im engeren Sinn, andererseits auch Systemaktionen wie update-jobs etc.). 
ch.elexis.data Dieses Package enthält diejenigen Klassen, die direkten Kontakt mit der Datenbank haben. 
ch.elexis.dialogs   
ch.elexis.util Utility-Klassen Dieses Package enthält Hilfsklassen, die thematisch nicht einem der anderen Packages zuzuordnen sind. 
ch.elexis.views Klassen, die die Benutzeroberfläche definieren In dieser Package findet der Kontakt mit dem Anwender statt. 
ch.elexis.views.rechnung   
 

Uses of Fall in ch.elexis.actions
 

Methods in ch.elexis.actions with parameters of type Fall
 void KonsFilter.setFall(Fall f)
           
 

Uses of Fall in ch.elexis.data
 

Methods in ch.elexis.data that return Fall
 Fall[] Patient.getFaelle()
          Eine Liste aller zu diesem Patient gehörenden Fälle liefern
 Fall AUF.getFall()
           
 Fall Konsultation.getFall()
          Den zugehörigen Fall holen
 Fall Rechnung.getFall()
          Den Fall dieser Rechnung holen
static Fall Fall.load(java.lang.String id)
          Einen Fall anhand der ID aus der Datenbank laden
 Fall Patient.neuerFall(java.lang.String Bezeichnung, java.lang.String grund, java.lang.String Abrechnungsmethode)
          Einen neuen Fall erstellen und an den Patienten binden
 

Methods in ch.elexis.data with parameters of type Fall
 double VerrechenbarAdapter.getEKMultiplikator(TimeTool date, Fall fall)
           
 double Artikel.getFactor(TimeTool date, Fall fall)
           
 double Eigenleistung.getFactor(TimeTool date, Fall fall)
           
 double IVerrechenbar.getFactor(TimeTool date, Fall fall)
           
 int Artikel.getPreis(TimeTool dat, Fall fall)
           
 Money Eigenleistung.getPreis(TimeTool dat, Fall fall)
           
 int Artikel.getTP(TimeTool date, Fall fall)
           
 int Eigenleistung.getTP(TimeTool date, Fall fall)
           
 int IVerrechenbar.getTP(TimeTool date, Fall fall)
          Betrag dieser Verrechenbar (in TP*100) an einem bestimmten Datum liefern
 double VerrechenbarAdapter.getVKMultiplikator(TimeTool date, Fall fall)
           
 void Konsultation.setFall(Fall f)
          Die Konsultation einem Fall zuordnen
 

Constructors in ch.elexis.data with parameters of type Fall
AUF(Fall f, java.lang.String von, java.lang.String bis, java.lang.String proz, java.lang.String grund)
           
Konsultation(Fall fall)
          Eine neue Konsultation zu einem Fall erstellen
Rechnung(java.lang.String nr, Mandant m, Fall f, java.lang.String von, java.lang.String bis, Money Betrag, int status)
           
 

Uses of Fall in ch.elexis.dialogs
 

Fields in ch.elexis.dialogs declared as Fall
 Fall SelectFallDialog.result
           
 

Constructors in ch.elexis.dialogs with parameters of type Fall
EditAUFDialog(Shell shell, AUF a, Fall fall)
           
NeuerFallDialog(Shell shell, Fall f)
           
 

Uses of Fall in ch.elexis.util
 

Methods in ch.elexis.util with parameters of type Fall
 boolean IRnOutputter.canBill(Fall fall)
          check whether a case could be billed, i.e. all billing data are present.
 

Uses of Fall in ch.elexis.views
 

Methods in ch.elexis.views that return Fall
 Fall FallDetailBlatt2.getFall()
           
 

Methods in ch.elexis.views with parameters of type Fall
 void HistoryDisplay.load(Fall fall, boolean clear)
           
 void FallDetailBlatt2.setFall(Fall f)
          disposes of required and optional fields on the bottom of the page.
 void FallListeView.setFall(Fall f, Konsultation b)
           
 

Uses of Fall in ch.elexis.views.rechnung
 

Methods in ch.elexis.views.rechnung with parameters of type Fall
 boolean DefaultOutputter.canBill(Fall fall)
           
 


Elexis API documentation as of September 4 2011

Copyright 2005-2010 by Gerry Weirich, Elexis