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