changeset 1202:83449cf704d8

typo
author Benoit Crickboom <bc@orthanc.team>
date Tue, 21 Oct 2025 09:28:13 +0200
parents dc447fda1f64
children 91c2c3f6a817
files Sphinx/source/plugins/worklists-plugin.rst
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/plugins/worklists-plugin.rst	Mon Oct 20 16:54:26 2025 +0200
+++ b/Sphinx/source/plugins/worklists-plugin.rst	Tue Oct 21 09:28:13 2025 +0200
@@ -72,7 +72,7 @@
       "SaveInOrthancDatabase": false,      // If set to true and if the Orthanc Database supports Key-Value stores
                                            // (PostgreSQL or SQLite), the worklists must be created through the Rest API
                                            // and are stored in the Orthanc DB (new in v 1.12.10)
-      "SetStudyInstanceUidIfMissing": true  // Add a StudyInstanceUID to the worklist if none is provided in the Rest API call to create it
+      "SetStudyInstanceUidIfMissing": true,  // Add a StudyInstanceUID to the worklist if none is provided in the Rest API call to create it
       "DeleteWorklistsOnStableStudy": true,   // Delete the worklist as soon as a a stable study is found with the StudyInstanceUID
                                               // provided in the worklist.  
                                               // Note that this check is performed in the Worklist Housekeeper thread.  The plugin
@@ -83,7 +83,7 @@
 
       // New options in v 1.12.10 and only if SaveInOrthancDatabase is set to true.
       
-      "DeleteWorklistsDelay": 24,          // Delay [in hours] after which the worklist is deleted.
+      "DeleteWorklistsDelay": 24          // Delay [in hours] after which the worklist is deleted.
                                            // Note that this check is performed in the Worklist Housekeeper thread.
                                            // The plugin only deletes worklists that have been created through the Rest API.
                                            // Set it to 0 if you don't want the plugin to delete worklists after a delay.