Run 3D Slicer on images stored on PACS

Hello, how can I make it so that when launching 3D Slicer, it opens an application with research from the PACS server? What extensions are available for this? Currently, we have only found the Sandbox extension. What arguments do we need to pass using the Sandbox extension?

If the PACS supports DICOMweb protocol then you can use the DICOMwebBrowser extension for this (you can choose that module as startup module or use the startup script to show it at startup).

If the PACS only supports classic DIMSE networking (C-FIND, C-MOVE, C-GET) then you can use the DICOM module to query/retrieve images (in DICOM networking / Query and retrieve).

We are also working on a new-generation visual DICOM browser that will automatically query and retrieve thumbnails from the PACS and show remote and locally cached results together. It will be available around September.

3 Likes

Thank you for reply :slight_smile:

This is very interesting! Is there any place where I can learn more about these efforts? E.g. who is working on it, whether there is a git branch that contains the current work, etc.

1 Like

Here is the git branch:

It is already functional but the background networking tasks slow down the main thread (probably due to some unwanted synhronization in logging or database access), so it is not ready for user testing yet. However, you can have a look at it or give it a try. The main developer is @Davide_Punzo. He’ll continue to work on it from mid August and we expect that he’ll fix the remaining issues by early September. Any contribution, feedback, bugfixes, etc. are welcome.

2 Likes