I had previously requested the hook:
Code: Select all
Plugins.HookAddCode(this,"FormApptEdit.CalculateTime_end",strBTime,provDent,provHyg,codeNums);//set strBTime, but without using the 'new' keyword.
1. I never realized that Appointments.CalculatePattern() is called from other places as well (namely, ContrAppt). So, for example, when a provider is changed by ContrAppt, my code is bypassed

2. With my current implementation, a HookMethod will be more appropriate for performance reasons.
...So...
1. I'd like to request a HookMethod at "Appointments.CalculatePattern" with the equivalent parameter set.
2. The original hook I requested is no longer necessary (for me). I'm not sure if anyone else is using it... I guess this begs the question of policy for removing hooks...
Thanks,