We are wanting to automatically add the event when a handout is printed to the chart.
For example when you go to the handouts button and select a handout you have the option to "Record Handout Printing in Chart". We would like to be able to do this when using a Button to RunProcess and print the handout. Currently I only have some parameters that are used when printing the chart from a button.
See below
{DOCUMENT.TEMP_dn_print_suppress ="yes" "" printhandout("Handouts\Enterprise\Nephrology\Discharge Summary") document.letter_printed_dn="yes" ""}
I would like to know what other parameters can be used when printing a handout like this? Is there a way to have the Printing of the Handout automatically added to the chart? As in when this occurs it adds to the chart and prompts the user to "Route" the document to someone, namely themselves.
If anyone knows of a way to store this in a RunProcess please let me know. Or if you have a function that adds the Routing of the handout with the note "Handout Printed" as a secondary step to the handout printing above.
Thanks,
Damon
West Texas Medical Associates
Damon,
I don't believe this is possible, but perhaps someone has found a way and will respond. We use ADD_DOCUMENT_SUMMARY(), usually in the pageclose handler, to push additional information to the Chart Summary line in Documents. It doesn' create a separate line item in the documents list, but it works well enough for us. The summary might read something like this: Ofc Visit: Well Baby Exam - 2 months -- Parenting Handout provided. The "Parenting Handout provided" being pushed the summary using the symbol above.
Regards,
Paul
Darmon,
Did you get a response to this? I would like to do the same for our Clinical Visit Summaries.
Justin