.
This commit is contained in:
parent
c475b81e33
commit
2db045cc2e
1 changed files with 0 additions and 21 deletions
|
|
@ -131,27 +131,6 @@ class _BuildPatientsListState extends State<BuildMihPatientSearchList> {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
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() {
|
void noAccessWarning() {
|
||||||
showDialog(
|
showDialog(
|
||||||
context: context,
|
context: context,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue