diff --git a/Frontend/lib/mih_packages/patient_profile/pat_manager/list_builders/build_mih_patient_search_list.dart b/Frontend/lib/mih_packages/patient_profile/pat_manager/list_builders/build_mih_patient_search_list.dart index 0601d4c0..ad385451 100644 --- a/Frontend/lib/mih_packages/patient_profile/pat_manager/list_builders/build_mih_patient_search_list.dart +++ b/Frontend/lib/mih_packages/patient_profile/pat_manager/list_builders/build_mih_patient_search_list.dart @@ -131,27 +131,6 @@ class _BuildPatientsListState extends State { ); } - void submitApointment(int index) { - //To-Do: Implement the appointment submission - print("To-do: Implement the appointment submission"); - // MIHApiCalls.addAppointmentAPICall( - // widget.business!.business_id, - // widget.patients[index].app_id, - // dateController.text, - // timeController.text, - // widget.arguments, - // context, - // ); - } - - bool isAppointmentFieldsFilled() { - if (dateController.text.isEmpty || timeController.text.isEmpty) { - return false; - } else { - return true; - } - } - void noAccessWarning() { showDialog( context: context,