# HG changeset patch # User Benoit Crickboom # Date 1761031693 -7200 # Node ID 83449cf704d88cbead4b973637596c44c8d6fcf6 # Parent dc447fda1f640e03429d9cef7158ed8aafcc84f3 typo diff -r dc447fda1f64 -r 83449cf704d8 Sphinx/source/plugins/worklists-plugin.rst --- 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.