changeset 690:b3e56e604b2d

proxy
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 03 Jun 2021 08:45:20 +0200
parents 4b5350efb115
children b8a744941e58
files Sphinx/source/contributing.rst
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/contributing.rst	Wed Jun 02 09:08:24 2021 +0200
+++ b/Sphinx/source/contributing.rst	Thu Jun 03 08:45:20 2021 +0200
@@ -136,6 +136,13 @@
       to be handled by the PACS, not by the RIS). Reference: Events
       ``Axx`` of Chapter 3 ("Patient Administration") in the HL7 v2.9
       specification.
+    + Create a `DICOM proxy
+      <https://groups.google.com/g/orthanc-users/c/15dYEm4Tguw/m/PoldpTOQAQAJ>`__
+      (to share a single connection on a PACS by several DICOM
+      clients/viewers), or a DICOMweb proxy (to turn a DICOM-only PACS
+      into a DICOMweb server). This could be done as a :ref:`Python
+      plugin <python-plugin>` by wrapping the C-FIND and C-MOVE
+      callbacks in the Python API.
     + Have a look at the TODO file containing our `official roadmap
       <https://hg.orthanc-server.com/orthanc/file/default/TODO>`__.