Mercurial > hg > orthanc-book
changeset 726:26940c3246c3
link
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 25 Jun 2021 20:44:09 +0200 |
parents | 01d9658f74bd |
children | 698eb280060a |
files | Sphinx/source/contributing.rst |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/contributing.rst Fri Jun 25 09:14:38 2021 +0200 +++ b/Sphinx/source/contributing.rst Fri Jun 25 20:44:09 2021 +0200 @@ -141,10 +141,11 @@ + 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. + clients/viewers), or a `DICOMweb proxy + <https://groups.google.com/g/orthanc-users/c/AQ6qs0TgO6I/m/WxdOVEeKBAAJ>`__ + (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>`__.