Trivial Question - Patient ID on report

jccaldwell wrote on Thursday, August 10, 2006:

I have a need to have the patient ID listed somewhere on the demographics report page in order to tie in with our lab company. This will supply another unique identifier for them.

Have tried to change the patient_file.php page with no luck. I know this is trivial but I cannot seem to get it to work.
I assume it would simply be one line in either the summary.php or patient_file.php page but I cannot figure it out.

Thank you,
Clif Caldwell

sunsetsystems wrote on Thursday, August 10, 2006:

patient_file.php is a frameset, i.e. a container for other pages.  It sounds like what you want to change is demographics.php.  But I think in 2.8.1 and beyond, the patient ID already appears in the title line above the summary area.

Rod
www.sunsetsystems.com

markleeds wrote on Thursday, August 10, 2006:

Do you mean on printed reports?

Maybe a modification to:

/openemr/interface/patient_file/report/print_custom_report.php

If that’s what you are trying to do, see if you can do it and let me know if you need help