comparison Sphinx/source/users/lua.rst @ 105:268ec482f051

IncomingFindRequestFilter not applied to worklist plugin
author amazy
date Thu, 13 Jul 2017 13:05:54 +0200
parents e83da2f99e45
children b879a6274065
comparison
equal deleted inserted replaced
104:09b0a61f1942 105:268ec482f051
445 end 445 end
446 446
447 The ``origin`` argument contains information about which modality has 447 The ``origin`` argument contains information about which modality has
448 issued the request. 448 issued the request.
449 449
450 Note that, as of Orthanc 1.2.1, the ``IncomingFindRequestFilter`` is
451 not applied to C-Find requests targeting the Modality Worklists plugin.
452 This might be fixed in a `future release <https://bitbucket.org/sjodogne/orthanc/issues/57/c-find-matching-refactoring-required>`__.
453
450 Similarly, the callback ``OutgoingFindRequestFilter(query, modality)`` 454 Similarly, the callback ``OutgoingFindRequestFilter(query, modality)``
451 is invoked whenever Orthanc acts as a C-Find SCU, which gives the 455 is invoked whenever Orthanc acts as a C-Find SCU, which gives the
452 opportunity to dynamically fix outgoing C-Find requests before they 456 opportunity to dynamically fix outgoing C-Find requests before they
453 are actually sent to the queried modality. For instance, here is a 457 are actually sent to the queried modality. For instance, here is a
454 sample Lua callback that would replace asterisk wildcards (i.e. ``*``) 458 sample Lua callback that would replace asterisk wildcards (i.e. ``*``)