|
Elexis API documentation as of September 4 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mandant | |
---|---|
ch.elexis | Steuer-Package Dieses Package ist die zentrale Ablaufsteuerung des Plugin-Systems. |
ch.elexis.data | Dieses Package enthält diejenigen Klassen, die direkten Kontakt mit der Datenbank haben. |
Uses of Mandant in ch.elexis |
---|
Fields in ch.elexis declared as Mandant | |
---|---|
static Mandant |
Hub.actMandant
Der Mandant, auf dessen namen die aktuellen Handlungen gehen |
Methods in ch.elexis that return types with arguments of type Mandant | |
---|---|
static java.util.List<Mandant> |
Hub.getMandantenList()
get a list of all mandators known to this system |
Methods in ch.elexis with parameters of type Mandant | |
---|---|
static void |
Hub.setMandant(Mandant m)
|
Uses of Mandant in ch.elexis.data |
---|
Methods in ch.elexis.data that return Mandant | |
---|---|
Mandant |
Konsultation.getMandant()
Den zugeordneten Mandanten holen |
Mandant |
Rechnung.getMandant()
Den Mandanten zu dieser Rechnung holen |
Mandant |
Rezept.getMandant()
|
static Mandant |
Mandant.load(java.lang.String id)
|
Methods in ch.elexis.data with parameters of type Mandant | |
---|---|
IFilter |
IVerrechenbar.getFilter(Mandant m)
Einen Filter liefern, um Elemente dieses Typs nach Mandant zu filtern |
IFilter |
VerrechenbarAdapter.getFilter(Mandant m)
|
void |
Konsultation.setMandant(Mandant m)
Die Konsultation einem Mandanten zuordnen |
Constructors in ch.elexis.data with parameters of type Mandant | |
---|---|
Leistungsblock(java.lang.String Name,
Mandant m)
|
|
Rechnung(java.lang.String nr,
Mandant m,
Fall f,
java.lang.String von,
java.lang.String bis,
Money Betrag,
int status)
|
|
Elexis API documentation as of September 4 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |