Use slicer vi@ web browser with parameters

Hello everyone,

I have created a plugin called “showPatientInfo” which shows certain metadata from a volume stored in DB and also shows if any user has connected.

The thing now is I would want to show this plugin via url action (slicer://) as you explained in docs.
I don’t know what command i need to use to load my plugin and also, if it can be done, i would like to send user’s and image’s uids through this “url command”, so that my plugin can receive those UIDs as input parameters.

Thanks in advance, every piece of help is appreciated.
Nico

You need to make a module that connects to the onURLReceived signal from the application. Here’s an example:

1 Like