Bläddra i källkod

Adding link to orthanc API web page to Readme.md

Andrej Studen 6 dagar sedan
förälder
incheckning
0299447f8b
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      Readme.md

+ 2 - 1
Readme.md

@@ -1,6 +1,6 @@
 ## Orthanc Python interface ##
 A Python3 urllib3 based interface for communication with the Orthanc server. 
-Provides simple REST API interfaces integrated in python code.
+Based on the [orthancAPI][REST API] of Orthanc integrated in python code.
 
 ### Setup ###
 Update `network-config-sample.json` with personal information needed to access the site (username and password)
@@ -28,3 +28,4 @@ ofb.getZip('series',seriesId,fname)
 ofb.upload('/path/to/file.dcm')
 ```
 
+[orthancAPI]: https://orthanc.uclouvain.be/book/users/rest.html#accessing-the-raw-dicom-fields-of-an-instance