diff Sphinx/source/faq/worklist.rst @ 701:f093160dd7f4

cross-references regarding worklists
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 11 Jun 2021 09:30:28 +0200
parents 011b01ccf52d
children 05b106383b2a
line wrap: on
line diff
--- a/Sphinx/source/faq/worklist.rst	Fri Jun 11 09:22:22 2021 +0200
+++ b/Sphinx/source/faq/worklist.rst	Fri Jun 11 09:30:28 2021 +0200
@@ -31,3 +31,10 @@
 Orthanc plugin SDK
 <https://sdk.orthanc-server.com/group__DicomCallbacks.html#ga23080c4e871b8428ede61d9841c10d76>`__
 that is related to the management of worklists.
+
+Custom MWL plugin can also be implemented using :ref:`Python plugins
+<python_worklists>`.  This is especially useful to easily create
+bridges between Orthanc, HL7 messages, RIS systems and `FHIR
+<https://www.hl7.org/fhir/overview.html>`__ stores. Indeed, Python
+provides many tools to handle HL7 or FHIR such as `python-hl7 library
+<https://python-hl7.readthedocs.io/en/latest/>`__.