crmrto wrote on Monday, April 02, 2012:
hi!
I need to modify my LBF so that each one displays diferently where are they stored?
crmrto wrote on Monday, April 02, 2012:
hi!
I need to modify my LBF so that each one displays diferently where are they stored?
bradymiller wrote on Thursday, April 05, 2012:
Hi,
This forum thread may help point you in the right direction:
http://sourceforge.net/projects/openemr/forums/forum/202505/topic/5098342
The data of all LBF forms are stored here:
sql table ‘lbf_data’
The custom field/form data are stored here:
sql table ‘list_options’ (stuff with list_id equal to lbfnames)
sql table ‘layout_options’ (stuff with form_id that is prepended with LBF)
-brady
OpenEMR