# HG changeset patch # User Sebastien Jodogne # Date 1762950071 -3600 # Node ID edee43d6b49e8b410d16ebf08eaeae38d446a50e # Parent 166ec184efd8f326ffc04a99bec9425db12956d3 fix spelling of DICOMweb diff -r 166ec184efd8 -r edee43d6b49e Sphinx/source/faq/viewers.rst --- a/Sphinx/source/faq/viewers.rst Wed Nov 12 13:08:40 2025 +0100 +++ b/Sphinx/source/faq/viewers.rst Wed Nov 12 13:21:11 2025 +0100 @@ -29,7 +29,7 @@ * `Aeskulap `__. * `Weasis `__ - (through the :ref:`DICOM web plugin `). The Orthanc Users + (through the :ref:`DICOMweb plugin `). The Orthanc Users discussion group contains a `reportedly working configuration `__. * `Oviyam `__ (`instructions are available diff -r 166ec184efd8 -r edee43d6b49e Sphinx/source/integrations/integrate-osirix-using-dicomweb.rst --- a/Sphinx/source/integrations/integrate-osirix-using-dicomweb.rst Wed Nov 12 13:08:40 2025 +0100 +++ b/Sphinx/source/integrations/integrate-osirix-using-dicomweb.rst Wed Nov 12 13:21:11 2025 +0100 @@ -21,7 +21,7 @@ - with a name (eg ``MYORTHANC``) - with Q&R activated - without authentication - - with Send Transfers syntax : Explicit Little Endian + - with Send Transfers syntax: Explicit Little Endian Configuration of Orthanc @@ -49,11 +49,11 @@ This section applies if you are using the :ref:`orthancteam/orthanc Docker image ` to run Orthanc. -Make sure Orthanc has the Dicom Web protocol enabled:: +Make sure Orthanc has the DICOMweb protocol enabled:: DICOM_WEB_PLUGIN_ENABLED: "true" -If using Orthanc in a docker container, map the Orthanc DICOMweb Http Port. Eg in docker-compose file:: +If using Orthanc in a Docker container, map the Orthanc DICOMweb HTTP port. Eg in docker-compose file:: ports: - "8042:8042"