I was using the below text component prior to SP11 in one of my document templates. It was working fine and now it is inserting the Risk Factors form at the end of the update after all other forms.
I have also tried using the GE Text Component that comes with the system "Add Risk Factor" and it isn't placing the form in the right place either. It goes to the end of the list as well.
Does anyone have any suggestions as to why this isn't placing the form in the right place?
{if patient._ageinmonths >= '132' then add_form_comp("Enterprise\CCC","Risk Factors-CCC","5") else " " endif}
Are you a CPS or EMR user?
We use CPS and started experiencing this problem after installing service pack 10. I believe GE has recognized it as a bug with the ADD_FORM_COMPONENT data symbol.
The work around we came up with until GE fixes the problem is we put all our most commonly used forms in all of our document templates. It takes longer for the chart update to start but the forms will be where they should be. The providers just choose which forms they use and ignore the rest.
Hi,
Were are using EMR and started experiencing the problem after service pack 10. They told us it would be fixed in SP11. Now we are hearing service pack 12.
Not sure where I read it, but also am aware of a bug (feature ?) with the ADD_FORM_COMPONENT command. I have not seen where it is slated to be fixed by GE though.
~Joe
We are on EMR 9.8
I thought I was going crazy, And that is what I have done as well (add the forms to the template)
Thank you all for your input and validation that it is a true problem.