Patient report displaying inside patient portal

rahuluser wrote on Wednesday, May 18, 2016:

I am using Openemr 4.2.1 version, inside that patient portal dispalays Reports (CCD,CCR), lab test results etc. I also needed to display patient report inside patient portal too. How to achieve? Or which files should I concentrate?

visolveemr wrote on Wednesday, May 18, 2016:

Hi,
Greetings from ViSolve!

To display the patient reports inside the Patient Portal also, you will have to make changes in this file /patients/summary_pat_portal.php

You will have to copy the required code related to the Patient Reports from this file /interface/patient_file/report/patient_report.php and make the appropriate adjustments.

Thanks
OpenEMR Customization/Support Team,
ViSolve Inc
services@visolve.com | Phone: 408-850-2243
Demo’s @ ViSolve Demo Library

rahuluser wrote on Saturday, May 21, 2016:

I have followed above steps, and it displayed Patient reports page content there. But, buttons like ‘Generate Report’ and ‘Download PDF’ displays nothing on screen.

visolveemr wrote on Saturday, May 21, 2016:

You will have to customize the code appropriately to generate the Reports and PDF from the patient portal.

Thanks
OpenEMR Customization/Support Team,
ViSolve Inc

rahuluser wrote on Monday, June 06, 2016:

I am new to OpenEMR. So, I don’t know what should do and where should do. Please give information about what to customize.