Aucune description

Andrej Studen b7577b2843 Merge to head il y a 5 ans
labkeySlicerPythonExtension 0d1cfa7ba9 Restructuring extension to meet slicer guidelines il y a 5 ans
utils 0d1cfa7ba9 Restructuring extension to meet slicer guidelines il y a 5 ans
CMakeLists.txt 0d1cfa7ba9 Restructuring extension to meet slicer guidelines il y a 5 ans
LICENSE 5a27e2e8c6 Add LICENSE il y a 5 ans
Labkey.png c40d238590 Initial import il y a 7 ans
README.md e5609a0024 Update README.md, changed https to http to get a nicer look of the page. il y a 5 ans
networkConfig.json.sample 908b0a812d Adding a networkConfig sample il y a 5 ans

README.md

This package allows user to connect to a labkey server through a slicer interface.

To use, add path to unpackaged labkeySlicerPythonAPI/labkeySlicerPythonExtension to Additional module paths in Slicer->Edit->Application Settings->Modules submenu. You'll also need the DICOM package, also available from wiscgit.

Then the package will appear under LabKey.

If you are interested in the code, you should look at slicerNetwork.py which implements the communication with the server and forms HTTP Labkey API commands.

More on setup can be found at: http://www-f9.ijs.si/~studen/blogs/posts/2017/May/31/slicerlabkey-integration/

Enjoy!

Andrej