We have a custom Family History form that currently only populates the note when the "reviewed during today's visit" box is checked. I also want it to populate in the note when changes are made without the providers having to make the changes and then click the check box "reviewed during today's visit".
I know in the PMH-PSH CCC form there is this functionality that when something is changed/updated in the text box it recognizes that this is an update and autoflows into the text without the provider having to doing anything else. This way the history only appears in the text when either the "reviewed" box is checked or a change has been made.
Does anyone know the function or code for this? I've tried several different things but it does not work for when there is a change to the history. It works fine when there are no changes and the provider clicks "reviewed during today's visit".
Any help with this will be greatly appreciated.
Thank you,
Rebecca Higdon
Create a watcher function with the fields the user is populating. I assume these are document variable. With a change in any of the fields, the function updates the obsterms included family history reviewed.
Rebecca,
I would be happy to help with that. What you need is a watcher expression to monitor changes to the fields that would trigger the automatic checking of your checkbox. If you can send me the .DLG file, I can probably fix it for you. I’ll include comments in the code so you can learn how to do this in the future.