# HG changeset patch # User Sebastien Jodogne # Date 1622702720 -7200 # Node ID b3e56e604b2deb723652309e3068a4aa34720325 # Parent 4b5350efb115f4171723756552d5b5cd4045b8bc proxy diff -r 4b5350efb115 -r b3e56e604b2d Sphinx/source/contributing.rst --- 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 + `__ + (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 ` by wrapping the C-FIND and C-MOVE + callbacks in the Python API. + Have a look at the TODO file containing our `official roadmap `__.