diff Sphinx/source/integrations/integrate-horos-using-dicom.rst @ 148:8f3f79aeb8cc integrations-osirix-horos

review pull request
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 May 2018 11:39:55 +0200
parents fa19c0fa1367
children 5d4701d8fe28
line wrap: on
line diff
--- a/Sphinx/source/integrations/integrate-horos-using-dicom.rst	Tue May 29 10:59:09 2018 +0200
+++ b/Sphinx/source/integrations/integrate-horos-using-dicom.rst	Tue May 29 11:39:55 2018 +0200
@@ -6,16 +6,35 @@
 Configuration of Horos
 -----------------------
 
-* In Preferences->Listener, activate and configure AETitle and Port (eg : Horos 11112).
-* In Preferences->Locations, add a DICOM Nodes :
-    * with AETitle of orthanc (default is ORTHANC)
-    * with a name (eg MYORTHANC)
-    * with Retrieve method C-GET
-    * with Send Transfers syntax : Explicit Little Endian
+- In ``Preferences->Listener``, activate and configure AETitle and Port (e.g. Horos 11112).
+- In ``Preferences->Locations``, add a DICOM Node:
+
+  - with the AET of your Orthanc instance (default is ``ORTHANC``)
+  - with a name (eg ``MYORTHANC``)
+  - with Retrieve method C-GET
+  - with Send Transfers syntax : Explicit Little Endian
+
 
 Configuration of Orthanc
 ------------------------
 
+Add the following :ref:`configuration options <configuration>`
+(obviously, adapt the IP address)::
+
+  {
+    "DicomModalities" : {
+      "Horos": [ "Horos", "192.168.253.53", 11112 ]
+    }
+  }
+
+
+Configuration of Docker images by Osimis
+----------------------------------------
+
+This section applies if you are using the `Docker images by Osimis
+<https://osimis.atlassian.net/wiki/spaces/OKB/pages/26738689/How+to+use+osimis+orthanc+Docker+images>`__
+to run Orthanc.
+
 Add Modality through Environmental variable in docker::
 
   DICOM_MODALITIES=
@@ -26,4 +45,4 @@
 If using Orthanc in a docker container, map the Orthanc DICOM Port. Eg in docker-compose file::
 
   ports:
-    - "4242:4242"
\ No newline at end of file
+    - "4242:4242"