slicer dashboard

Hi there, Is there any way/possibility that I can use slicer viewer in web-dashboard as well as import/call some of the extension into the dashboard without needing to install and import whole slicer app into the dashboard? Thank you.

There have been many posts about deployment of Slicer in the cloud, please do a search here on the forum.

I think lately the two options that people find most interesting are SlicerTrame and RDP-based streaming.

Hi, Thank you very much for your help. I moved forward with SlicerTrame and tested the examples which looks the way I want to employ slicer. Just wondering if you that it is possible to employ the slicer modules and extensions selectively? I started to do so and tested this for RT extension or Track lesion extension but I wasn’t successful yet. I appreciate if you have any idea to share how to employ them. Best,

Hi @Fatima.k,

SlicerTrame doesn’t support most extensions yet as the framework is quite young.

Since it doesn’t use Qt for its UI, some work is required to make the extensions available:

  • Isolate the module’s logic relying on Qt from the rest of the code
  • Instantiate the logic in your SlicerTrame application context
  • Hook the logic to the SlicerTrame UI or add in the trame UI for the specific module

The effort required for the migration is very dependent on the extension’s implementation.
Depending on your use-case, it may be worthwhile to cherry pick the logic to integrate in your application.

Best,
Thibault

1 Like