Currently I have a provider that has multiple text components. I have gone ahead and created a quick text for each one with the {INSERT_TEXT_COMP()} option and making sure the the path is correct as well as the naming on the text component. I am able to get this to work within the open body of the chart note. However my problem is that the quick texts do not work when trying to drop into any of the update forms: HPI, CPOE, Patient instructions etc. I keep receiving: [MLI_TEXT:1634807686306770] in place of the text component. Does anyone have any ideas why these would work within the body of the update, but not dropping onto the forms?? Any help would be greatly appreciated!
Can you post your programming language up so we can see it?
So this is the set up for the quick text:
{INSERT_TEXT_COMP("Enterprise\Franklin","Abuse")}
I am pulling from the enterprise and the from the specific folder and then the named Text component. It is working within the plain body of the update, just not working within any of the update forms..... I hope this is what you were asking for!
And I only get the above MLI Error code when trying to drop these into a form.
I don't think you can insert a text component into a form field. You can insert text, but not from a text component, so you're limited to 512 characters.
So we have been able to drop in the text component directly into the form, but pulling it in from a quick text is not working. I am just wondering what the disconnect is....
jjordet is correct. You are not allowed to use QuickTexts that pull Text Components into Forms. This is for the same reason that you are not able to use QuickTexts in edit fields in forms--only in multi-line edit fields. This prevents the user from thinking a full body of text has been entered without being able to visually verify it. It's a built-in Centricity safeguard.
I am having the exact same issue. My logic is as follows:
{INSERT_TEXT_COMP("Enterprise\Mulcahy","EGD")}
The output is:
[MLI_TEXT:1771838806658110]
It does not work in any form. I have to use switch from form entry to text entry to make it pull data. This will not work with our physicians. Is this the way it was designed? If so, it's a terrible design and GE should really think about why they even have this variable in place.
I work with many practices and ALL physicians use their forms to enter data. The point of forms is to organize the data in a fashion that make it easy for doctors to enter PHI and keep it consistent across all patients. Don't even get me started on the meaningful use aspect of entering data through the text fields. It does not work.
Has anyone found a way to make this work in forms?