@ -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) {