I need some help setting up custom history views
I was able to pull most of it but I need the coding to pull things like Date of Injury and Date of Surgery that are obs terms. I need a refresher on this. Anyone will to help with this? If you give me one example of the coding I think I can figure out the rest!
Thanks!
Patty
Hi Patty,
If I understand you correct, you just need the code to pull the obs terms into a history view. here is a way to do that:
Date of Injury: {OBSPREV("OBS NAME")}
Date of Surgery: {OBSPREV("OTHER OBS NAME")}
basically the {OBSPREV("OBS TITLE")} pulls an obs term from the database that has been signed and shows the value where the curly braces are. Please let me know if you need more specifics.
Daniel
I figured it out after I posted this. Thanks everyone!