improvement: appointments history component added to patients feature.

This commit is contained in:
2026-07-12 18:56:01 +03:30
parent 3b47aa9605
commit 1cdf853d32
12 changed files with 374 additions and 28 deletions

View File

@@ -393,7 +393,20 @@
"statusLabel": "Status:",
"statusActive": "Actief",
"statusInactive": "Inactief",
"emptyValue": "-"
"emptyValue": "-",
"requiredMark": "*",
"requiredFieldsHint": "Velden met * zijn verplicht. E-mail is optioneel.",
"firstNameRequired": "Voornaam is verplicht.",
"lastNameRequired": "Achternaam is verplicht.",
"emailOptional": "E-mail (optioneel)",
"emailOptionalSummary": "E-mail (optioneel):",
"appointmentHistoryTitle": "Afspraakgeschiedenis",
"appointmentHistorySubtitle": "Eerdere en komende afspraken voor deze patiënt in uw kliniek.",
"appointmentHistoryLoading": "Afspraakgeschiedenis laden…",
"appointmentHistoryEmpty": "Er zijn nog geen afspraken voor deze patiënt.",
"appointmentHistoryError": "Kon afspraakgeschiedenis niet laden.",
"appointmentHistoryProvider": "Behandelaar: {name}",
"appointmentHistoryUnknownProvider": "Onbekende behandelaar"
},
"cases": {
"title": "Dossiers",