|
Elexis API documentationVersion 2.1.6 as of January 22 2012 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Money | |
---|---|
ch.elexis.artikel_ch.data | |
ch.elexis.banking | |
ch.elexis.data | |
ch.elexis.dialogs | |
ch.elexis.privatrechnung.data | |
ch.elexis.util | Utility-Klassen Dieses Package enthält Hilfsklassen, die thematisch nicht einem der anderen Packages zuzuordnen sind. |
ch.elexis.views.rechnung | |
ch.rgw.tools | A collection of system-independent utilities for different purposes. |
Uses of Money in ch.elexis.artikel_ch.data |
---|
Constructors in ch.elexis.artikel_ch.data with parameters of type Money | |
---|---|
MiGelArtikel(java.lang.String code,
java.lang.String text,
java.lang.String unit,
Money price)
|
Uses of Money in ch.elexis.banking |
---|
Methods in ch.elexis.banking that return Money | |
---|---|
Money |
ESRRecord.getBetrag()
|
Uses of Money in ch.elexis.data |
---|
Methods in ch.elexis.data that return Money | |
---|---|
Money |
Patient.getAccountExcess()
Calculates a possibly available account excess. |
Money |
AccountTransaction.getAmount()
|
Money |
Rechnung.getAnzahlung()
Bereits bezahlten Betrag holen. |
Money |
Rechnung.getBetrag()
Totalen Rechnungsbetrag holen |
Money |
Zahlung.getBetrag()
|
Money |
Verrechnet.getBruttoPreis()
Den Preis nach Anwendung des Taxpunktwerts (aber ohne sonstige Skalierungen) holen |
Money |
Verrechnet.getEffPreis()
Deprecated. |
Money |
Artikel.getEKPreis()
Basis-Einkaufspreis in Rappen pro Einheit |
Money |
Patient.getKontostand()
|
Money |
Verrechnet.getKosten()
Einkaufskosten |
Money |
LaborLeistung.getKosten(TimeTool dat)
|
Money |
Artikel.getKosten(TimeTool dat)
|
Money |
Eigenleistung.getKosten(TimeTool dat)
|
Money |
IVerrechenbar.getKosten(TimeTool dat)
Eigene Kosten für diese Leistung |
Money |
VerrechenbarAdapter.getKosten(TimeTool dat)
|
Money |
Verrechnet.getNettoPreis()
Den Preis nach Anwendung sämtlicher SKalierungsfaktoren zurückgeben |
Money |
Rechnung.getOffenerBetrag()
Offenen Betrag in Rappen/cents holen |
Money |
Eigenleistung.getPreis(TimeTool dat,
Fall fall)
|
Money |
Verrechnet.getStandardPreis()
Den Standardpreis holen (Ist immer TP*Scale, auf ganze Rappen gerundet) |
Money |
Artikel.getVKPreis()
Basis-Verkaufspreis in Rappen pro Einheit |
Methods in ch.elexis.data with parameters of type Money | |
---|---|
void |
Rechnung.addZahlung(Money betrag,
java.lang.String text,
TimeTool date)
Eine Zahlung zufügen |
void |
IVerrechnetAdjuster.adjustGetNettoPreis(Verrechnet verrechnet,
Money price)
Adjust netto price of Verrechnet . |
boolean |
Rechnung.setBetrag(Money betrag)
Since different ouputters can use different rules for rounding, the sum of the bill that an outputter created might be different from the sum, the Rechnung#build method calculated. |
void |
Artikel.setEKPreis(Money preis)
Einkaufspreis setzen. |
void |
Verrechnet.setPreis(Money m)
Deprecated. use setTP and setFactor |
void |
Artikel.setVKPreis(Money preis)
Den Verkaufspreis setzen. |
Constructors in ch.elexis.data with parameters of type Money | |
---|---|
AccountTransaction(Patient pat,
Rechnung r,
Money betrag,
java.lang.String date,
java.lang.String bemerkung)
|
|
Rechnung(java.lang.String nr,
Mandant m,
Fall f,
java.lang.String von,
java.lang.String bis,
Money Betrag,
int status)
|
|
Zahlung(Rechnung rn,
Money Betrag,
java.lang.String text,
TimeTool date)
|
Uses of Money in ch.elexis.dialogs |
---|
Fields in ch.elexis.dialogs declared as Money | |
---|---|
Money |
KonsZumVerrechnenWizardDialog.mAmount
|
Uses of Money in ch.elexis.privatrechnung.data |
---|
Methods in ch.elexis.privatrechnung.data that return Money | |
---|---|
Money |
Leistung.getKosten(TimeTool dat)
|
Uses of Money in ch.elexis.util |
---|
Methods in ch.elexis.util that return Money | |
---|---|
static Money |
MoneyInput.getFromTextField(Text textField)
get the money out of a SWT Text-field This might fail if the text field's contents doesn't conform to the current locale's standard currency format |
Money |
MoneyInput.getMoney(boolean bNullIfEmpty)
Return the entered value as Money. |
Constructors in ch.elexis.util with parameters of type Money | |
---|---|
MoneyInput(Composite parent,
java.lang.String label,
Money money)
|
Uses of Money in ch.elexis.views.rechnung |
---|
Constructors in ch.elexis.views.rechnung with parameters of type Money | |
---|---|
Rechnungslauf(KonsZumVerrechnenView kzv,
boolean bMarked,
TimeTool ttFirstBefore,
TimeTool ttLastBefore,
Money mLimit,
boolean bQuartal,
boolean bSkip)
|
Uses of Money in ch.rgw.tools |
---|
Methods in ch.rgw.tools that return Money | |
---|---|
Money |
Money.addMoney(Money money)
Add even more (or less) Money |
Money |
Money.divideBy(double factor)
|
Money |
Money.multiply(double factor)
Multiply your wealth |
Money |
Money.negate()
Turn wealth into dept and vice versa |
Money |
Money.roundTo5()
Round the collected amount to the nearest 0.05 |
Money |
Money.subtractMoney(Money money)
Reduce your wealth |
static Money |
XMLTool.xmlDoubleToMoney(java.lang.String xmlDouble)
|
Methods in ch.rgw.tools with parameters of type Money | |
---|---|
Money |
Money.addMoney(Money money)
Add even more (or less) Money |
int |
Money.compareTo(Money other)
|
boolean |
Money.isMoreThan(Money other)
|
static java.lang.String |
XMLTool.moneyToXmlDouble(Money money)
|
Money |
Money.subtractMoney(Money money)
Reduce your wealth |
Constructors in ch.rgw.tools with parameters of type Money | |
---|---|
Money(Money money)
Double your wealth |
|
Elexis API documentationVersion 2.1.6 as of January 22 2012 | |||||||||
PREV NEXT | FRAMES NO FRAMES |