public class Formularreferenz
extends Object
Dient der Ausgabe der Minimaldaten zur Darstellung der gefundenen Formulare.
Constructor and Description |
---|
Formularreferenz() |
Modifier and Type | Method and Description |
---|---|
Formularcodegruppe |
getFormularcode()
Formularcode sowie die ihn zusammensetzenden Elemente.
|
String |
getFormulardatum()
Formulardatum.
|
String |
getFormularstatus()
Status des Formulars bei VO Formularen.
|
String |
getFormulartyp()
Typ des Formulars.
|
Boolean |
getKorrekturMoeglich()
Angabe, ob Folge/Korrektur möglich ist.
|
String |
getName()
(Nach-)Name eines Patienten ohne SV-Nummer.
|
SvPersonV2 |
getSvPatient()
Daten eines Patienten mit SV-Nummer.
|
String |
getVerordnungstyp()
Verordnungstyp des Formulars bei VO Formularen.
|
String |
getVorname()
Vorname eines Patienten ohne SV-Nummer.
|
void |
setFormularcode(Formularcodegruppe formularcode) |
void |
setFormulardatum(String formulardatum) |
void |
setFormularstatus(String formularstatus) |
void |
setFormulartyp(String formulartyp) |
void |
setKorrekturMoeglich(Boolean korrekturMoeglich) |
void |
setName(String name) |
void |
setSvPatient(SvPersonV2 svPatient) |
void |
setVerordnungstyp(String verordnungstyp) |
void |
setVorname(String vorname) |
public SvPersonV2 getSvPatient()
public void setSvPatient(SvPersonV2 svPatient)
public String getVorname()
public void setVorname(String vorname)
public String getName()
public void setName(String name)
public String getFormulardatum()
public void setFormulardatum(String formulardatum)
public String getFormulartyp()
public void setFormulartyp(String formulartyp)
public Formularcodegruppe getFormularcode()
public void setFormularcode(Formularcodegruppe formularcode)
public Boolean getKorrekturMoeglich()
public void setKorrekturMoeglich(Boolean korrekturMoeglich)
public String getFormularstatus()
FormularstatusConstants
.VO
Formularen.
Sonst nicht angegeben. public void setFormularstatus(String formularstatus)
public String getVerordnungstyp()
voTypenAbfragen
.VO
Formularen.
Sonst nicht angegeben. public void setVerordnungstyp(String verordnungstyp)