On the right side of the HPI form there is a listing where you can insert templates or forms into the document. I have a VFE form that I would like to create a link to there but all it returns for me is the path to the form, not the actual form.
Has anyone made this work and be willing to share how?
thanks!
Are you using the ADD_FORM_COMP() and OPEN_FORM_COMP() functions to get you to the HPI form?
Or are you trying to have your VFE open up these templates directly?
Try taking a look at the cccqe_user_edit_HPI_<specialty>_TFE.txt to see what the forms/templates the HPI is presenting.
Also, could you share what you already have so that we can see if there is something wrong.
In asking the question and reviewing the code I found the answer. I had the path with a \ where it should have been a ~.
Thank you so much for listening and asking the questions you did, it helped me find my answer.
Could you share the code / mistake for all to learn?
Curious, were you trying to call the HPI form or just the templates???
looking forward to your answer!
I need help with this issue as well. On our HPI for Family Practice, we are able to pull the HPI-Multiple form with the following command:
ccc_Adult_HPI_exec("HPI-Multiple Form^Enterprise\Primary Care~HPI - Multiple~after_current^")
However, on the HPI for Urology, we cannot pull the Urology Procedures form with the following command:
ccc_Urology_HPI_exec("Urology Procedures^Enterprise\Specialty~Urology Procedures~after_current^")
I have checked and recheck the path to ensure it is correct in the form componenets section of admin. Still no luck. Any help is very appreciated. Thanks, Sharon
Do any of you have a custom HOI form with templates that you built? If so would you be willing to share?
The only reason a form would not pull in (such as your Urology form above) is because the path is incorrect. I have done this with multiple forms and specialties, CCC and VFE alike.