Is there a procedure to view a Radiation Summary Report using Osimis Web Viewer?
Attached a screenshot of the obtained DICOM Object, coming from an Angiograph with the ARCADIS software
Best regards
Is there a procedure to view a Radiation Summary Report using Osimis Web Viewer?
Attached a screenshot of the obtained DICOM Object, coming from an Angiograph with the ARCADIS software
Best regards
No and there’s nothing foreseen in the future.
Thanks, Alain.
If I’m not wrong, it supports PDFs in the visualization, is it correct?
Best regards
yes, indeed.
Also, note that the Web viewers for Orthanc can already render a dose info if it is provided as a bitmap DICOM, e.g.:
What is currently not supported by Orthanc, is the analysis of DICOM-SR reports (besides displaying its raw tags in Orthanc Explorer).
Note that it is possible to apply automated treatment to a DICOM-SR instance with a Lua script that is listening to the “OnStoredInstance()” event:
http://book.orthanc-server.com/users/lua.html#callbacks-to-react-to-events
You might also complement Orthanc with the following command-line tools that are part of the DCMTK project:
https://support.dcmtk.org/docs/mod_dcmsr.html
Sébastien-
Excelent!!!
Also thanks Sebastien, because with the links you sent, I was able to review a question I had about how to do Forwarding / Auto-routing with Orthanc / Osimis
Best regards
Glad it helped!
Sébastien-