Jonathan212
IS-IT--Management
Does anyone have a suggestion as to how I might add a comment that I could insert into a report that would show what number case of the day it was for a particular surgeon. On any given day our surgeons may operate in several different locations in the hospital such as ambulatory surgery center, inpatient center, special procedures unit, etc.
For example, say “surgeon” Dr. Kildare did seven cases with “procedure start” times of 8:03, 10:15, 14:23, 12:05, 9:07, 17:45 and 16:20 I would like to be able to generate the following output:
Kildare, 8:03 this was the surgeon’s 1st case of the day
Kildare, 10:15 this was the surgeon’s 3rd case of the day
Kildare, 14:23 this was the surgeon’s 5th case of the day
Kildare, 12:05 this was the surgeon’s 4th case of the day
Kildare, 9:07 this was the surgeons 2nd case of the day
Kildare, 17:45 this was the surgeon’s 7th case of the day
Kildare 16:20 this was the surgeon’s 6th case of the day
There is also a case number (sequentially assigned to a case when it is scheduled), that is unique for each case. So, I could possibly add something like for Dr. Kildare, Case Number 123456 was his 1st case of the day.
I realize one alternative, of course, is to simply group cases by surgeon and sort in procedure start time order.
I am using CR10.
For example, say “surgeon” Dr. Kildare did seven cases with “procedure start” times of 8:03, 10:15, 14:23, 12:05, 9:07, 17:45 and 16:20 I would like to be able to generate the following output:
Kildare, 8:03 this was the surgeon’s 1st case of the day
Kildare, 10:15 this was the surgeon’s 3rd case of the day
Kildare, 14:23 this was the surgeon’s 5th case of the day
Kildare, 12:05 this was the surgeon’s 4th case of the day
Kildare, 9:07 this was the surgeons 2nd case of the day
Kildare, 17:45 this was the surgeon’s 7th case of the day
Kildare 16:20 this was the surgeon’s 6th case of the day
There is also a case number (sequentially assigned to a case when it is scheduled), that is unique for each case. So, I could possibly add something like for Dr. Kildare, Case Number 123456 was his 1st case of the day.
I realize one alternative, of course, is to simply group cases by surgeon and sort in procedure start time order.
I am using CR10.