From 8fa9fc2eceb84c25898412d6f13d174b106d4b89 Mon Sep 17 00:00:00 2001 From: Shaurya Gupta Date: Sun, 12 Jan 2025 01:32:53 +0530 Subject: [PATCH] Add "Planned" encounter class to localization file (#9905) --- public/locale/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/public/locale/en.json b/public/locale/en.json index a10c08c369a..96f74cf9d81 100644 --- a/public/locale/en.json +++ b/public/locale/en.json @@ -836,6 +836,7 @@ "encounter_class__imp": "Inpatient", "encounter_class__in_progress": "In Progress", "encounter_class__obsenc": "Observation", + "encounter_class__planned": "Planned", "encounter_class__vr": "Virtual", "encounter_date_field_label__A": "Date & Time of Admission to the Facility", "encounter_date_field_label__DC": "Date & Time of Domiciliary Care commencement",