log OrthancServer/Sources/ServerJobs/ResourceModificationJob.cpp @ 5158:02cfd23a556a

age author description
Thu, 02 Feb 2023 10:33:15 +0100 Alain Mazy CppCheck
Fri, 27 Jan 2023 12:56:55 +0100 Alain Mazy If specifying 'Transcode' option to /modify or /anonymize, this value will take over the 'IngestTranscoding' global configuration
Tue, 24 Jan 2023 15:05:40 +0100 Alain Mazy DicomModification: sanity checks
Fri, 20 Jan 2023 18:10:42 +0100 Alain Mazy moved DicomModification thread safety into ResourceModificationJob (trying to avoid mutex in OrthancFramework as much as possible)
Fri, 20 Jan 2023 17:24:16 +0100 Alain Mazy more sanity checks for modifications
Wed, 18 Jan 2023 17:58:51 +0100 Alain Mazy added sanity checks in DicomModificationJob + automatically reconstruct resources at the end of a DicomModificationJob
Tue, 17 Jan 2023 17:54:38 +0100 Alain Mazy Threaded modifications continued: call ReconstructInstance at the end of the modification to update the DB model
Tue, 10 Jan 2023 11:46:00 +0100 Alain Mazy fix ModificationJob state machine
Thu, 05 Jan 2023 17:24:43 +0100 Alain Mazy ResourceModification jobs can now use multiple threads
Sun, 20 Feb 2022 11:14:34 +0100 Sebastien Jodogne integration mainline->openssl-3.x openssl-3.x
Tue, 11 Jan 2022 11:15:42 +0100 Sebastien Jodogne upgrade to year 2022
Thu, 25 Nov 2021 19:02:38 +0100 Sebastien Jodogne integration mainline->openssl-3.x openssl-3.x
Thu, 25 Nov 2021 19:01:11 +0100 Sebastien Jodogne added copyright UCLouvain
Thu, 25 Nov 2021 13:12:32 +0100 Sebastien Jodogne integration mainline->openssl-3.x openssl-3.x
Fri, 01 Oct 2021 18:36:45 +0200 Alain Mazy added ReceivedCStoreInstanceFilter lua callback + OrthancPluginRegisterIncomingCStoreInstanceFilter in sdk filter-store-instance