merge-update-with-lab-changes
haroon amjad 2 years ago
parent e6d093a84c
commit e1718270eb

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

@ -1,7 +1,7 @@
name: diplomaticquarterapp
description: A new Flutter application.
version: 4.5.040+4050040
version: 4.5.78+1
environment:
sdk: ">=2.7.0 <3.0.0"

Loading…
Cancel
Save