I have a production instance of the DCM4CHEE 2.18.3 and i would like to implement the OHIF Viewer. Sadly the DCM4CHEE version 2.18.3 doesn’t have support for the QIDO protocol, this one needed by the OHIF Viewer.
Can I install a instance of Orthanc to act as a proxy between the OHIF Viewer and the DCM4CHEE 2.18.3? If so, how can I do that?
Yes, orthanc can be acted as a relay node. You need to write a c++ plugin (or python) to convert WADO/ QIDO into Dicom protocol. Steps maybe are:
1/ When Wado/ QIDO request arrives in Orthanc, the plugin parse the http content to get the studyInstanceUID,
2/ Check if studyInstanceUID is existed in Orthanc DB
3/ If it has, then using Wado/ QIDO API from Orthanc and reponse with the result
4/ If it does not have then using C-Move API from Orthanc API to retrieve the Study from DCM4CHEE
Vào lúc 01:41:36 UTC+7 ngày Thứ Năm, 31 tháng 12, 2020, t…@verodellaudo.com.br đã viết: