Revision [209]

Last edited on 2009-01-16 08:59:30 by admin
Additions:
//Is there a report or query that we can run that will give us a list of the active patients with a zero balance and no activity within the last 31 days?//
In the following query you can adjust the desired period of inactivity by simply changing "31" in the WHERE clause to some other number of days. If you want to sort by primary provider, just change the ORDER BY clause as in the second version below.
"Name/ID",
The version below has a 90 day inactivity period and sorts by primary provider.
"Name/ID",
AND lfeedate < ( TODAY() - 90 )
ORDER BY "Primary Provider","name/id"
Deletions:
//Is there a report or query that we can run that will give us a list of the active patients with a zero balance and no activity within the last 31
days?//
"name/id",


Revision [99]

Edited on 2008-10-26 16:47:59 by admin
Additions:
----
CategoryQueries


Revision [88]

Edited on 2008-10-26 16:09:06 by admin
Additions:
%%(sql)


Revision [68]

The oldest known version of this page was created on 2008-10-24 14:37:09 by admin
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki