JonathanNYC
IS-IT--Management
I wish to develop a way to identify date(s) that a surgeon used the operating room on days that were NOT his/her block time. My thought is that I might be able to do this with some compare formula or some statement that yielded a True/False if a certain condition was met.
As an example, if John Doe had allocated block time only on April 2, 2007 (and that was his only block time) and he operated on April 3, 2007, I want to know that. I have a 100 different surgeons so the task becomes a bit laborious if I manually check this for each day for each surgeon.
The following are fields that I think I could use in a formula (formula called “COMPARE”, in this example) to identify surgeons operating outside their block time. I would then do a selection criteria on COMPARE = False or some other variation.
“vw_pcsAllBlocks.blockOwnerName” = name of the surgeon allocated block time (e.g., Doe, John)
“vw.pcsAllBlocks.blockstarttime” = date of block (e.g., Monday, April 2, 2007)
“pcmProcedure.mdName” = surgeon name (e.g., Doe, John)
“pcmCase.surgDate” = actual date of surgery
Any recommendations or an alternative way of accomplishing this?
I am using Crystal 10.5
Thanks, in advance.
As an example, if John Doe had allocated block time only on April 2, 2007 (and that was his only block time) and he operated on April 3, 2007, I want to know that. I have a 100 different surgeons so the task becomes a bit laborious if I manually check this for each day for each surgeon.
The following are fields that I think I could use in a formula (formula called “COMPARE”, in this example) to identify surgeons operating outside their block time. I would then do a selection criteria on COMPARE = False or some other variation.
“vw_pcsAllBlocks.blockOwnerName” = name of the surgeon allocated block time (e.g., Doe, John)
“vw.pcsAllBlocks.blockstarttime” = date of block (e.g., Monday, April 2, 2007)
“pcmProcedure.mdName” = surgeon name (e.g., Doe, John)
“pcmCase.surgDate” = actual date of surgery
Any recommendations or an alternative way of accomplishing this?
I am using Crystal 10.5
Thanks, in advance.