I have a situation where I need to select only certain medical procedures based on procedure name, however, there may be more than one procedure name selected for a case.
Here is an example:
ProcID Patient Procedure
1 Doe,John Dx Neuro
Int Neuro
2 Green,Bob Dx Neuro
3 Black,John Dx Neuro
Int PV
In the three cases above all procedures have a Dx Neuro involved with them. However, I do not want to distinctcount the ones that have an Int procedure involved as well, only cases that do not have an Int procedure, i.e. Bob Green's case.
When I perform a not({field}) like "Int*" it only clears that specific procedure name, however, it still counts the procedure.
I am trying to find a way that I can count only the one that have a Dx Neuro procedure without any Int Neuro procedures.
Data is grouped by Case Type (either Int or Dx) and by Physician Name.
Any help would be greatly appreciated.
-Gnox
Here is an example:
ProcID Patient Procedure
1 Doe,John Dx Neuro
Int Neuro
2 Green,Bob Dx Neuro
3 Black,John Dx Neuro
Int PV
In the three cases above all procedures have a Dx Neuro involved with them. However, I do not want to distinctcount the ones that have an Int procedure involved as well, only cases that do not have an Int procedure, i.e. Bob Green's case.
When I perform a not({field}) like "Int*" it only clears that specific procedure name, however, it still counts the procedure.
I am trying to find a way that I can count only the one that have a Dx Neuro procedure without any Int Neuro procedures.
Data is grouped by Case Type (either Int or Dx) and by Physician Name.
Any help would be greatly appreciated.
-Gnox