comparison Sphinx/source/plugins/worklists-plugin.rst @ 121:1aff48aa5759

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 Nov 2017 16:15:33 +0100
parents a4f392011021
children b879a6274065
comparison
equal deleted inserted replaced
120:1defc59e3efa 121:1aff48aa5759
227 227
228 Common problems 228 Common problems
229 --------------- 229 ---------------
230 230
231 - According to the `specification 231 - According to the `specification
232 <http://dicom.nema.org/MEDICAL/Dicom/2015c/output/chtml/part02/sect_B.4.2.2.3.html>`, modalities should not include their AET name in ``ScheduledStationAETitle`` on user initiated queries. 232 <http://dicom.nema.org/MEDICAL/Dicom/2015c/output/chtml/part02/sect_B.4.2.2.3.html>`__,
233 Therefore, they do receive worklists that do not concern them. This may be handled by the ``FilterIssuerAet`` configuration option. Note that this might in some cases be intended. 233 modalities should not include their AET name in
234 ``ScheduledStationAETitle`` on user initiated queries. Therefore,
235 they do receive worklists that do not concern them. This may be
236 handled by the ``FilterIssuerAet`` configuration option. Note that
237 this might in some cases be intended.
234 238
235 - Orthanc 1.2.0 does not handle the ``Generic group length`` tags. 239 - Orthanc 1.2.0 does not handle the ``Generic group length`` tags.
236 You might need to include this kind of :ref:`lua script <lua-fix-cfind>` to remove these tags from the queries:: 240 You might need to include this kind of :ref:`lua script <lua-fix-cfind>` to remove these tags from the queries::
237 241
238 function IncomingFindRequestFilter(query, origin) 242 function IncomingFindRequestFilter(query, origin)