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