|
|
|
|
@ -431,7 +431,12 @@ class _MyAppointmentsState extends State<MyAppointments> with SingleTickerProvid
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
).then((value) {
|
|
|
|
|
getPatientAppointmentHistory(true, false);
|
|
|
|
|
if(_currentPage == 1) {
|
|
|
|
|
getPatientAppointmentHistory(true, false);
|
|
|
|
|
}
|
|
|
|
|
if(_currentPage == 2) {
|
|
|
|
|
getPatientAppointmentHistory(false, true);
|
|
|
|
|
}
|
|
|
|
|
}),
|
|
|
|
|
isInOutPatient: _appointmentResult.isInOutPatient,
|
|
|
|
|
name: _appointmentResult.doctorTitle + " " + _appointmentResult.doctorNameObj,
|
|
|
|
|
|