comparison Sphinx/source/contributing.rst @ 730:29072079de72

dicom-router
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 28 Jun 2021 12:22:38 +0200
parents 3a176a0afbd4
children 37512473ffe9
comparison
equal deleted inserted replaced
729:3a176a0afbd4 730:29072079de72
148 clients/viewers), or a `DICOMweb proxy 148 clients/viewers), or a `DICOMweb proxy
149 <https://groups.google.com/g/orthanc-users/c/AQ6qs0TgO6I/m/WxdOVEeKBAAJ>`__ 149 <https://groups.google.com/g/orthanc-users/c/AQ6qs0TgO6I/m/WxdOVEeKBAAJ>`__
150 (to turn a DICOM-only PACS into a DICOMweb server). This could 150 (to turn a DICOM-only PACS into a DICOMweb server). This could
151 be done as a :ref:`Python plugin <python-plugin>` by wrapping 151 be done as a :ref:`Python plugin <python-plugin>` by wrapping
152 the C-FIND and C-MOVE callbacks in the Python API. 152 the C-FIND and C-MOVE callbacks in the Python API.
153 + Get involved in the call for ideas by Salim Kanoun about a
154 `DICOM router built on the top of Orthanc
155 <https://groups.google.com/g/orthanc-users/c/tx7E1RQuKIY/m/_GsrRZljBgAJ>`__.
153 + Have a look at the TODO file containing our `official roadmap 156 + Have a look at the TODO file containing our `official roadmap
154 <https://hg.orthanc-server.com/orthanc/file/default/TODO>`__. 157 <https://hg.orthanc-server.com/orthanc/file/default/TODO>`__.
155 158
156 - Always remember that he **recommended way of contributing to the 159 - Always remember that he **recommended way of contributing to the
157 source code of Orthanc is by creating C/C++/Python plugins, or by 160 source code of Orthanc is by creating C/C++/Python plugins, or by