comparison Sphinx/source/contributing.rst @ 999:3b62529bfe91

added java plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 19 Dec 2023 13:36:11 +0100
parents 1316bc62b5d5
children ed64444eb542
comparison
equal deleted inserted replaced
998:bd7fbe3042f7 999:3b62529bfe91
130 research about 3D-printing of organs. In complement, provide a 130 research about 3D-printing of organs. In complement, provide a
131 `FreeCAD extension 131 `FreeCAD extension
132 <https://twitter.com/sjodogne/status/1299632772915625984>`__ to 132 <https://twitter.com/sjodogne/status/1299632772915625984>`__ to
133 import/export such STL files from/to Orthanc. 133 import/export such STL files from/to Orthanc.
134 + Create a plugin to edit DICOM files (add, update or remove DICOM tags). 134 + Create a plugin to edit DICOM files (add, update or remove DICOM tags).
135 + Create samples of :ref:`Python plugins <python-plugin>` to take 135 + Create samples of :ref:`Python plugins <python-plugin>` or :ref:`Java plugins <java-plugin>` to take
136 care of HL7 messages, especially for :ref:`merging patients 136 care of HL7 messages, especially for :ref:`merging patients
137 <split-merge>` (which is a `typical HL7 event 137 <split-merge>` (which is a `typical HL7 event
138 <https://twitter.com/ZeClint/status/1192086039160086529?s=20>`__ 138 <https://twitter.com/ZeClint/status/1192086039160086529?s=20>`__
139 to be handled by the PACS, not by the RIS). Reference: Events 139 to be handled by the PACS, not by the RIS). Reference: Events
140 ``Axx`` of Chapter 3 ("Patient Administration") in the HL7 v2.9 140 ``Axx`` of Chapter 3 ("Patient Administration") in the HL7 v2.9
145 <https://groups.google.com/g/orthanc-users/c/15dYEm4Tguw/m/PoldpTOQAQAJ>`__ 145 <https://groups.google.com/g/orthanc-users/c/15dYEm4Tguw/m/PoldpTOQAQAJ>`__
146 (to share a single connection on a PACS by several DICOM 146 (to share a single connection on a PACS by several DICOM
147 clients/viewers), or a `DICOMweb proxy 147 clients/viewers), or a `DICOMweb proxy
148 <https://groups.google.com/g/orthanc-users/c/AQ6qs0TgO6I/m/WxdOVEeKBAAJ>`__ 148 <https://groups.google.com/g/orthanc-users/c/AQ6qs0TgO6I/m/WxdOVEeKBAAJ>`__
149 (to turn a DICOM-only PACS into a DICOMweb server). This could 149 (to turn a DICOM-only PACS into a DICOMweb server). This could
150 be done as a :ref:`Python plugin <python-plugin>` by wrapping 150 be done as a :ref:`Python plugin <python-plugin>` or as a :ref:`Java plugin <java-plugin>` by wrapping
151 the C-FIND and C-MOVE callbacks in the Python API. 151 the C-FIND and C-MOVE callbacks in the Python API.
152 + Get involved in the call for ideas by Salim Kanoun about a 152 + Get involved in the call for ideas by Salim Kanoun about a
153 `DICOM router built on the top of Orthanc 153 `DICOM router built on the top of Orthanc
154 <https://groups.google.com/g/orthanc-users/c/tx7E1RQuKIY/m/_GsrRZljBgAJ>`__. 154 <https://groups.google.com/g/orthanc-users/c/tx7E1RQuKIY/m/_GsrRZljBgAJ>`__.
155 155