Can someone help me with this? When using the Patient Instructions-ccc form in the same Encounter with a form documenting Preferred Language using the LANGUAG PREF obsterm, the information get cleared from the field. I would like to be able to program a button with VFE that will push the information in the LANGUAG PREF obsterm field to the flowsheet immediately. Is this possible?
I am going out on a limb here to test my knowledge. But I think that you could use this command for the button. I believe if you use the OBSANY() command it will PULL the OBS but if you add the comma and what you want to populate to the OBSTERM you can "push" to the flowsheet.
There are much smarter people out here....Just trying to help.
{OBSANY(LANGUAGPREF),"argument"}
Sorry if I botched this!
Geoff
Close 🙂
{OBSNOW("LANGUAGPREF","argument")}
The format to set an obs term in an update is OBSNOW("obstterm", "obsterm value","obsterm date") Date is only needed if you want the date of the obs term to be something other than today.