Mercurial > hg > orthanc-book
changeset 1219:edee43d6b49e
fix spelling of DICOMweb
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Wed, 12 Nov 2025 13:21:11 +0100 |
| parents | 166ec184efd8 |
| children | 04c433057467 |
| files | Sphinx/source/faq/viewers.rst Sphinx/source/integrations/integrate-osirix-using-dicomweb.rst |
| diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 <https://github.com/pipelka/aeskulap>`__. * `Weasis <https://nroduit.github.io/en/basics/customize/integration/#orthanc-web-server>`__ - (through the :ref:`DICOM web plugin <dicomweb>`). The Orthanc Users + (through the :ref:`DICOMweb plugin <dicomweb>`). The Orthanc Users discussion group contains a `reportedly working configuration <https://groups.google.com/g/orthanc-users/c/lFa47FOL-Ok/m/Lu_QKIN8BAAJ>`__. * `Oviyam <http://oviyam.raster.in/>`__ (`instructions are available
--- 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 <docker-orthancteam>` 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"
