H
healthcare executive 72
I built a Microsoft Access 2000 Database for the inpatient department in my
hospital. The main table has fields for patients' personal identification
data as well as fields for admission and discharge dates. The "current
status" report is based on a query that has the criteria: discharge date Is
Null (Logic: no discharge date = patient is still in, right?). The report has
a counter (so this counter shows the number of patients who are still in at
any given time). This counter keeps changing (whenever a discharge date is
entered for a patient, he is automatically removed from the "current status"
report, and whenever a new patient is admitted he is added to the report).
How can I store daily values for this counter (e.g. at 9:00 AM every morning)
so I can calculate the Average daily census over a period of time?
hospital. The main table has fields for patients' personal identification
data as well as fields for admission and discharge dates. The "current
status" report is based on a query that has the criteria: discharge date Is
Null (Logic: no discharge date = patient is still in, right?). The report has
a counter (so this counter shows the number of patients who are still in at
any given time). This counter keeps changing (whenever a discharge date is
entered for a patient, he is automatically removed from the "current status"
report, and whenever a new patient is admitted he is added to the report).
How can I store daily values for this counter (e.g. at 9:00 AM every morning)
so I can calculate the Average daily census over a period of time?