# HG changeset patch # User Sebastien Jodogne # Date 1597668582 -7200 # Node ID 4fff8fa6c2db850bd4d2673a9944773af6be4e5d # Parent a49b3f034580c988da26525058b3d7637266d58e new option LimitAnswers diff -r a49b3f034580 -r 4fff8fa6c2db Sphinx/source/plugins/worklists-plugin.rst --- a/Sphinx/source/plugins/worklists-plugin.rst Mon Aug 17 08:13:33 2020 +0200 +++ b/Sphinx/source/plugins/worklists-plugin.rst Mon Aug 17 14:49:42 2020 +0200 @@ -51,9 +51,10 @@ "Worklists" : { "Enable": true, "Database": "./WorklistsDatabase", - "FilterIssuerAet": false // Some modalities do not specify 'ScheduledStationAETitle (0040,0001)' + "FilterIssuerAet": false, // Some modalities do not specify 'ScheduledStationAETitle (0040,0001)' // in the C-Find and may receive worklists not related to them. This option // adds an extra filtering based on the AET of the modality issuing the C-Find. + "LimitAnswers": 0 // Maximum number of answers to be returned (new in release 1.7.3) } }