view Sphinx/source/integrations/integrate-horos-using-dicom.rst @ 146:fa19c0fa1367 integrations-osirix-horos

integrate with horos and DICOM + fix typo
author Sebastien Abras <sa@osimis.io>
date Tue, 29 May 2018 10:54:21 +0200
parents
children 8f3f79aeb8cc
line wrap: on
line source

.. _integrate-horos-using-dicom:

Integrate Horos using DICOM
===========================

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

Configuration of Orthanc
------------------------

Add Modality through Environmental variable in docker::

  DICOM_MODALITIES=
  {
    "Horos": ["Horos", "192.168.253.53", 11112]
  }

If using Orthanc in a docker container, map the Orthanc DICOM Port. Eg in docker-compose file::

  ports:
    - "4242:4242"