From 2db045cc2ebb94a1a241afc14ee3ccf98e54c8fc Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Fri, 6 Jun 2025 12:39:25 +0200 Subject: [PATCH] . --- .../build_mih_patient_search_list.dart | 21 ------------------- 1 file changed, 21 deletions(-) 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,