|
|
The following information search will search for patients with an active estimate that expires within the chosen date frame.
The date frame can be modified on the search tab.
It will report in ascending order by the expiration date:
- Account Number
- Client Name
- Patient Name
- Estimate Name
- Expiration Date
- Created Date
The above fields can be modified on the report criteria tab.
search [Client] code 'M$BB0572' name 'Expiring Patient Estimates'
category 'MSS Searches' (
[Patient Estimate-Active] is true and
[Patient Estimate-Expires] is between '11-01-11' '11-30-11'
) report (
[Client-Account],
[Client-Full Name] caption 'Client' width 30,
[Patient-Name] caption 'Patient ' width 15,
[Patient Estimate-Name] caption 'Estimate Name' width 15,
[Patient Estimate-Expires],
[Patient Estimate-Date] caption 'Created'
) sort by (4 ascending, 0 ascending, 2 ascending) |
IP Logged
|