comparison Sphinx/source/contributing.rst @ 598:8f34434387f4

sample hl7 plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 18 Jan 2021 15:38:39 +0100
parents 859bd3aa72dd
children 0dde82745e0d
comparison
equal deleted inserted replaced
597:859bd3aa72dd 598:8f34434387f4
127 research about 3D-printing of organs. In complement, provide a 127 research about 3D-printing of organs. In complement, provide a
128 `FreeCAD extension 128 `FreeCAD extension
129 <https://twitter.com/sjodogne/status/1299632772915625984>`__ to 129 <https://twitter.com/sjodogne/status/1299632772915625984>`__ to
130 import/export such STL files from/to Orthanc. 130 import/export such STL files from/to Orthanc.
131 + Create a plugin to edit DICOM files (add, update or remove DICOM tags). 131 + Create a plugin to edit DICOM files (add, update or remove DICOM tags).
132 + Create samples of :ref:`Python plugins <python-plugin>` to take
133 care of HL7 messages, especially for :ref:`merging patients
134 <split-merge>` (which is a `typical HL7 event
135 <https://twitter.com/ZeClint/status/1192086039160086529?s=20>`__
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
138 specification.
132 + Have a look at the TODO file containing our `official roadmap 139 + Have a look at the TODO file containing our `official roadmap
133 <https://hg.orthanc-server.com/orthanc/file/default/TODO>`__. 140 <https://hg.orthanc-server.com/orthanc/file/default/TODO>`__.
134 141
135 - Always remember that he **recommended way of contributing to the 142 - Always remember that he **recommended way of contributing to the
136 source code of Orthanc is by creating C/C++/Python plugins, or by 143 source code of Orthanc is by creating C/C++/Python plugins, or by