|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Fall | |
---|---|
ch.elexis.actions | |
ch.elexis.data | |
ch.elexis.dialogs | |
ch.elexis.labortarif2009.data | |
ch.elexis.privatrechnung.data | |
ch.elexis.privatrechnung.rechnung | |
ch.elexis.privatrechnung2.rechnung | |
ch.elexis.tarmedprefs | |
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 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()
Deprecated. use getCustomerRelations() |
Fall |
AUF.getFall()
|
Fall |
Konsultation.getFall()
Deprecated. use getCustomerRelation |
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 |
LaborLeistung.getFactor(TimeTool date,
Fall fall)
|
double |
PhysioLeistung.getFactor(TimeTool date,
Fall fall)
|
double |
TarmedLeistung.getFactor(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 |
LaborLeistung.getTP(TimeTool date,
Fall fall)
|
int |
PhysioLeistung.getTP(TimeTool date,
Fall fall)
|
int |
TarmedLeistung.getTP(TimeTool date,
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
|
Methods in ch.elexis.dialogs that return Fall | |
---|---|
Fall |
SelectFallNoObligationDialog.getFall()
|
Constructors in ch.elexis.dialogs with parameters of type Fall | |
---|---|
EditAUFDialog(Shell shell,
AUF a,
Fall fall)
|
|
NeuerFallDialog(Shell shell,
Fall f)
|
|
SelectFallNoObligationDialog(Fall oblFall,
IVerrechenbar code)
|
Uses of Fall in ch.elexis.labortarif2009.data |
---|
Methods in ch.elexis.labortarif2009.data with parameters of type Fall | |
---|---|
double |
Labor2009Tarif.getFactor(TimeTool date,
Fall fall)
|
int |
Labor2009Tarif.getTP(TimeTool date,
Fall fall)
|
Uses of Fall in ch.elexis.privatrechnung.data |
---|
Methods in ch.elexis.privatrechnung.data with parameters of type Fall | |
---|---|
double |
Leistung.getFactor(TimeTool date,
Fall fall)
factor to calculate the final price from the base price as stored in the table and the factor that is in effect at the given date and that migh depend from the "Fall-Type" and the billing type. |
int |
Leistung.getTP(TimeTool date,
Fall fall)
base price at a given date for this service |
Uses of Fall in ch.elexis.privatrechnung.rechnung |
---|
Methods in ch.elexis.privatrechnung.rechnung with parameters of type Fall | |
---|---|
boolean |
RechnungsDrucker.canBill(Fall fall)
We'll take all sorts of bills |
Uses of Fall in ch.elexis.privatrechnung2.rechnung |
---|
Methods in ch.elexis.privatrechnung2.rechnung with parameters of type Fall | |
---|---|
boolean |
RechnungsDrucker.canBill(Fall fall)
We'll take all sorts of bills |
Uses of Fall in ch.elexis.tarmedprefs |
---|
Methods in ch.elexis.tarmedprefs with parameters of type Fall | |
---|---|
static java.lang.String |
TarmedRequirements.getGesetz(Fall fall)
|
static java.lang.String |
TarmedRequirements.getIntermediateEAN(Fall fall)
Get EAN of the Intermediate where the bill shpould be sent. |
static java.lang.String |
TarmedRequirements.getProviderEAN(Fall fall)
get ean_provider from Fall |
static java.lang.String |
TarmedRequirements.getResponsibleEAN(Fall fall)
get ean_responsible from Fall |
Uses of Fall in ch.elexis.TarmedRechnung |
---|
Methods in ch.elexis.TarmedRechnung with parameters of type Fall | |
---|---|
boolean |
RechnungsDrucker.canBill(Fall fall)
|
boolean |
XMLExporter.canBill(Fall fall)
|
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 documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |