瀏覽代碼

Update README.md

Andrej Studen 5 年之前
父節點
當前提交
81b301d1ef
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -1,15 +1,15 @@
-This package allows user to connect to a labkey server through a slicer interface.
+This package allows user to connect to a labkey data server through a slicer interface.
 
 
 To use, add path to unpackaged labkeySlicerPythonAPI/labkeySlicerPythonExtension to
 To use, add path to unpackaged labkeySlicerPythonAPI/labkeySlicerPythonExtension to
 Additional module paths in Slicer->Edit->Application Settings->Modules submenu. You'll
 Additional module paths in Slicer->Edit->Application Settings->Modules submenu. You'll
-also need the DICOM package, also available from wiscgit.
+also need the SlicerLabkeyDICOMtools package, also available from wiscgit.
 
 
 Then the package will appear under LabKey.
 Then the package will appear under LabKey.
 
 
 If you are interested in the code, you should look at slicerNetwork.py which 
 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.
 implements the communication with the server and forms HTTP Labkey API commands.
 
 
-More on setup can be found at:
+More details and tutorial can be found at:
 http://www-f9.ijs.si/~studen/blogs/posts/2017/May/31/slicerlabkey-integration/
 http://www-f9.ijs.si/~studen/blogs/posts/2017/May/31/slicerlabkey-integration/
 
 
 Enjoy!
 Enjoy!