Is there a possibility to use this module in the way that patients could book appointments using the front end of the website?

Comments

gebiss created an issue. See original summary.

wuinfo - Bill Wu’s picture

Yes. It needs a lot of configuration.

Something you may need to take into the consideration.
1) All nodes to be unpublished by default or add access control, so public will not able to see the private information.
2) Decide whether an anonymous user can book an appointment or they need to have user accounts before booking appointment themselves.
3) Double security check as you do not want to leak any sensitive information to the general public.

At the end, if you are confident enough, disable the securesitemodule.

OR

build another drupal site or mobile app to work with the current site using web service.

Good luck.

wuinfo - Bill Wu’s picture

Status: Active » Closed (won't fix)