Notifications
Clear all
Topic starter
We want to edit our prenatal labs form to include the rhogam test on 3 different tabs within the same form. Of course when I copy & paste the test to the other tabs and you enter info into one tab, it shows up in the translation/note 3 times. Do I need to add a record/commit button & the MEL coding to make each button work, or is there another way I'm overlooking?
Thanks!
Posted : May 21, 2013 11:34 pm
use 3 different document variables on the tabs and set the obs term in the code panel...
{OBSNOW("obs term", DOCUMENT.variable1)}
{OBSNOW("obs term", DOCUMENT.variable2)}
{OBSNOW("obs term", DOCUMENT.variable3)}
then the obs term will be set to the last field entered.
Posted : May 21, 2013 11:45 pm