view Sphinx/source/integrations/integrate-horos-using-dicom.rst @ 1047:e5e6841e13b1

udpated sample worklist with a ScheduledProcedureStepSequence
author Alain Mazy <am@osimis.io>
date Wed, 27 Mar 2024 09:16:33 +0100
parents 5d4701d8fe28
children
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 (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 ]
    }
  }