Cutomizing the Result Form

Hi upon generating PDF results using the Report Tab, is there a way where i can delete or hide columns such as the ABN, the Notes, UNITS, etc.???

my goal here is these columns are not gonna be used , so might as well delete or hide them to make the result form more neat and clean looking. thank you

1 Like

Hello @Keroro_Gunsou ,

to hide/remove those fields, you need to edit the codebase directly.

The path to the file:

interface/orders/order_results.php

1 Like

Would love to see how it can be done and how the report looks after making the changes.

1 Like

@Keroro_Gunsou ,

i was wrong, the location of the file is

/interface/orders/single_order_results.inc.php

Which version of OpenEMR are you using? It may affect the exact areas you want to edit

I am currently running on v7.0.2

1 Like

I am on v5.0.1 (4) and 5.0.1 (7) on another machine.