Notifications
Clear all
General Discussion
4
Posts
2
Users
0
Reactions
69
Views
Topic starter
Hello!
I like to show the last two values of the influenza vaccine on the immunization record for our peds population. Since the younger peds will get two shots in the season, I like to show the last two values.
The obs term is: FLU VAX
Thanks!
Posted : May 16, 2014 2:16 am
Topic starter
I should've mentioned that it's not on the template. I saw that thread.
In our handouts, we created a printable immunization record. Although the nurses can see it on the template, they like to see it on the printout.
Posted : May 18, 2014 10:51 am
So do something like this:
{local obsarray6
obsarray6 = getfield(LIST_OBS("WEIGHT","signed","list","valuedate"),")","(,")
document.printme = (str(sub(obsarray6,1,3), HRET))
fmt(document.printme)
}
Posted : May 18, 2014 11:39 pm