Create Slicer with customized user interface

This is great, how Slicer Custom App allows to create a customized slicer app based on the needs.
I was wondering how much is it adjustable, for example I want to show the user a few drop-downs with patient name, and by just choosing one of the patients, image for that patient load and shows up. then by choosing another dropdown, different segmentations can be overlayed.
Is that possible or the user should always browse files one by one?

Best

Absolutely. You have full control over what you want to display and how.

This sounds all very easily doable. You can create a simple Python scripted module and set that as startup module in the Slicer.ini file. In your module you add those few comboboxes, tree views, etc. and hide all other standard user interface elements that you don’t need. Whenever the user makes a selection your module can load the corresponding data.

1 Like