|
|
|
|
@ -743,7 +743,7 @@ class _ToDoState extends State<ToDo> {
|
|
|
|
|
service.confirmAppointment(appo.appointmentNo, appo.clinicID, appo.projectID, appo.isLiveCareAppointment, context).then((res) {
|
|
|
|
|
GifLoaderDialogUtils.hideDialog(context);
|
|
|
|
|
if (res['MessageStatus'] == 1) {
|
|
|
|
|
projectViewModel.analytics.todoList.to_do_list_confirm_appointment();
|
|
|
|
|
projectViewModel.analytics.todoList.to_do_list_confirm_appointment(appo);
|
|
|
|
|
AppToast.showSuccessToast(message: res['ErrorEndUserMessage']);
|
|
|
|
|
if (appo.isLiveCareAppointment) {
|
|
|
|
|
insertLiveCareVIDARequest(appo);
|
|
|
|
|
|