Adding Procedure Name next to ID in checkbox array

I’ve been playing around trying to figure where I would be able to modify the checkbox array for displaying Lab Results, but am not sure which variable I need to use. I’ve tried bringing in the procedure_type > name and also procedure_order_code > procedure_name but I’m not having any luck. The file I am editing is interface/patient_file/summary/labdata.php

The reason I am trying to do this is so people don’t have to remember what each code represents.

Any direction would be greatly appreciated.

The value you probably want from the database is procedure_result.result_text.

That was it. Thank you so much!