Hello All,
I am looking at adding an immunization to the history view that is not included. I wanted to see if this was feasible or not given the specifications I was given. I figured I would start with what GE provided. I took a quick look at the immunization history view and saw that it calls this function:
fnGetVacDetails()
Does anyone know where this is located?
Thanks,
Brad
It is in the Client file, where the CCC Files live, but in a different folder. Here was my path to find it:
C:\Program Files (x86)\Centricity Practice Solution\Client\Immunization\fndef-Immunization.txt
This is where it is calling the function from. Feel free to post again if you have trouble implementing your changes.
Daniel Carpenter
Thank you for the information. I have added my function to the text component and add the function call to the history view. I logged out and logged back into CPS. I am now getting the following message:
COMPILER ERROR NEARBY: EOF was unexpected after RIGHT CURLY BRACE
Make sure that the file exists in the application directory and is up-to-date
I double checked all of my conditional statements are syntactically correct. Also, I'm not missing a opening or closing '{' anywhere. Have you run into this message before?
Thanks,
Brad
UPDATE: Please disregard, after additional searching I found my type-o. 🙂
I do that more often than I care to admit. 🙂 I'm glad you found the issue.