Creating a simple report (2 tables)

octort wrote on Wednesday, February 02, 2011:

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.

visolveemr wrote on Thursday, February 03, 2011:

Hi,

Are you specific about any particular report here?

Thanks
ViCareplus Team
www.vicareplus.com

octort wrote on Thursday, February 03, 2011:

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.

visolveemr wrote on Friday, February 04, 2011:

Hi

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.

Thanks
ViCarePlus Team
www.vicareplus.com

juggernautsei wrote on Friday, February 04, 2011:

Hi,

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.

Sherwin
www.openmedpractice.com

octort wrote on Friday, February 11, 2011:

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!

uhsarp wrote on Saturday, February 12, 2011:

start with the appointment report. Adjust the query to include the fields that you need. Add the additional display rows and columns as needed.

octort wrote on Monday, February 14, 2011:

Do I need Javascript, HTML or PHP to position every field I need on each box on paper?

octort wrote on Thursday, March 03, 2011:

Solved! - I used code from Koivi to populate a PDF file.