Jonathan212
IS-IT--Management
Good day everyone:
I am using a running total to summarize amount of time an operating room was used during a case. I use this to determine block utilization. That is, if a surgeon was given an operating room for 8 hours on a given day and only used 4 hours, then his/her utilization was 50%.
For the running total field, I am using a formula “roomtime” and summarizing. The formula is working fine and is:
({@PtoutofRoom} - {@roomopen})/60/60
I am evaluating for each record and resetting on change of surgeon name.
My group sort is by surgeon name.
In a few instances I am getting duplicative roomtime values because there are a few cases each month when more than one procedure is done during a case.
Might someone recommend a formula that I might be able to use in the “evaluate for each record” section of the running total to ignore duplicative, repeating instances of roomtime on a particular case.
We use a field “casenumber” (which is a unique number for each case). Ideally I’d like the formula to evaluate that if there is a 2nd duplicative (or even 3rd duplicative) case number, do not count those hours in the derivation of sum for roomtime.
I am using CR10. Thanks in advance for any suggestions. Jonathan
I am using a running total to summarize amount of time an operating room was used during a case. I use this to determine block utilization. That is, if a surgeon was given an operating room for 8 hours on a given day and only used 4 hours, then his/her utilization was 50%.
For the running total field, I am using a formula “roomtime” and summarizing. The formula is working fine and is:
({@PtoutofRoom} - {@roomopen})/60/60
I am evaluating for each record and resetting on change of surgeon name.
My group sort is by surgeon name.
In a few instances I am getting duplicative roomtime values because there are a few cases each month when more than one procedure is done during a case.
Might someone recommend a formula that I might be able to use in the “evaluate for each record” section of the running total to ignore duplicative, repeating instances of roomtime on a particular case.
We use a field “casenumber” (which is a unique number for each case). Ideally I’d like the formula to evaluate that if there is a 2nd duplicative (or even 3rd duplicative) case number, do not count those hours in the derivation of sum for roomtime.
I am using CR10. Thanks in advance for any suggestions. Jonathan