|
|
The following search looks at active clients and then reports all active patients that have no reminders.
Active clients are defined as not having an I action code.
(I=Inactive)
Active patients are defined as not having I,D,H, or M action codes.
(I=Inactive,D=Deceased,H=Suspended Reminders,M=Moved)
The following information is reported.
This information can be modified on the report criteria tab.
It is sorted by account number then patient name.
- Client Account Number
- Client Full Name
- Patient Name
- Patient Species
- Patient Birthday
search [Client] code 'M$BB262' name 'Active Patients with No Reminders'
category 'MSS Searches' (
[Client-Codes] does not contain 'i' and
[Patient-Codes] does not contain 'i,d,m,h' and
[Patient] does not exist in (
[Patient Reminder-Appropriate] equals 'Appropriate'
)
) report (
[Client-Account],
[Client-Full Name] width 30,
[Patient-Name],
[Patient-Species Code] caption 'Species' width 10,
[Patient-Birthday]
) sort by (0 ascending, 2 ascending) |
IP Logged
|