List of modules with custom URL handlers

Based on this thread I managed to invoke Slicer from Brave browser on Ubuntu and fetch a DICOM study from Orthanc using the slicer://viewer/?studyUID=... custom URL.

My question is, if these custom URL handlers of modules are documented somewhere. I’m no Python guy, I just searched for QUrl and QUrlQuery in Slicer’s repo on github, and couldn’t find any more modules with this custom URL listener functionality besides those two mentioned in the docs.

Also in the docs:

any module can specify additional actions

A list of these actions would be useful, if there are any more actions supported by other modules. Are there?

I’m pretty sure there’s only what you linked so far. If you want to add more it would make sense to add them to the docs the same way.

1 Like