Print middle name in prescriptions

rayaz wrote on Tuesday, May 31, 2011:

Hi all,

Anyway to print middle name in prescriptions?

Regards

Rayaz

1 Like

visolveemr wrote on Wednesday, June 01, 2011:

Hi Rayaz,

If you want to display patient’s middle name only in prescription print , you need to customize three functions in  file openemr/controllers/C_Prescription.class.php. Or globally you can change in openemr/library/classes/Patient.class.php -> get_name_display() function which will reflect in all areas of openemr.

Thanks,
ViCarePlus Team,
services@vicareplus.com

rayaz wrote on Wednesday, June 01, 2011:

Hi,

That solved the problem, thanks a lot. I modified "openemr/library/classes/Patient.class.php -> get_name_display() ".

Regards

Rayaz