appointment scheduling module,

Hello

Apologies took sometimes to get to understand the module little bit more

The reason we were opting for the dynamic creation of appnt blocks over recurring ones was

  1. In our use case we may need to schedule a patient upto 3 years from today, with repeating blocks this means an appnt block will repeat 365*3 times so that I could get the appnt date 3 years from now.

However with dynamic blocks a user will just select the appnt date which is 3 yrs from now from which just one appnt block will be created for this date.

  1. Work of managing appnts block one by one manually is tedious.

With regards to that, the following is our proposed design