Customizing fee sheet form

do any one have idea of how i can post the content of the fee sheet on patient summary page of an encounter, i notice all other lbf display the output on the page except the fee sheet, i want the provider to see the cost of the service render

or
if possible how do i create a lbf form that show the items and cost price such that if you click on any product it calculate and sum up the price

Hello @Panshak_Polit welcome to the OpenEMR community. I hope you find useful answers to your questions.

OpenEMR uses many different kinds of forms to display and collect data. Many of them have the same appearance and interface controls, so look like they are the same type of form but are not.

Now, I am not a dev, but I do know that, as you mentioned, the summary page does show the data from many of the LBF forms that are used in an encounter. The problem is, the fee sheet is not in fact an LBF, it’s a php- coded page that APPEARS as if it might have been developed as a LBF.

If you want to display the fee sheet data on an encounter summary form you would need to customize the summary form to pull the information you want from where it lives in the database. Fortunately you might get some pointers from the code of the Ledger display which appears to have what you’re looking for:
image

It would take some work but remember the old computer saying, ‘do not ask if you can make a computer do something, ask if it is worth what it takes to do it.’

1 Like