Maybe I am doing something wrong but I can't get this to attach to a file for the life of me...
I have tried:
"Handouts\Patient Education\Senior Health Advisor\falls"
"\Handouts\Patient Education\Senior Health Advisor\falls"
"/Handouts/Patient Education/Senior Health Advisor/falls"
"Handouts/Patient Education/Senior Health Advisor/falls"
"Handouts\Patient Education\Senior Health Advisor\#8114"
What am I doing wrong?
Is your total string something like this?
{DOCUMENT.TEMP_dn_print_suppress ="yes" "" printhandout("Handouts\Enterprise\MedicaLogic\discharge summary") document.letter_printed_dn="yes" ""}
Well, I tried to paste a screen shot of the same window but for some reason it itsn't working so in the Details it reads:
Summary: discharge summary
Folder: /Handouts/Enterprose/MedicaLogic
Languages: English
Illustrations: No
I have to say though that since, really EMR 9.5, this has randomly not worked. We are now on CPS12 and I had a form that I added a button to print a handout. While testing it, worked beautifully, every time. When I put the form in 'live' and told the office it was ready to go, suddenly it no longer worked. Even for me. Of course GE is of no help because it is a custom form. 🙁
Linda Keith
West Texas Medical Associates
Looks like it should be
PRINTHANDOUT("Handouts\Patient Education\Senior Health Advisor\Falls")
Capital F.
this is what I came up with
PRINTHANDOUT("8114","E")
This works and even adds it to the chart as printing the document. Its 3 pages long though! Is there anything I can do about that?