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?
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.
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.