changeset 598:8f34434387f4

sample hl7 plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 18 Jan 2021 15:38:39 +0100
parents 859bd3aa72dd
children 1248dadca1cd
files Sphinx/source/contributing.rst
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/contributing.rst	Mon Jan 18 15:06:51 2021 +0100
+++ b/Sphinx/source/contributing.rst	Mon Jan 18 15:38:39 2021 +0100
@@ -129,6 +129,13 @@
       <https://twitter.com/sjodogne/status/1299632772915625984>`__ to
       import/export such STL files from/to Orthanc.
     + Create a plugin to edit DICOM files (add, update or remove DICOM tags).
+    + Create samples of :ref:`Python plugins <python-plugin>` to take
+      care of HL7 messages, especially for :ref:`merging patients
+      <split-merge>` (which is a `typical HL7 event
+      <https://twitter.com/ZeClint/status/1192086039160086529?s=20>`__
+      to be handled by the PACS, not by the RIS). Reference: Events
+      ``Axx`` of Chapter 3 ("Patient Administration") in the HL7 v2.9
+      specification.
     + Have a look at the TODO file containing our `official roadmap
       <https://hg.orthanc-server.com/orthanc/file/default/TODO>`__.