|
|
|
@ -190,6 +190,7 @@ class _PatientMakeReferralScreenState extends State<PatientMakeReferralScreen> {
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
doctorError = null;
|
|
|
|
doctorError = null;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (appointmentDate == null ||
|
|
|
|
if (appointmentDate == null ||
|
|
|
|
_selectedBranch == null ||
|
|
|
|
_selectedBranch == null ||
|
|
|
|
_selectedClinic == null ||
|
|
|
|
_selectedClinic == null ||
|
|
|
|
@ -207,10 +208,8 @@ class _PatientMakeReferralScreenState extends State<PatientMakeReferralScreen> {
|
|
|
|
DrAppToastMsg.showSuccesToast(
|
|
|
|
DrAppToastMsg.showSuccesToast(
|
|
|
|
TranslationBase.of(context).referralSuccessMsg);
|
|
|
|
TranslationBase.of(context).referralSuccessMsg);
|
|
|
|
Navigator.pop(context);
|
|
|
|
Navigator.pop(context);
|
|
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}),
|
|
|
|
),
|
|
|
|
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|