HCFA Forms

anonymous wrote on Monday, October 18, 2010:

Which file generates the pdf for the form to be printed? We would like to add something on top of the forms and for our demo we want to add a picture watermark… Also which class is used to generate pdfs on openemr?

visolveemr wrote on Tuesday, October 19, 2010:

Hi,

The file used to generate the HCFA form pdf is ‘interface/billing/billing_process.php’. The class used is ‘library/classes/class.ezpdf.php’. Refer ‘Cezpdf()’ in same file to get more insight.

Hope this helps.

Thanks
ViCarePlus Team,
www.vicareplus.com
services@vicareplus.com

anonymous wrote on Tuesday, October 19, 2010:

Thank you so much. Will check and update.