comparison Sphinx/source/contributing.rst @ 690:b3e56e604b2d

proxy
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 03 Jun 2021 08:45:20 +0200
parents 914829b008eb
children 01d9658f74bd
comparison
equal deleted inserted replaced
689:4b5350efb115 690:b3e56e604b2d
134 <split-merge>` (which is a `typical HL7 event 134 <split-merge>` (which is a `typical HL7 event
135 <https://twitter.com/ZeClint/status/1192086039160086529?s=20>`__ 135 <https://twitter.com/ZeClint/status/1192086039160086529?s=20>`__
136 to be handled by the PACS, not by the RIS). Reference: Events 136 to be handled by the PACS, not by the RIS). Reference: Events
137 ``Axx`` of Chapter 3 ("Patient Administration") in the HL7 v2.9 137 ``Axx`` of Chapter 3 ("Patient Administration") in the HL7 v2.9
138 specification. 138 specification.
139 + Create a `DICOM proxy
140 <https://groups.google.com/g/orthanc-users/c/15dYEm4Tguw/m/PoldpTOQAQAJ>`__
141 (to share a single connection on a PACS by several DICOM
142 clients/viewers), or a DICOMweb proxy (to turn a DICOM-only PACS
143 into a DICOMweb server). This could be done as a :ref:`Python
144 plugin <python-plugin>` by wrapping the C-FIND and C-MOVE
145 callbacks in the Python API.
139 + Have a look at the TODO file containing our `official roadmap 146 + Have a look at the TODO file containing our `official roadmap
140 <https://hg.orthanc-server.com/orthanc/file/default/TODO>`__. 147 <https://hg.orthanc-server.com/orthanc/file/default/TODO>`__.
141 148
142 - Always remember that he **recommended way of contributing to the 149 - Always remember that he **recommended way of contributing to the
143 source code of Orthanc is by creating C/C++/Python plugins, or by 150 source code of Orthanc is by creating C/C++/Python plugins, or by