I've converted the majority of our forms to HTML and now have HTML clinical kits (CPS 12.2 functionality) to embed them in the encounter. I'm wondering if anyone has been able to attach an EFM file or something similar to their HTML Clinical kits.
The EFM file is where you can set FORMXLATEDEF on the FORMSET table, and it is the text translation code for that form. The default for HTML forms seems to just be {DOCUMENT.TEMPHTML0_FSID_GOES_HERE}, and I would like to actually add extra document variables in case I reach the 4k character limit for the default document variable.
The html ckt file doesn't have a field for that. I thought I saw somewhere that GE was going to release a ckt for the Rx Refill form in case people accidently overwrote the html one, but I can't find it. If you look at the FORMSET table you will see that form is doing exactly what you have in mind, there are ten variables for the translation. You could always do a SQL update after import to mimic what they did.
Thanks for the reply Michael.
I'm currently adding my extra logic through SQL, which works out okay. That's a bummer that they don't have a place to put this for HTML forms. Luckily, this should be fairly static compared to VFE forms.