view Sphinx/source/integrations/integrate-osirix-using-dicomweb.rst @ 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
children 8f3f79aeb8cc
line wrap: on
line source

.. _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"