donelewis wrote on Saturday, January 05, 2013:
What would cause this report to return no rows in the table? Note: We built our own import function from our Practice Management System. So, that means we may not be setting some value I bet that will cause those patients to be counted on this and other CLINIC reports. We are entering Encounters, Reminders, Medication and Allergy and Medical Problems for the imported patients. Any suggestions? We are using this insert insert command
insert ignore into patient_data (pubpid,fname,lname,mname,dob,sex,pid,street,city,state,postal_code,phone_home,Phone_biz,email,financial,status) values (’…….
Thanks Don