From 1ee2655e63326b5e7b0ebe1cd9fcce7b452a03fc Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 26 May 2020 14:50:40 +0300 Subject: [PATCH] add new screens --- lib/config/config.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/config/config.dart b/lib/config/config.dart index 520b2029..15e73f79 100644 --- a/lib/config/config.dart +++ b/lib/config/config.dart @@ -16,6 +16,9 @@ const GET_PATIENT_LAB_OREDERS = 'DoctorApplication.svc/REST/GetPatientLabOreders'; const GET_PRESCRIPTION = 'Patients.svc/REST/GetPrescriptionApptList'; const GET_RADIOLOGY = 'DoctorApplication.svc/REST/GetPatientRadResult'; + +var selectedPatientType = 0; + //*********change value to decode json from Dropdown ************ var SERVICES_PATIANT = [ "GetMyOutPatient",