Hello,
So I'm trying to set up a query where it will tell me which patients will be due for a certain month in the future.
The purpose of this is to keep track of the neuromuscular patient population who will return on a regular but variable intervals to attend follow up clinics. The flow up interval is determined by their diagnosis. We have a large and increasing population of neuromuscular patients who are supposed to return for a follow up on a specified interval to attend several different clinics. For a variety of reasons, some of these patients are being lost to follow up and a better tracking system is needed.
There will be a patients table, an appointment table and each patient is assigned an interval (#months). The patients have some sort of neuromuscular disease (ALS, neuropathy).
So after they are seen once, they have to come back every 3 or so months (depending on their interval month) from then on. My question is, does anyone know how to set up a query where it can tell me which patients will be due in the future, based on their past appointments and interval?
For example, if a patient A is seen in April 22, 2013. If I ran a query for the month of March 2014, based on the interval for each patient, it will show only the patients who are due for that month. And if this patient A, who's interval is 4 months, lands on March 2014, it's name will show up. That is basically what it to achieve. I posted an earlier thread regarding this but we change that method now.
Thanks!!
Cheechoo