fix: rephrase hint for patient without healthinsurance
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ export function validatePatient(patient: Patient): ValidationResult {
|
||||
}
|
||||
if (!patient?.healthinsurance) {
|
||||
isValid = false;
|
||||
errors.push('Patient: Krankenkasse ist nicht gefüllt');
|
||||
errors.push('Patient Stammdaten: Krankenversicherung nicht gefüllt');
|
||||
}
|
||||
// if (!patient?.careDegree) {
|
||||
// notes.push('Patient: Pflegegrad ist nicht gefüllt');
|
||||
|
||||
Reference in New Issue
Block a user