|
@@ -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
|