Search found 3 matches
- Thu Nov 30, 2023 2:33 pm
- Forum: Main Forum
- Topic: Add Hook for the Plugin
- Replies: 9
- Views: 11589
Re: Add Hook for the Plugin
Thank you for your response! For the sake of maintaining your intended behavior with the hooks, there are some changes that may be worth considering. I'd like to run them by you and see if they might make your goals a little easier. For the Family Module, there is code immediately following where yo...
- Wed Nov 22, 2023 11:18 am
- Forum: Main Forum
- Topic: Add Hook for the Plugin
- Replies: 9
- Views: 11589
Re: Add Hook for the Plugin
So that we can best approach the implementation of these hooks, could you describe the intended use of the hooks for the Family module and the Patient Select form?
- Thu Nov 02, 2023 2:09 pm
- Forum: Main Forum
- Topic: Add Hook for the Plugin
- Replies: 9
- Views: 11589
Re: Add Hook for the Plugin
Hello!
We were able to add a hook where you requested, the location description was changed to reflect the actual location of the hook:
It will be available in version 23.3.5!
Thank you!
We were able to add a hook where you requested, the location description was changed to reflect the actual location of the hook:
Code: Select all
Plugins.HookAddCode(this, "ContrChart.FillPtInfo_BeforeEndUpdate", Pd.Patient);
Thank you!