changeset 147:24e9c33e35e5 integrations-osirix-horos

integrate with horos and DICOMWeb
author Sebastien Abras <sa@osimis.io>
date Tue, 29 May 2018 10:59:09 +0200
parents fa19c0fa1367
children 8f3f79aeb8cc
files Sphinx/source/integrations.rst Sphinx/source/integrations/integrate-osirix-using-dicomweb.rst
diffstat 2 files changed, 30 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/integrations.rst	Tue May 29 10:54:21 2018 +0200
+++ b/Sphinx/source/integrations.rst	Tue May 29 10:59:09 2018 +0200
@@ -8,6 +8,8 @@
    :maxdepth: 1
 
    integrations/integrate-osirix-using-dicom.rst
+   integrations/integrate-osirix-using-dicomweb.rst
+
 
 Horos
 -----
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Sphinx/source/integrations/integrate-osirix-using-dicomweb.rst	Tue May 29 10:59:09 2018 +0200
@@ -0,0 +1,28 @@
+.. _integrate-osirix-using-dicomweb:
+
+Integrate Osirix using DICOMWeb
+===============================
+
+Configuration of Osirix
+-----------------------
+
+* In Preferences->Listener, activate and configure AETitle and Port (eg : Osirix 11112)
+* In Preferences->Locations->DICOMWeb Node, add a DICOM Nodes :
+    * with the url of the orthanc server
+    * with the DicomWeb api path of orthanc (default is /dicom-web)
+    * with a name (eg MYORTHANC)
+    * with Q&R activated
+    * without authentication
+    * with Send Transfers syntax : Explicit Little Endian
+
+Configuration of Orthanc
+------------------------
+
+Make sure Orthanc has the Dicom Web protocol enabled::
+
+  DW_ENABLED: "true"
+
+If using Orthanc in a docker container, map the Orthanc DICOMWeb Http Port. Eg in docker-compose file::
+
+  ports:
+    - "4242:4242"
\ No newline at end of file