comparison 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
comparison
equal deleted inserted replaced
147:24e9c33e35e5 148:8f3f79aeb8cc
4 =========================== 4 ===========================
5 5
6 Configuration of Horos 6 Configuration of Horos
7 ----------------------- 7 -----------------------
8 8
9 * In Preferences->Listener, activate and configure AETitle and Port (eg : Horos 11112). 9 - In ``Preferences->Listener``, activate and configure AETitle and Port (e.g. Horos 11112).
10 * In Preferences->Locations, add a DICOM Nodes : 10 - In ``Preferences->Locations``, add a DICOM Node:
11 * with AETitle of orthanc (default is ORTHANC) 11
12 * with a name (eg MYORTHANC) 12 - with the AET of your Orthanc instance (default is ``ORTHANC``)
13 * with Retrieve method C-GET 13 - with a name (eg ``MYORTHANC``)
14 * with Send Transfers syntax : Explicit Little Endian 14 - with Retrieve method C-GET
15 - with Send Transfers syntax : Explicit Little Endian
16
15 17
16 Configuration of Orthanc 18 Configuration of Orthanc
17 ------------------------ 19 ------------------------
20
21 Add the following :ref:`configuration options <configuration>`
22 (obviously, adapt the IP address)::
23
24 {
25 "DicomModalities" : {
26 "Horos": [ "Horos", "192.168.253.53", 11112 ]
27 }
28 }
29
30
31 Configuration of Docker images by Osimis
32 ----------------------------------------
33
34 This section applies if you are using the `Docker images by Osimis
35 <https://osimis.atlassian.net/wiki/spaces/OKB/pages/26738689/How+to+use+osimis+orthanc+Docker+images>`__
36 to run Orthanc.
18 37
19 Add Modality through Environmental variable in docker:: 38 Add Modality through Environmental variable in docker::
20 39
21 DICOM_MODALITIES= 40 DICOM_MODALITIES=
22 { 41 {