|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.elexis.data.TarmedOptifier
public class TarmedOptifier
Dies ist eine Beispielimplementation des IOptifier Interfaces, welches einige einfache Checks von Tarmed-Verrechnungen durchführt
Field Summary | |
---|---|
static int |
EXKLUSION
|
static int |
INKLUSION
|
static int |
KOMBINATION
|
static int |
KUMULATION
|
static int |
LEISTUNGSTYP
|
static int |
NOMOREVALID
|
static int |
NOTYETVALID
|
static int |
OK
|
static int |
PREISAENDERUNG
|
Constructor Summary | |
---|---|
TarmedOptifier()
|
Method Summary | |
---|---|
Result<IVerrechenbar> |
add(IVerrechenbar code,
Konsultation kons)
Eine Verrechnungsposition zufügen. |
Result<java.lang.Object> |
optify(Konsultation kons)
Hier kann eine Konsultation als Ganzes nochmal überprüft werden |
Result<Verrechnet> |
remove(Verrechnet code,
Konsultation kons)
Eine Verrechnungsposition entfernen. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int OK
public static final int PREISAENDERUNG
public static final int KUMULATION
public static final int KOMBINATION
public static final int EXKLUSION
public static final int INKLUSION
public static final int LEISTUNGSTYP
public static final int NOTYETVALID
public static final int NOMOREVALID
Constructor Detail |
---|
public TarmedOptifier()
Method Detail |
---|
public Result<java.lang.Object> optify(Konsultation kons)
optify
in interface IOptifier
public Result<IVerrechenbar> add(IVerrechenbar code, Konsultation kons)
add
in interface IOptifier
code
- der hinzuzufügende codekons
- die Konsultation
public Result<Verrechnet> remove(Verrechnet code, Konsultation kons)
remove
in interface IOptifier
code
- der zu enfternende codekons
- die KOnsultation
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |