Just like when we are inside a patient's chart, and click Print-->Chart-->Labels -->Mailing Label we can print a mailing label, I want to add a report (another label with other information) below the Mailing Label to be accessible from within the chart in Centricity EMR 9.5.
Any one who has information on how to do this please help. Thank you.
* goto setup – settings
* goto reports – reports
(may want to goto reports – admin, to check on the current network locations for shared reports)
right half of window opens, navigate as usual
that window has a left side for directory structure, and right side for actual reports
add or navigate folders
* new (in right-most area) to create a new report
report name is what you want people to see
path allows you to locate the CR .rpt file
* ok
new window asking about copying to local drive and also the network location from above (reports – admin)
If you want others to use, make sure to click on the network location! This is an important step!
{hopefully, I did not miss anything}
Since you have clarified your question (off-line) to be the ability to run a Crystal Report from a button...
I saw before here the MEL code to execute something at the command line. So, in theory, your form could contain a button for MEL code to execute the command:
C:\"Business Objects"\"BusinessObjects Enterprise 12.0"\win32_x86\crw32.exe C:\report.rpt
to run Crystal, and a report called report.rpt
Sorry, not a complete answer - since I don't remember the MEL syntax.
Note: this button would have to be placed manually in VFE forms one-at-a-time. Or, I suppose you could create a form with lots of buttons?