From be3b082ae98a2327637ca55e3f6e9c5ac38e4d72 Mon Sep 17 00:00:00 2001 From: Rithvik Nishad Date: Thu, 28 Dec 2023 06:35:53 +0530 Subject: [PATCH] Rename encounter date field labels (#6914) --- src/Components/Facility/ConsultationForm.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Components/Facility/ConsultationForm.tsx b/src/Components/Facility/ConsultationForm.tsx index 72944389235..77962cc7703 100644 --- a/src/Components/Facility/ConsultationForm.tsx +++ b/src/Components/Facility/ConsultationForm.tsx @@ -1213,9 +1213,9 @@ export const ConsultationForm = (props: any) => { A: "Date & Time of Admission to the Facility", DC: "Date & Time of Domiciliary Care commencement", OP: "Date & Time of Out-patient visit", - DD: "Date & Time of Encounter", - HI: "Date & Time of Encounter", - R: "Date & Time of Encounter", + DD: "Date & Time of Consultation", + HI: "Date & Time of Consultation", + R: "Date & Time of Consultation", }[state.form.suggestion] } type="datetime-local"