public class KonsultationData
extends Object
Enthält das Ergebnis der Funktion
searchKonsultationData
.
Constructor and Description |
---|
KonsultationData() |
Modifier and Type | Method and Description |
---|---|
KonsultationInfo[] |
getKonsultationen()
Im System bereits vorhandene Konsultationen für den gewählten Datenblatttyp.
|
PatientInfo |
getSvPatient()
Daten des Patienten.
|
void |
setKonsultationen(KonsultationInfo[] _konsultationen) |
void |
setSvPatient(PatientInfo _svPatient) |
public KonsultationInfo[] getKonsultationen()
public void setKonsultationen(KonsultationInfo[] _konsultationen)
public PatientInfo getSvPatient()
public void setSvPatient(PatientInfo _svPatient)