# HG changeset patch # User Alain Mazy # Date 1685615062 -7200 # Node ID 0b89127439b16bf637ac6de43a419973f4df82cb # Parent d7f03f325544347df7f9a731a307de7469befb9e new orthanc-setup-samples repo diff -r d7f03f325544 -r 0b89127439b1 Sphinx/source/faq/debugging-encodings.rst --- a/Sphinx/source/faq/debugging-encodings.rst Mon May 22 18:01:31 2023 +0200 +++ b/Sphinx/source/faq/debugging-encodings.rst Thu Jun 01 12:24:22 2023 +0200 @@ -29,6 +29,6 @@ How to solve it ? It is highly recommended to fix it before Orthanc: in your RIS, worklist server or modality. However, if you can not fix it there, you may still try to fix it once the file has been stored in Orthanc. -You can get inspiration from this `lua script `__ +You can get inspiration from this `lua script `__ that is fixing invalid UTF-8 characters diff -r d7f03f325544 -r 0b89127439b1 Sphinx/source/faq/https.rst --- a/Sphinx/source/faq/https.rst Mon May 22 18:01:31 2023 +0200 +++ b/Sphinx/source/faq/https.rst Thu Jun 01 12:24:22 2023 +0200 @@ -221,7 +221,7 @@ An example of such a setup with instructions to generate the certificates is available `here -`__. +`__. .. _client-certificate-web-browser: diff -r d7f03f325544 -r 0b89127439b1 Sphinx/source/faq/scalability.rst --- a/Sphinx/source/faq/scalability.rst Mon May 22 18:01:31 2023 +0200 +++ b/Sphinx/source/faq/scalability.rst Thu Jun 01 12:24:22 2023 +0200 @@ -242,7 +242,7 @@ One solution to avoid this limitation was to have multiple Orthanc accessing the same DB (works only for MySQL and PostgreSQL) as presented in this `sample -`__. +`__. However, this solution was only robust if there was **one single "writer" Orthanc server** (i.e. only one Orthanc was modifying the database). Indeed, the core of Orthanc <= 1.9.1 did not support the diff -r d7f03f325544 -r 0b89127439b1 Sphinx/source/integrations/dcm4chee.rst --- a/Sphinx/source/integrations/dcm4chee.rst Mon May 22 18:01:31 2023 +0200 +++ b/Sphinx/source/integrations/dcm4chee.rst Thu Jun 01 12:24:22 2023 +0200 @@ -4,6 +4,6 @@ ============================== A Docker Compose environment is part of the `Orthanc setup samples -`__ +`__ in order to illustrate how to interface Orthanc with Dcm4Chee 5, using either the DICOM protocol or the DICOMweb protocol. diff -r d7f03f325544 -r 0b89127439b1 Sphinx/source/plugins/dicomweb.rst --- a/Sphinx/source/plugins/dicomweb.rst Mon May 22 18:01:31 2023 +0200 +++ b/Sphinx/source/plugins/dicomweb.rst Thu Jun 01 12:24:22 2023 +0200 @@ -213,7 +213,7 @@ in a setup where performance and accuracy are both important, you should configure :ref:`ExtraMainDicomTags ` and configure ``StudiesMetadata`` to ``MainDicomTags`` and ``SeriesMetadata`` to ``MainDicomTags`` - as demonstrated in this `sample `__. + as demonstrated in this `sample `__. If using the ``Extrapolate`` mode, the predefined tags are provided diff -r d7f03f325544 -r 0b89127439b1 Sphinx/source/plugins/object-storage.rst --- a/Sphinx/source/plugins/object-storage.rst Mon May 22 18:01:31 2023 +0200 +++ b/Sphinx/source/plugins/object-storage.rst Thu Jun 01 12:24:22 2023 +0200 @@ -334,12 +334,12 @@ Sample setups ------------- -You'll find sample deployments and more info in the `Orthanc Setup Samples repository `__ . +You'll find sample deployments and more info in the `Orthanc Setup Samples repository `__ . Performances ------------ -You'll find some performance comparison between VM SSDs and object-storage `here `__ . +You'll find some performance comparison between VM SSDs and object-storage `here `__ . .. _client-side-encryption: diff -r d7f03f325544 -r 0b89127439b1 Sphinx/source/plugins/python.rst --- a/Sphinx/source/plugins/python.rst Mon May 22 18:01:31 2023 +0200 +++ b/Sphinx/source/plugins/python.rst Thu Jun 01 12:24:22 2023 +0200 @@ -108,7 +108,7 @@ Hello world! -`Here `__ is a full example +`Here `__ is a full example of a more complex setup using the :ref:`osimis/orthanc ` images. diff -r d7f03f325544 -r 0b89127439b1 Sphinx/source/users/advanced-rest.rst --- a/Sphinx/source/users/advanced-rest.rst Mon May 22 18:01:31 2023 +0200 +++ b/Sphinx/source/users/advanced-rest.rst Thu Jun 01 12:24:22 2023 +0200 @@ -280,7 +280,7 @@ Write-Host "The instance can be retrieved in PDF at http://localhost:8042$($reply.Path)/pdf" And here's another sample `using python -`__. +`__. Please note that the ``/tools/create-dicom`` API call will return the Orthanc instance ID of the newly created DICOM resource. diff -r d7f03f325544 -r 0b89127439b1 Sphinx/source/users/docker-osimis.rst --- a/Sphinx/source/users/docker-osimis.rst Mon May 22 18:01:31 2023 +0200 +++ b/Sphinx/source/users/docker-osimis.rst Thu Jun 01 12:24:22 2023 +0200 @@ -52,9 +52,9 @@ - classical configuration files - a mix of these options -This `repository `__ +This `repository `__ contains lots of examples on how to use these images. In particular, -`this example `__ +`this example `__ shows all the way that can be used to generate the same configuration in Orthanc. @@ -272,7 +272,7 @@ In version 21.10.0, the `/probes/test-aliveness.py `__ script has been added in order to perform healthchecks. Check the doc in the script itself for more details. -A sample configuration is also available in `this sample `__ +A sample configuration is also available in `this sample `__ Plugins