I need to find a formula that finds all the patients in a month that come for a return visit within a 72 hrs period. I planned to use 2 fields from one table.
{PP_Present.Arrival_date}
{PP_Present.Patient_identifier}(the patient's unique identifier)
I used the Select expert to limit the date range (1 month), grouped the presentations by the Patient identifier and counted the number of presentations within each group (i.e. how often did a certain patient show up in one month). I then conditionally suppressed all those groups with only 1 or less presentations in the count summary, i.e. only those patients with more than 1 presentation are visible. This seems very clumsy because it is done through formatting rather than selection and I still have not figured out how to eliminate those re-presentations that did not occur within 72 hrs. Any ideas how to do this ? Thanks
{PP_Present.Arrival_date}
{PP_Present.Patient_identifier}(the patient's unique identifier)
I used the Select expert to limit the date range (1 month), grouped the presentations by the Patient identifier and counted the number of presentations within each group (i.e. how often did a certain patient show up in one month). I then conditionally suppressed all those groups with only 1 or less presentations in the count summary, i.e. only those patients with more than 1 presentation are visible. This seems very clumsy because it is done through formatting rather than selection and I still have not figured out how to eliminate those re-presentations that did not occur within 72 hrs. Any ideas how to do this ? Thanks