# HG changeset patch # User Alain Mazy # Date 1761041401 -7200 # Node ID 91c2c3f6a81764656c57622f75794e87a16524d8 # Parent 0af2c56ea46cca08d161294724ac8228a0d10711# Parent 83449cf704d88cbead4b973637596c44c8d6fcf6 merge diff -r 0af2c56ea46c -r 91c2c3f6a817 Sphinx/source/plugins/worklists-plugin.rst --- a/Sphinx/source/plugins/worklists-plugin.rst Tue Oct 21 12:08:01 2025 +0200 +++ b/Sphinx/source/plugins/worklists-plugin.rst Tue Oct 21 12:10:01 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.