Hello,
I'm trying to figure out a way that I can calculate the # of patients that were in process (at the hospital) by hour of day (0-24). I have a unique account, # the start and depart times for all patients, but can't seem to wrap my mind around counting the # of patients that were here over many hours. For example lets say Patient A was here from 3pm to 8pm. This patient would be included in hours 15-20.
I ultimatley would like to have the output look like this:
Hour of Day: 0 1 2 3 4 5 6 7 8 9 10 .......
# of Cases in Process: 5 2 7 10 12 15 8 13 11 ........
Any suggestions would be greatly appreciated.
Thanks.
Bookmarks