Hi All,
Is there a way to get some more info out of the Job information like for instance Patientname / patientid when sending studies to a external modality?
Thank you for your reply.
With kind regards,
Martin
Hi All,
Is there a way to get some more info out of the Job information like for instance Patientname / patientid when sending studies to a external modality?
Thank you for your reply.
With kind regards,
Martin
Hi,
As of Orthanc 1.11.0, this is not possible. However, I just realized yesterday that it would be nice to have this info for the Orthanc Explorer 2 interface as well. Therefore, I’m adding it to our todo list.
Best regards
Alain.
Hello,
Beware that sending DICOM resources external modalities might contain more than one patient, so it makes no sense to talk about the “PatientName/PatientID”.
Nonetheless, the full job information will contain the list of individual DICOM instances that are taken into consideration:
https://book.orthanc-server.com/users/advanced-rest.html#monitoring-jobs
Given this list of instances, you can retrieve the list of “PatientName/PatientID” for all of these instances. This can be done server-side, e.g. using a Python plugin:
https://book.orthanc-server.com/plugins/python.html
Sébastien-