I need to print some patient/Doctor information into specific columns/rows. Do you have any template to do something like this?
It’ll be nice if I can fill up a PDF document but it seems to be more complicated.
I need to fill out a few forms with Patients and Doctors information. I am looking for some sort of template to print fields from these two tables into specific rows and columns.
As of now, OpenEMR doesn’t comes up with any report templates. Consider an existing report and customize it to retrieve data from patient_data and user table and display the info in the specified positions.
could you be a little more specific about what data you are trying to capture in order to better instruct or help you with getting what you want from the program. The LBF is the easiest way to create forms custom to your practice. Once you created a LBF you can run a report that will generate a printable document.
I have several forms to fill out with the following fields:
From Patients: Patient full name, address, phone,
From Doctors: Doctor’s name,
From the Location: Name, address
From the current Patient I need to print all that information into different rows and columns on each form.
Any report or template that you can suggest?
thanks in advance!