Search found 5 matches

by juntas
Sun Jun 25, 2023 2:38 pm
Forum: Main Forum
Topic: Finding Patients with Balance
Replies: 0
Views: 4669

Finding Patients with Balance

Hi, Based on claims closed in a week, I'm looking to find patients with balance. I'm able to achieve half of my goal using query#246 but here are 2 issues I'm facing - and looking for help to resolve it. 1. Patients who have outstanding claims or claims that haven't been sent yet get included. 2. Pa...
by juntas
Mon Nov 28, 2022 8:04 am
Forum: Main Forum
Topic: Modifying Query# 1036
Replies: 2
Views: 3680

Re: Modifying Query# 1036

Thanks, Alex. The next issue I'm facing is that when I run this query through the command line then I'm getting the error below ERROR 1270 (HY000) at line 12: Illegal mix of collations (latin1_swedish_ci,NUMERIC), (cp850_general_ci,IMPLICIT), (lati n1_swedish_ci,IMPLICIT) for operation 'between' Thi...
by juntas
Fri Nov 25, 2022 1:23 pm
Forum: Main Forum
Topic: Keyword match in commlog query
Replies: 3
Views: 4227

Re: Keyword match in commlog query

Can you also PM me the complete query that you used?
by juntas
Fri Nov 25, 2022 1:20 pm
Forum: Main Forum
Topic: Keyword match in commlog query
Replies: 3
Views: 4227

Re: Keyword match in commlog query

Actually, I need the line below because patients having this commType need to be excluded.

Code: Select all

INNER JOIN commlog cl ON p.PatNum = cl.PatNum AND cl.CommType<>439
by juntas
Tue Nov 15, 2022 10:58 am
Forum: Main Forum
Topic: Keyword match in commlog query
Replies: 3
Views: 4227

Keyword match in commlog query

We wanted to track patients who are leaving without an appointment but not include those who have said they don't want to schedule a follow up/re-care appointment. I added a commlog type (439) for my staff to use so that the query can discard those patients. I've taken open dental example query 1265...