comparison Sphinx/source/plugins/dicomweb.rst @ 991:1316bc62b5d5

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Nov 2023 21:09:02 +0100
parents ee5976d191ae
children 05b106383b2a
comparison
equal deleted inserted replaced
990:27b75c653a8b 991:1316bc62b5d5
17 For general information, check out the `official homepage of the 17 For general information, check out the `official homepage of the
18 plugins <https://www.orthanc-server.com/static.php?page=dicomweb>`__. 18 plugins <https://www.orthanc-server.com/static.php?page=dicomweb>`__.
19 19
20 The full standard is not implemented yet, the supported features are 20 The full standard is not implemented yet, the supported features are
21 `tracked in the repository 21 `tracked in the repository
22 <https://hg.orthanc-server.com/orthanc-dicomweb/file/default/Status.txt>`__. 22 <https://orthanc.uclouvain.be/hg/orthanc-dicomweb/file/default/Status.txt>`__.
23 23
24 24
25 Compilation 25 Compilation
26 ----------- 26 -----------
27 27
46 <https://www.orthanc-server.com/static.php?page=download-mac>`__ is 46 <https://www.orthanc-server.com/static.php?page=download-mac>`__ is
47 available courtesy of `Osimis <https://www.osimis.io/>`__. 47 available courtesy of `Osimis <https://www.osimis.io/>`__.
48 48
49 *Remark:* Some older build instructions are also available in the 49 *Remark:* Some older build instructions are also available in the
50 `source distribution 50 `source distribution
51 <https://hg.orthanc-server.com/orthanc-dicomweb/file/default/Resources/BuildInstructions.txt>`__. 51 <https://orthanc.uclouvain.be/hg/orthanc-dicomweb/file/default/Resources/BuildInstructions.txt>`__.
52 52
53 53
54 Installation 54 Installation
55 ------------ 55 ------------
56 56
317 DICOMweb server is Orthanc <= 1.5.6, as chunked transfer encoding is 317 DICOMweb server is Orthanc <= 1.5.6, as chunked transfer encoding is
318 only supported starting with Orthanc 1.5.7. Beware setting 318 only supported starting with Orthanc 1.5.7. Beware setting
319 ``ChunkedTransfers`` to ``true`` in Orthanc 1.5.7 and 1.5.8 utilizes 319 ``ChunkedTransfers`` to ``true`` in Orthanc 1.5.7 and 1.5.8 utilizes
320 one CPU at 100%, which results in very low throughput: This issue is 320 one CPU at 100%, which results in very low throughput: This issue is
321 resolved in Orthanc 1.6.0 (cf. `issue 156 321 resolved in Orthanc 1.6.0 (cf. `issue 156
322 <https://bugs.orthanc-server.com/show_bug.cgi?id=156>`__ for full 322 <https://orthanc.uclouvain.be/bugs/show_bug.cgi?id=156>`__ for full
323 explanation). 323 explanation).
324 324
325 * ``HasWadoRsUniversalTransferSyntax`` (new in DICOMweb 1.1) must be 325 * ``HasWadoRsUniversalTransferSyntax`` (new in DICOMweb 1.1) must be
326 set to ``false`` if the remote DICOMweb server does not support the 326 set to ``false`` if the remote DICOMweb server does not support the
327 value ``transfer-syntax=*`` in the ``Accept`` HTTP header for 327 value ``transfer-syntax=*`` in the ``Accept`` HTTP header for
456 "Open DICOMweb client" button at the bottom of the welcome screen of 456 "Open DICOMweb client" button at the bottom of the welcome screen of
457 :ref:`Orthanc Explorer <orthanc-explorer>`. 457 :ref:`Orthanc Explorer <orthanc-explorer>`.
458 458
459 Here is a direct link to the DICOMweb client running on our demo 459 Here is a direct link to the DICOMweb client running on our demo
460 server: 460 server:
461 `https://demo.orthanc-server.com/dicom-web/app/client/index.html 461 `https://orthanc.uclouvain.be/demo/dicom-web/app/client/index.html
462 <https://demo.orthanc-server.com/dicom-web/app/client/index.html>`__ 462 <https://orthanc.uclouvain.be/demo/dicom-web/app/client/index.html>`__
463 463
464 464
465 465
466 Quickstart - DICOMweb server 466 Quickstart - DICOMweb server
467 ---------------------------- 467 ----------------------------
726 Additional samples 726 Additional samples
727 ------------------ 727 ------------------
728 728
729 Samples of how to call DICOMweb services from standalone applications 729 Samples of how to call DICOMweb services from standalone applications
730 are available for `Python 730 are available for `Python
731 <https://hg.orthanc-server.com/orthanc-dicomweb/file/default/Resources/Samples/Python>`__ 731 <https://orthanc.uclouvain.be/hg/orthanc-dicomweb/file/default/Resources/Samples/Python>`__
732 and for `JavaScript 732 and for `JavaScript
733 <https://hg.orthanc-server.com/orthanc-dicomweb/file/default/Resources/Samples/JavaScript>`__. 733 <https://orthanc.uclouvain.be/hg/orthanc-dicomweb/file/default/Resources/Samples/JavaScript>`__.
734 734
735 Integration tests are `available separately 735 Integration tests are `available separately
736 <https://hg.orthanc-server.com/orthanc-tests/file/default/Plugins/DicomWeb/Run.py>`__, 736 <https://orthanc.uclouvain.be/hg/orthanc-tests/file/default/Plugins/DicomWeb/Run.py>`__,
737 and provide samples for more advanced features of the REST API (such 737 and provide samples for more advanced features of the REST API (such
738 as dynamically adding/updating/removing remote DICOMweb servers using 738 as dynamically adding/updating/removing remote DICOMweb servers using
739 HTTP PUT and DELETE methods). 739 HTTP PUT and DELETE methods).