Patient Data Display

Is there anyway to change the things that patient data can display. As default, it would display who, contact, choices, employer, stats, misc, and guardian. I do use most of those but I don’t want those items to be displayed when create a PDF or print.

Edit*: I only want the who and contact to be display. I still use the other parts just don’t want them to be displayed on every report.

Also, is there anyway to remove billing as default checked from patient report? Every time I try to print out document it has demographics and billing both checked. Is there a way I can modify the default checked value is.

Thanks

@cornutaurus,
In Patient Report, if you wish that demographics should not be included in Generate Report or PDF, you can uncheck the demographics and then download the PDF.
Suppose if you need to remove the default checked option for Demographics and billing, you should remove the checked option for the fields in the file interface/patient_file/report/patient_report.php

Thanks,
ViSolve

Hello @visolveemr

Sorry for not being clear. I only wanted the who and contact part of the demographic to be displayed when generating report. I like to keep the others for record and it doesn’t look good to have that much info on all reports.
Thank

@cornutaurus,
Currently we don’t have any specific option to make it happen.
But it is possible by making code customization in the following file
interface/patient_file/report/custom_report.php

Thanks,
ViSolve

I see. Thank you