|
|
|
@@ -182,7 +182,6 @@ public class PatientEditorController { |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// TODO: Remove default values. |
|
|
|
private void clearFields() { |
|
|
|
patId.setText(""); |
|
|
|
patGeburtsname.setText(""); |
|
|
|
@@ -193,9 +192,9 @@ public class PatientEditorController { |
|
|
|
patPlz.setText(""); |
|
|
|
patOrt.setText(""); |
|
|
|
patTelefonnummer.setText(""); |
|
|
|
patGeburtsdatum.setValue(LocalDate.of(1900, 1, 1)); |
|
|
|
patGeburtsdatum.setValue(null); |
|
|
|
patFamilienstand.setValue(Patient.Familienstand.LEDIG); |
|
|
|
patGeschlecht.setValue(Patient.Geschlecht.FEMALE); |
|
|
|
patGeschlecht.setValue(null); |
|
|
|
patVersicherungsnummer.setText(""); |
|
|
|
patVersicherung.setValue(null); |
|
|
|
patCave.setText(""); |
|
|
|
|