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": "المريض المحال المعافى",