Adding billing units to encounter report

I want to add the billing units that come from the service encounter form to the encounter report. Where are the billing units stored in the database?

Hi @tjbarr

Please check the ’ billing ’ table in the database.
billing table contains the column named ‘units’.

Regards,
ViSolve

Thanks for your quick response.