From 03fa9de901bcc736bebd9f13670a03859e079ca8 Mon Sep 17 00:00:00 2001 From: Elham Rababah Date: Thu, 21 Jan 2021 11:57:54 +0200 Subject: [PATCH] fix DA-198 --- lib/lookups/patient_lookup.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/lookups/patient_lookup.dart b/lib/lookups/patient_lookup.dart index fa75abaa..08b6471f 100644 --- a/lib/lookups/patient_lookup.dart +++ b/lib/lookups/patient_lookup.dart @@ -1,8 +1,8 @@ const PATIENT_TYPE = const [ - {"text": "outPatiant", "text_ar": "المريض الخارجي", "val": "0"}, - {"text": "InPatiant", "text_ar": "المريض المنوم", "val": "1"}, + {"text": "Outpatient", "text_ar": "المريض الخارجي", "val": "0"}, + {"text": "Inpatient", "text_ar": "المريض المنوم", "val": "1"}, {"text": "Discharge", "text_ar": "المريض المعافى", "val": "2"}, - {"text": "Referrd", "text_ar": "المريض المحول الي", "val": "3"}, + {"text": "Referred", "text_ar": "المريض المحول الي", "val": "3"}, { "text": "Referral Discharge", "text_ar": "المريض المحال المعافى",