|
|
Hi KC
Please try the following searches. The date ranges can be changed on the search criteria tab. Both searches report the following, sorted by the client's account number, followed by the patient's name:
- Client's Account Number
- Client's Full Name
- Patient's Name
The first search (green):
Looks at any OverDue OEX during the time period entered, where the patient doesn't have a VCANN or VFANN due at all.
search [Client] code 'M$BB0714' name 'OverDue OEX Not VCANN VFANN'
category 'MSS Searches' (
[Client-Codes] does not contain 'i' and
[Patient-Codes] does not contain 'd,i,m,h' and
[Patient] exists in (
[Patient Reminder-Appropriate] equals 'Appropriate' and
[Patient Reminder-Due] is between '12-01-11' '12-31-11' and
[Patient Reminder-Code] equals 'OEX'
) and
[Patient] does not exist in (
[Patient Reminder-Appropriate] equals 'Appropriate' and
[Patient Reminder-Code] equals 'VCANN,VFANN'
)
) report (
[Client-Account],
[Client-Full Name] width 30,
[Patient-Name]
) sort by (0 ascending, 2 ascending)
The second search (red):
Looks at any OverDue OEX during the time period entered, where the patient also has a VCANN or VFANN due during another time entered.
search [Client] code 'M$BB0715' name 'OverDue OEX While VCANN VFANN Due Another Time'
category 'MSS Searches' (
[Client-Codes] does not contain 'i' and
[Patient-Codes] does not contain 'd,i,m,h' and
[Patient] exists in (
[Patient Reminder-Appropriate] equals 'Appropriate' and
[Patient Reminder-Due] is between '12-01-11' '12-31-11' and
[Patient Reminder-Code] equals 'OEX'
) and
[Patient] does not exist in (
[Patient Reminder-Appropriate] equals 'Appropriate' and
[Patient Reminder-Code] equals 'VCANN,VFANN' and
[Patient Reminder-Due] is between '07-01-11' '07-31-11'
)
) report (
[Client-Account],
[Client-Full Name] width 30,
[Patient-Name]
) sort by (0 ascending, 2 ascending) |
IP Logged
|