Hello there, I’m new with Slicer and this is my first topic, so I hope I get it to make it clear and straightforward.
I’ve been trying to create a comunication between a Django server and Slicer. The Django server then would have a button that would be used to export opened segmentation files.
My main option was to use SlicerWeb extension, but I find that it can’t export segmentation files, though it can export volume files opened in Slicer perfectly well.
Is there any advice on how I could do that? I’ve been looking into the code of SlicerWeb but I couldn’t figure it out how to start. I guess that I could create a new function into SlicerWeb for a purpose like that.
Thanks
Pedro