I have created several LBF Forms using OpenEMR v4.1.1 (12). The doctor likes them, but is now requesting that only the fields that have been populated during the patient encounters be displayed on the patient summary reports. Where would I look to make this happen? Or was there an option I missed when creating the forms that would facilitate this function? Thank you!
I believe the reporting logic of interest is in interface/forms/LBF/report.php, and so you’ll need to add some optional code to the display_layout_rows() function in library/options.inc.php.
Think it is one line somewhere in that patch. We do not see any unused fields in the encounter summary or reports which saves lot of scrolling on tablets.
Thanks for the replies gentlemen! So if I understand this correctly, I just need to edit each of the three .php files in the Open-EMR application and replace the code with the new code that is on the LBF Enhancement page?
UPDATE- Thanks again for the LBF patch! I copied the code for all three files and updated my local installation and the reports are formatting exactly like I need them!!! I send a BIG THANK YOU! to MD Support for the fine work done on these files to make the form data easier to review on the encounters summary! Good job folks!!!
Bit of warning - not sure if that patch is going to be standard code or not. If not, future patches may break it until the files are reconciled. Just a risk of doing your own thing!