comparison Sphinx/source/contributing.rst @ 725:01d9658f74bd

link to hl7 adt
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 Jun 2021 09:14:38 +0200
parents b3e56e604b2d
children 26940c3246c3
comparison
equal deleted inserted replaced
724:2ea133e0fa8e 725:01d9658f74bd
133 care of HL7 messages, especially for :ref:`merging patients 133 care of HL7 messages, especially for :ref:`merging patients
134 <split-merge>` (which is a `typical HL7 event 134 <split-merge>` (which is a `typical HL7 event
135 <https://twitter.com/ZeClint/status/1192086039160086529?s=20>`__ 135 <https://twitter.com/ZeClint/status/1192086039160086529?s=20>`__
136 to be handled by the PACS, not by the RIS). Reference: Events 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 137 ``Axx`` of Chapter 3 ("Patient Administration") in the HL7 v2.9
138 specification. 138 specification. ``ADT`` messages have also been `discussed in the
139 past on the Orthanc forum
140 <https://groups.google.com/g/orthanc-users/c/Spjtcj9vSPo/m/ktUArWxUDQAJ>`__.
139 + Create a `DICOM proxy 141 + Create a `DICOM proxy
140 <https://groups.google.com/g/orthanc-users/c/15dYEm4Tguw/m/PoldpTOQAQAJ>`__ 142 <https://groups.google.com/g/orthanc-users/c/15dYEm4Tguw/m/PoldpTOQAQAJ>`__
141 (to share a single connection on a PACS by several DICOM 143 (to share a single connection on a PACS by several DICOM
142 clients/viewers), or a DICOMweb proxy (to turn a DICOM-only PACS 144 clients/viewers), or a DICOMweb proxy (to turn a DICOM-only PACS
143 into a DICOMweb server). This could be done as a :ref:`Python 145 into a DICOMweb server). This could be done as a :ref:`Python