|
|
|
|
@ -82,7 +82,7 @@ class _AppointmentActionsState extends State<AppointmentActions> {
|
|
|
|
|
// bool shouldEnable = ((widget.appo.clinicID == 17 || widget.appo.clinicID == 47) || (widget.appo.isLiveCareAppointment && appoButtonsList[index].caller == "askDoc") || appoButtonsList[index].caller == "openReschedule");
|
|
|
|
|
bool shouldEnable =
|
|
|
|
|
(((widget.appo.clinicID == 17 || widget.appo.clinicID == 47 || widget.appo.clinicID == 134 || widget.appo.clinicID == 253) && appoButtonsList[index].caller == "openReschedule") ||
|
|
|
|
|
(widget.appo.isLiveCareAppointment && appoButtonsList[index].caller == "askDoc") ||
|
|
|
|
|
(widget.appo.isLiveCareAppointment! && appoButtonsList[index].caller == "askDoc") ||
|
|
|
|
|
(Utils.isVidaPlusProject(projectViewModel, widget.appo.projectID) &&
|
|
|
|
|
widget.appo.clinicID == 10 &&
|
|
|
|
|
(appoButtonsList[index].caller == "prescriptions" || appoButtonsList[index].caller == "radiology" || appoButtonsList[index].caller == "labResult")));
|
|
|
|
|
|