Support for SR editing with orthanc?

Hi all,

I’ve been using orthanc for the last 2 years for storing DICOM imaging
(including SR).
I would like some simple RIS features, but I am not finding an open source
option.
What I would need is:

  • When receiving a study, I would like to assign this study for
    teleradiology reporting
  • Having a study with SR, I would like to be able to edit this kind of
    series/instances.

Is there any plugin or integration with other open source framework in this
direction?

Thanks in advance
Diego

Hello,

“When receiving a study, I would like to assign this study for teleradiology reporting”
“Having a study with SR, I would like to be able to edit this kind of series/instances.”

Such an automation is typical use cases for the REST API, for the C++ plugins, or the Python plugins:
https://book.orthanc-server.com/users/rest.html

https://book.orthanc-server.com/developers/creating-plugins.html

https://book.orthanc-server.com/plugins/python.html

Note that the Orthanc REST API also comes with built-in support for instance modification (but this feature only works at the root level, sub-sequences cannot be modified):
https://book.orthanc-server.com/users/anonymization.html

The best choice depends on your situation.

Regards,
Sébastien-

Thanks!
I agree that this is “trivial” using the REST API.

The question then is if it exists any open source simple RIS that has already done this implementation.

Thanks
Diego

I’m not aware of any such RIS.

Maybe check out the “Orthanc Tools” by Salim Kanoun?
https://github.com/salimkanoun/Orthanc_Tools

Anyway, we’d be eager to benefit from such contributions from the community!

Thanks!
It does not include this features, but looks interesting.

Best.
Diego.