Patient middle name in message center

Because we have a number of patients that have the same first and last name we’d like to include the middle name in the patient’s name in the message center utility.

I adjusted the get_name_display() in the patient class in an attempt to get the middle name to show up in messages. But that didn’t change it in messages.

Before I start modifying php files to add the middle name, I thought I’d ask if there was a setting somewhere to change that would do this, or will i need to add the code for the middle name in the php files.