diff Sphinx/source/plugins/worklists-plugin.rst @ 485:4fff8fa6c2db

new option LimitAnswers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 17 Aug 2020 14:49:42 +0200
parents 2922fb1bd65e
children f093160dd7f4
line wrap: on
line diff
--- 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)
     }
   }