Hi. We have a few facilities, and i'm having trobule with filtering.
I have a user with a filter that is set to :
callingAETitle in ('PG-ITAPEV-XXXXX', 'PG-CPAPIR-XXXXX') and upper(bodyPartExamined) = 'CRANIO'
I checked the exams and there are many studies that meet that criteria (bodypartexamined = CRANIO).
When i activate the filter, it doesnt show any studies... I checked the user/facility privileges and its ok. What is more strange, is that when i filter, using the field bodyPart in the worklist, it doesnot show any studies for cranio criteria, but DOES for abdome or chest... More strange, it doesnot show for NEURO, wich is other bodypart that appear when i set no filter.
Any idea ? User: personalrad. / facilities: itapeva and CPA.
reviewing now, i have studies with bodypart = chest and with bodypart = COLUNA. When i filter, throught the worklist field bodypart with the value= c (or C), it ONLY show me the chest studies, not the COLUNA, neither the CLS. So confused
Filtering body part problem
Re: Filtering body part problem
Hello -
Study description and body part are listed together on the worklist column and I believe you may be confusing them in the filter. I find the DICOM file for some of your cases have a study description of CRANIO but not the body part.
Perhaps try
callingAETitle in ('PG-ITAPEV-XXXXX', 'PG-CPAPIR-XXXXX') and upper(studyDescription) like '%CRANIO%'
instead.
Regards,
Jeremy
Study description and body part are listed together on the worklist column and I believe you may be confusing them in the filter. I find the DICOM file for some of your cases have a study description of CRANIO but not the body part.
Perhaps try
callingAETitle in ('PG-ITAPEV-XXXXX', 'PG-CPAPIR-XXXXX') and upper(studyDescription) like '%CRANIO%'
instead.
Regards,
Jeremy
Re: Filtering body part problem
Thank you, Jeremy. Onepacs team is the best !