I am trying to make a form for the Nurse Practioners for acute visits. I am using the Multifactorial builder in GE Centricity, and then using the VFE. I am running into a problem. I have Otitis Media (left,right,and bilateral) buttons. I would like to click one of the buttons and it orders the office visit, puts in patient instructions, the objective, and diagnosis. I am having a problem getting VFE to do al of this with one click. I am new to this so bare with me 🙂
Katie, can you post the code in your button so we can take a look at what you are trying to do?
Did you actually build a function with the mulitfactoral builder? If so, how are you calling it?
I don't have a code yet. I was wondering if there was an easier way to do this or should I use the multifactorial builder?
You can have a RUNPROCESS button do multiple things. Just put them inside separate curly braces
{OBSNOW("WEIGHT",167)}
{MEL_ADD_ORDER(blah, blah, blah, etc.)}
{OBSNOW("INSTRUCTIONS","Do this, do that, don't do this")}
Thank you. I will give that a try.