Merge branch 'progress_note' into 'development'

add condition

See merge request Cloud_Solution/doctor_app_flutter!545
merge-requests/544/merge
Mohammad Aljammal 5 years ago
commit 8350d68397

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