Merge branch 'development' of https://gitlab.com/Cloud_Solution/doctor_app_flutter into patient_app_services

merge-requests/547/head
Mohammad Aljammal 5 years ago
commit 9e8aef0835

@ -65,7 +65,7 @@ class PatientProfileScreen extends StatelessWidget {
IsLoginForDoctorApp: true,
PatientOutSA: false);
if(patient.patientType ==1) {
if(patient.patientType ==1 || patient.admissionNo==null || patient.admissionNo =="0" ) {
patientViewModel.getPatientList(patientReq, "1", isBusyLocal: false).then((response) {
if (response['MessageStatus'] == 1) {

Loading…
Cancel
Save