I believe I know the answer to this question but I am attempting to create a quick text for an order which contains details. It is not working, I just want to verify if the system allows you to create a Quick Text for an order which contains details.
Thank you in advance for your help. Have a wonderful weekend.
You can put MEL in a quick text.
Below is an example, of something you might try.
You should check the helpfile for the specific formatting. (F1 from the chart, search for MEL_Add_Order)
{MEL_ADD_ORDER("T", "Physical/Occupational Therapy", "Physical Therapy Evaluation", "", "","","Special instructions include ROM STR","", "", "", "")}
Hopefully this helps.
-James
OK thank you this is what we have under our "Instructions"
LPAP01*Cytology Source*
LPAP02*Cytology Collection Source*
LPAP04*Date LMP*
LPAP05*Previous Patient Treatment*
LPAP07*Previous Cytology results
This is what I have so far, almost there: {MEL_ADD_ORDER("T","1HFMG Laboratory Master List","Thin Layer w/Reflex HPV (SIL or Ascus)* ","","Z01.419","Routine gynecological exam")''}
I really appreciate your help.
{MEL_ADD_ORDER("T",1HFMG Laboratory Master List","Thin Layer w/Reflex HPV (SIL or Ascus)*","","Z01.419","Routine gynecological exam","LPAP01*Cytology Source*
LPAP02*Cytology Collection Source*
LPAP04*Date LMP*
LPAP05*Previous Patient Treatment*
LPAP07*Previous Cytology results","","","","")" "}
Should do it, may want to check help syntax/formatting like caswelljm mentions. For longer quicktext like this I like to use INSERT_TEXT_COMP in the quicktext and put the MEL_ADD_ORDER in a text component to call in.
Perfect. Thanks so much.