Appointment report

sraj49 wrote on Thursday, February 25, 2010:

I need help. The appointment report does not show Lunch and other special categories. It only shows patient appointments.  Doctors would like to see all their appointments in the appoint report including Lunch and spcial appointments like Lecture etc. Urgent help needed.

Thanks

Raj

visolveemr wrote on Saturday, April 03, 2010:

Hi Raj,

Are you still looking for a solution to this issue?

By making the following changes in “appointments_report.php”  will show all the appointments of the doctor

# $where = “e.pc_pid != ‘’ AND e.pc_eventDate >= ‘$from_date’”;
$where = “e.pc_eventDate >= ‘$from_date’”;

Thanks
VicarePlus Team