|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.elexis.medikamente.bag.data.BAGOptifier
public class BAGOptifier
Constructor Summary | |
---|---|
BAGOptifier()
|
Method Summary | |
---|---|
Result<IVerrechenbar> |
add(IVerrechenbar code,
Konsultation kons)
Eine Leistung einer Konsultation hinzufügen; die anderen Leistungen der Kons ggf. anpassen |
Result<java.lang.Object> |
optify(Konsultation kons)
Eine Konsultation optifizieren |
Result<Verrechnet> |
remove(Verrechnet v,
Konsultation kons)
Eine Leistung aus einer Konsultation entfernen; die Liste ggf. anpassen |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BAGOptifier()
Method Detail |
---|
public Result<java.lang.Object> optify(Konsultation kons)
IOptifier
optify
in interface IOptifier
public Result<IVerrechenbar> add(IVerrechenbar code, Konsultation kons)
IOptifier
add
in interface IOptifier
code
- der hinzuzufügende codekons
- die Konsultation
public Result<Verrechnet> remove(Verrechnet v, Konsultation kons)
IOptifier
remove
in interface IOptifier
v
- der zu enfternende codekons
- die KOnsultation
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |