comparison Sphinx/source/plugins/worklists-plugin.rst @ 119:a4f392011021 amosonn_ind/added-spec-reference-relevant-to-missing-1510064073716

Added spec reference relevant to missing ScheduledStationAETitle.
author Amos Onn <amos.onn@inducon.ag>
date Tue, 07 Nov 2017 14:14:50 +0000
parents 3e78daa774df
children 1aff48aa5759
comparison
equal deleted inserted replaced
118:a30abf63ccba 119:a4f392011021
226 content and eventually understand why it does not match your worklists. You should also be able re-issue ``findscu`` requests with additional arguments to mimic the requests issued by your modality. 226 content and eventually understand why it does not match your worklists. You should also be able re-issue ``findscu`` requests with additional arguments to mimic the requests issued by your modality.
227 227
228 Common problems 228 Common problems
229 --------------- 229 ---------------
230 230
231 - Some modalities do not include their AET name in ``ScheduledStationAETitle``. Therefore, they do receive worklists that do not concern them. 231 - According to the `specification
232 This may be handled by the ``FilterIssuerAet`` configuration option. 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.
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 234
234 - Orthanc 1.2.0 does not handle the ``Generic group length`` tags. 235 - Orthanc 1.2.0 does not handle the ``Generic group length`` tags.
235 You might need to include this kind of :ref:`lua script <lua-fix-cfind>` to remove these tags from the queries:: 236 You might need to include this kind of :ref:`lua script <lua-fix-cfind>` to remove these tags from the queries::
236 237
237 function IncomingFindRequestFilter(query, origin) 238 function IncomingFindRequestFilter(query, origin)