Filter based on Referring Physician in Confirmation
Filter based on Referring Physician in Confirmation
Hello, can I filter studies based on the referring physician entered during confirmation? Thanks,
Re: Filter based on Referring Physician in Confirmation
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:
which would match any studies in which the referring physician or ordering physician name contained the string doe (case insensitive).
Regards,
Justin
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'
Regards,
Justin
Re: Filter based on Referring Physician in Confirmation
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
No problem. I apologize for the oversight on the help page. I'll have the documentation team make that correction.
Regards,
Justin
Regards,
Justin
-
- Posts: 43
- Joined: Fri Sep 27, 2013 7:30 am
Re: Filter based on Referring Physician in Confirmation
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
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
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
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