log OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h @ 5611:1a995c6f9dae default

age author description
Fri, 26 Apr 2024 17:17:34 +0200 Sebastien Jodogne Orthanc::Logging automatically detects whether the Orthanc core supports OrthancPluginLogMessage()
Thu, 25 Apr 2024 17:07:33 +0200 Alain Mazy merge default -> find-refactoring find-refactoring
Thu, 25 Apr 2024 09:22:07 +0200 Alain Mazy find refactor: re-use existing code. /studies?expand is almost fully implemented with new code find-refactoring
Tue, 23 Apr 2024 09:34:02 +0200 Alain Mazy SDK: added OrthancPluginLogMessage to display plugin name + file and line from plugin
Thu, 11 Apr 2024 19:02:20 +0200 Alain Mazy Added ExtendedApiV1: /changes large-queries
Sat, 16 Mar 2024 11:46:27 +0100 Sebastien Jodogne added SetRootUri(), SetDescription() and ExtendOrthancExplorer() in OrthancPluginCppWrapper
Sat, 16 Mar 2024 11:34:28 +0100 Sebastien Jodogne deprecating OrthancPluginSetDescription2(), OrthancPluginExtendOrthancExplorer2() and OrthancPluginSetRootUri2()
Sat, 16 Mar 2024 11:23:02 +0100 Sebastien Jodogne added ORTHANC_PLUGIN_DEPRECATED in plugin SDK
Wed, 24 Jan 2024 15:57:15 +0100 Sebastien Jodogne increment Orthanc SDK version pg-transactions
Tue, 23 Jan 2024 17:05:28 +0100 Alain Mazy merge default -> pg-transactions pg-transactions
Thu, 04 Jan 2024 15:10:42 +0100 Sebastien Jodogne upgrade to year 2024
Thu, 21 Dec 2023 16:13:00 +0100 Alain Mazy merge mainline -> pg-transactions pg-transactions
Tue, 19 Dec 2023 10:05:57 +0100 Alain Mazy Orthanc-1.12.2 Orthanc-1.12.2
Mon, 18 Dec 2023 21:21:45 +0100 Sebastien Jodogne review doc of OrthancPluginSetCurrentThreadName()
Tue, 12 Dec 2023 17:20:10 +0100 Alain Mazy delete attachment in case of same instance being uploaded multiple times at the same time pg-transactions
Tue, 05 Dec 2023 17:22:36 +0100 Alain Mazy Added OrthancPluginSetCurrentThreadName() in the plugin SDK
Tue, 21 Nov 2023 18:16:31 +0100 Sebastien Jodogne migration to UCLouvain servers
Sat, 14 Oct 2023 17:03:29 +0200 Sebastien Jodogne fix comments in the Orthanc plugin SDK
Thu, 21 Sep 2023 18:18:25 +0200 Sebastien Jodogne replaced "int" by "int32_t" in the SDK to prevent any ABI issue
Wed, 06 Sep 2023 15:57:11 +0200 Alain Mazy new error code ForbiddenAccess
Sun, 25 Jun 2023 18:33:01 +0200 Sebastien Jodogne sanitizing @see in OrthancCPlugin.h
Sun, 25 Jun 2023 18:28:49 +0200 Sebastien Jodogne store metrics as integers instead of floats to avoid precision loss in increments
Sat, 24 Jun 2023 12:18:58 +0200 Sebastien Jodogne added "OrthancPluginLoadDicomInstance()" to load DICOM instances from the database
Thu, 25 May 2023 17:19:52 +0200 Alain Mazy new SDK function OrthancPluginEncodeDicomWebJson3 that allows injecting an empty PixelData element at the end am-experimental
Mon, 03 Apr 2023 17:00:12 +0200 Sebastien Jodogne typo db-protobuf
Mon, 03 Apr 2023 16:54:46 +0200 Sebastien Jodogne documentation db-protobuf
Tue, 28 Mar 2023 18:10:29 +0200 Sebastien Jodogne cont db-protobuf
Tue, 28 Mar 2023 12:43:38 +0200 Sebastien Jodogne comments db-protobuf
Mon, 27 Mar 2023 21:18:37 +0200 Sebastien Jodogne added OrthancPluginRegisterDatabaseBackendV4 db-protobuf
Sat, 25 Mar 2023 12:27:21 +0100 Sebastien Jodogne upgrade to year 2023
Thu, 19 Jan 2023 19:04:13 +0100 Sebastien Jodogne added OrthancPluginCreateJob2() in the plugin SDK
Wed, 14 Sep 2022 17:11:45 +0200 Alain Mazy PluginDatabaseV4 to handle customData attach-custom-data
Thu, 08 Sep 2022 17:42:08 +0200 Alain Mazy allow plugins to store a customData in the Attachments table to e.g. store custom paths without requiring an external DB attach-custom-data
Wed, 31 Aug 2022 10:21:35 +0200 Alain Mazy Orthanc-1.11.2 Orthanc-1.11.2
Tue, 16 Aug 2022 16:09:59 +0200 Sebastien Jodogne fix signature of OrthancPluginSendHttpStatus() for the "body" argument
Thu, 30 Jun 2022 13:04:50 +0200 Alain Mazy Orthanc-1.11.1 Orthanc-1.11.1
Tue, 21 Jun 2022 17:29:17 +0200 Alain Mazy SDK: Added GetDatabaseServerIdentifier delayed-deletion
Mon, 09 May 2022 11:19:44 +0200 Alain Mazy Orthanc-1.11.0 Orthanc-1.11.0
Tue, 22 Mar 2022 19:11:56 +0100 Sebastien Jodogne integration mainline->more-tags more-tags
Wed, 16 Mar 2022 17:21:02 +0100 Sebastien Jodogne adding function OrthancPluginRegisterWebDavCollection() to the plugin SDK
Wed, 09 Mar 2022 11:17:08 +0100 Alain Mazy refactored the list of MainDicomTags to be able to change it dynamicaly. Unit tests and Integration tests ok more-tags
Wed, 23 Feb 2022 11:09:43 +0100 Sebastien Jodogne fix signature of OrthancPluginIncomingCStoreInstanceFilter
Wed, 23 Feb 2022 09:30:42 +0100 Sebastien Jodogne added origin in OrthancPluginReceivedInstanceCallback
Tue, 22 Feb 2022 22:18:54 +0100 Sebastien Jodogne reorder arguments to put the target as first argument (convention)
Tue, 22 Feb 2022 22:12:43 +0100 Sebastien Jodogne fix signature of OrthancPluginReceivedInstanceCallback for ABI compatibility
Tue, 22 Feb 2022 17:46:28 +0100 Sebastien Jodogne fix linking of Sanitizer sample plugin
Sun, 20 Feb 2022 16:57:43 +0100 Sebastien Jodogne Orthanc 1.9.8 is now known as Orthanc 1.10.0
Tue, 11 Jan 2022 11:15:42 +0100 Sebastien Jodogne upgrade to year 2022
Thu, 09 Dec 2021 17:22:40 +0100 Alain Mazy added ReceivedInstanceCallback + sample C++ plugin received-instance-callback
Thu, 25 Nov 2021 19:01:11 +0100 Sebastien Jodogne added copyright UCLouvain
Fri, 01 Oct 2021 18:36:45 +0200 Alain Mazy added ReceivedCStoreInstanceFilter lua callback + OrthancPluginRegisterIncomingCStoreInstanceFilter in sdk filter-store-instance
Sat, 17 Jul 2021 13:04:54 +0200 Alain Mazy fix doc
Fri, 16 Apr 2021 17:13:03 +0200 Sebastien Jodogne handling of revisions for metadata db-changes
Wed, 31 Mar 2021 14:34:41 +0200 Sebastien Jodogne added ErrorCode_Revision db-changes
Tue, 30 Mar 2021 16:34:23 +0200 Sebastien Jodogne integration mainline->db-changes db-changes
Tue, 30 Mar 2021 16:34:02 +0200 Sebastien Jodogne new function in the plugin SDK: OrthancPluginCallRestApi()
Wed, 24 Mar 2021 15:30:06 +0100 Sebastien Jodogne rename 1.10.0 as 1.9.2 db-changes
Thu, 18 Mar 2021 11:26:53 +0100 Sebastien Jodogne integration mainline->db-changes db-changes
Wed, 17 Mar 2021 15:31:26 +0100 Alain Mazy added OrthancPluginContentType_DicomUntilPixelData
Tue, 16 Mar 2021 17:58:16 +0100 Sebastien Jodogne added OrthancPluginRegisterDatabaseBackendV3() to plugin sdk db-changes