comparison Sphinx/source/integrations/integrate-osirix-using-dicomweb.rst @ 457:982774ebee52

updated osimis/orthanc
author Alain Mazy <alain@mazy.be>
date Tue, 07 Jul 2020 14:29:46 +0200
parents 8f3f79aeb8cc
children c8a471a58e16
comparison
equal deleted inserted replaced
453:d44d61bdcd09 457:982774ebee52
37 37
38 38
39 Configuration of Docker images by Osimis 39 Configuration of Docker images by Osimis
40 ---------------------------------------- 40 ----------------------------------------
41 41
42 This section applies if you are using the `Docker images by Osimis 42 This section applies if you are using the :ref:`osimis/orthanc Docker imag <docker-osimis>`
43 <https://osimis.atlassian.net/wiki/spaces/OKB/pages/26738689/How+to+use+osimis+orthanc+Docker+images>`__
44 to run Orthanc. 43 to run Orthanc.
45 44
46 Make sure Orthanc has the Dicom Web protocol enabled:: 45 Make sure Orthanc has the Dicom Web protocol enabled::
47 46
48 DW_ENABLED: "true" 47 DICOM_WEB_PLUGIN_ENABLED: "true"
49 48
50 If using Orthanc in a docker container, map the Orthanc DICOMWeb Http Port. Eg in docker-compose file:: 49 If using Orthanc in a docker container, map the Orthanc DICOMWeb Http Port. Eg in docker-compose file::
51 50
52 ports: 51 ports:
53 - "4242:4242" 52 - "8042:8042"