Hello,
Is there a way to force family history to be evaluated without jumping from one tab to another? I have created a cutom FH form, but the only way I can see that we made a change is if I leave the form and go back in. Can I put that functionality in an "update FH" button and stay on the page? I don't know how to do that!
Any help is much appreciated!
dh
What I ended up doing is putting a second tab on the form. In our case the second tab is actually "Social History". But everytime you press the "Add Family History" button it runs the code of adding the FHX but also call a function called RefreshFHX(). All it does is it jumps to social history and then back to family history. It happens fast enough that the user doesn't realize it.
{fn RefreshFHX(){
JUMP_TO_TAB("Social History")
JUMP_TO_TAB("Family History")
return ""
}
}
Dave Montgomery
Crozer Keystone