# HG changeset patch # User Alain Mazy # Date 1687936996 -7200 # Node ID 5df222ddd7d1f4cda2c1c5e4f0f61665a7f1383f # Parent ec4e1e8c3fa9c9a9a3a4700dc1225c218699e658 fix links to setup-samples diff -r ec4e1e8c3fa9 -r 5df222ddd7d1 Sphinx/source/faq/debugging-encodings.rst --- a/Sphinx/source/faq/debugging-encodings.rst Fri Jun 23 08:42:15 2023 +0200 +++ b/Sphinx/source/faq/debugging-encodings.rst Wed Jun 28 09:23:16 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 ec4e1e8c3fa9 -r 5df222ddd7d1 Sphinx/source/faq/https.rst --- a/Sphinx/source/faq/https.rst Fri Jun 23 08:42:15 2023 +0200 +++ b/Sphinx/source/faq/https.rst Wed Jun 28 09:23:16 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 ec4e1e8c3fa9 -r 5df222ddd7d1 Sphinx/source/faq/scalability.rst --- a/Sphinx/source/faq/scalability.rst Fri Jun 23 08:42:15 2023 +0200 +++ b/Sphinx/source/faq/scalability.rst Wed Jun 28 09:23:16 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 ec4e1e8c3fa9 -r 5df222ddd7d1 Sphinx/source/integrations/dcm4chee.rst --- a/Sphinx/source/integrations/dcm4chee.rst Fri Jun 23 08:42:15 2023 +0200 +++ b/Sphinx/source/integrations/dcm4chee.rst Wed Jun 28 09:23:16 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 ec4e1e8c3fa9 -r 5df222ddd7d1 Sphinx/source/plugins/dicomweb.rst --- a/Sphinx/source/plugins/dicomweb.rst Fri Jun 23 08:42:15 2023 +0200 +++ b/Sphinx/source/plugins/dicomweb.rst Wed Jun 28 09:23:16 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 ec4e1e8c3fa9 -r 5df222ddd7d1 Sphinx/source/plugins/object-storage.rst --- a/Sphinx/source/plugins/object-storage.rst Fri Jun 23 08:42:15 2023 +0200 +++ b/Sphinx/source/plugins/object-storage.rst Wed Jun 28 09:23:16 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 ec4e1e8c3fa9 -r 5df222ddd7d1 Sphinx/source/plugins/python.rst --- a/Sphinx/source/plugins/python.rst Fri Jun 23 08:42:15 2023 +0200 +++ b/Sphinx/source/plugins/python.rst Wed Jun 28 09:23:16 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 ec4e1e8c3fa9 -r 5df222ddd7d1 Sphinx/source/users/advanced-rest.rst --- a/Sphinx/source/users/advanced-rest.rst Fri Jun 23 08:42:15 2023 +0200 +++ b/Sphinx/source/users/advanced-rest.rst Wed Jun 28 09:23:16 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 ec4e1e8c3fa9 -r 5df222ddd7d1 Sphinx/source/users/docker-osimis.rst --- a/Sphinx/source/users/docker-osimis.rst Fri Jun 23 08:42:15 2023 +0200 +++ b/Sphinx/source/users/docker-osimis.rst Wed Jun 28 09:23:16 2023 +0200 @@ -54,7 +54,7 @@ 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.