Page 1 of 1

Filter based on Referring Physician in Confirmation

Posted: Fri Sep 12, 2014 9:25 am
by kgoodarzi
Hello, can I filter studies based on the referring physician entered during confirmation? Thanks,

Re: Filter based on Referring Physician in Confirmation

Posted: Fri Sep 12, 2014 9:37 am
by justin
Hi,

There is a "Physician Names" dropdown filter on the worklist that searches both the referring physician in the DICOM header and the ordering physician entered during confirmation. If you're looking to create an advanced expression you could do something like the following:

Code: Select all

physicianNames contains 'doe'
which would match any studies in which the referring physician or ordering physician name contained the string doe (case insensitive).

Regards,

Justin

Re: Filter based on Referring Physician in Confirmation

Posted: Fri Sep 12, 2014 10:35 am
by kgoodarzi
Thank you very much Justin. Do you have expression variables listed anywhere else? I could only find the physician name as it listed in the DICOM header. Best,

Re: Filter based on Referring Physician in Confirmation

Posted: Fri Sep 12, 2014 12:02 pm
by justin
No problem. I apologize for the oversight on the help page. I'll have the documentation team make that correction.

Regards,

Justin

Re: Filter based on Referring Physician in Confirmation

Posted: Sat Sep 20, 2014 5:41 am
by paulokuriki
Hello
I will use this topic just for not creating another similiar.

I have a facility where the images doesn't come with any information in the Body Part/Description.
During the confirmation process, they type this information in the History field.
We use filters just like: (studyDescription contains 'brain') or (bodyPartsInStudy contains 'brain')
But, I can't find out what is the keyword for including info typed into the History Field during the confirmation.
Thanks
Paulo

Re: Filter based on Referring Physician in Confirmation

Posted: Sat Sep 20, 2014 7:56 pm
by jeremy
Hello -
It is not currently possible to search for cases based on the confirmation history. You could use the ability to modify the data once the case is sent to OnePacs to include data that was not included at the modality rather than entering the data during confirmation. See https://onepacshelp.com/display/ON/Modify+Metadata
Regards