Hi
how can I define header and footer for patient report which are generated from report menu and by selecting the soap to be included and also for prescription. Also when I select multiple encounters in report, they are printed in reverse order- newest first. I would like it to be oldest first -can I achieve this?
Vaibhav
Hai,
openemr uses html2pdf plugin to convert to pdf and thus the header and footer can be defined using the <page_header> </page_header> and <page_footer> </page_footer> tags.
So, for adding the header and footer for the patient’s report printed from the reports tab of demographics screen, we need to change the “getContent” function in the file:
interface/patient_file/report/custom_report.php