|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectPosition
public class Position
Describes an individual item in a prescription.
| Constructor Summary | |
|---|---|
Position()
|
|
| Method Summary | |
|---|---|
Arzneimittel |
getArzneimittel()
Holds the Arzneimittel object (medicine). |
EnumValue |
getAutIdem()
Indicates the aut-idem property of a prescription. |
String |
getDosierung()
Holds the dosage information. |
int |
getFactor()
Holds the number of packages described. |
EnumValue |
getImpfstoff()
A boolean value indicating whether this position is a vaccine. |
Inhaltsstoff |
getInhaltsstoff()
Information about an active ingredient of this position. |
String |
getKommentar()
A free-form commentary string. |
EnumValue |
getQualifizierung()
Holds classification information of the prescription (i.e. acute medication or long-term medication, etc.). |
Rezeptur |
getRezeptur()
If the prescription is a formulation this holds the formulation information. |
String |
getVerordnungsdiagnose()
Information about the diagnosis which lead to the prescription. |
Menge |
getWirkstoffverordnungPackungsgroesse()
The amount information about the package size etc. for a substance prescription. |
void |
setArzneimittel(Arzneimittel arzneimittel)
Holds the Arzneimittel object (medicine). |
void |
setDosierung(String dosierung)
Holds the dosage inforamtion. |
void |
setFactor(int factor)
Holds the number of packages described. |
void |
setInhaltsstoff(Inhaltsstoff inhaltsstoff)
Information about an active ingredient of this position. |
void |
setKommentar(String kommentar)
A free-form commentary string. |
void |
setRezeptur(Rezeptur rezeptur)
If the prescription is a formulation this holds the formulation information. |
void |
setVerordnungsdiagnose(String verordnungsdiagnose)
Information about the diagnosis which lead to the prescription. |
void |
setWirkstoffverordnungPackungsgroesse(Menge wirkstoffverordnungPackungsgroesse)
The amount information about the package size etc. for a substance prescription. |
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Position()
| Method Detail |
|---|
public Rezeptur getRezeptur()
public void setRezeptur(Rezeptur rezeptur)
rezeptur - The formulation information to set.public Inhaltsstoff getInhaltsstoff()
public void setInhaltsstoff(Inhaltsstoff inhaltsstoff)
inhaltsstoff - The active ingredient information to set.public Arzneimittel getArzneimittel()
public void setArzneimittel(Arzneimittel arzneimittel)
arzneimittel - The object instance to set.public String getDosierung()
public void setDosierung(String dosierung)
dosierung - The sets dosage information.public int getFactor()
public void setFactor(int factor)
factor - The factor to set.public String getKommentar()
public void setKommentar(String kommentar)
kommentar - The comment to set.public EnumValue getAutIdem()
Possible Values:
| Key | Display Name EN | Display Name DE |
|---|---|---|
| 0 | No | Nein |
| 1 | Yes | Ja |
public EnumValue getImpfstoff()
Possible Values:
| Key | Display Name EN | Display Name DE |
|---|---|---|
| 0 | No | Nein |
| 1 | Yes | Ja |
public EnumValue getQualifizierung()
Possible Values:
| Key | Display Name EN | Display Name DE |
|---|---|---|
| A | Acute medication | Akutmedikation |
| B | Need medication | Bedarfsmedikation |
| D | long-term medication | Dauermedikation |
public String getVerordnungsdiagnose()
public void setVerordnungsdiagnose(String verordnungsdiagnose)
verordnungsdiagnose - The diagnosis information to set.public Menge getWirkstoffverordnungPackungsgroesse()
public void setWirkstoffverordnungPackungsgroesse(Menge wirkstoffverordnungPackungsgroesse)
wirkstoffverordnungPackungsgroesse - The amount information of the substance
prescription package size.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||