diff --git a/lib/screens/patients/profile/patient_profile_screen.dart b/lib/screens/patients/profile/patient_profile_screen.dart index 59d10b25..db583482 100644 --- a/lib/screens/patients/profile/patient_profile_screen.dart +++ b/lib/screens/patients/profile/patient_profile_screen.dart @@ -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) {