log Plugins/Samples/Basic/Plugin.c @ 3854:8aeb0c6e4628

age author description
Tue, 21 Apr 2020 10:22:54 +0200 Sebastien Jodogne fix C comment
Fri, 17 Apr 2020 16:21:50 +0200 Sebastien Jodogne actual implementation of OrthancPluginRegisterIncomingDicomInstanceFilter()
Fri, 31 Jan 2020 17:14:59 +0100 Sebastien Jodogne upgrade to year 2020
Wed, 16 Oct 2019 16:46:18 +0200 Sebastien Jodogne fix warning in plugin sample
Tue, 12 Feb 2019 17:27:33 +0100 s jodogne fix basic plugin sample
Wed, 06 Feb 2019 18:04:28 +0100 Sebastien Jodogne fix
Wed, 06 Feb 2019 18:01:43 +0100 Sebastien Jodogne new in plugin sdk: OrthancPluginEncodeDicomWebJson() and OrthancPluginEncodeDicomWebXml()
Wed, 30 Jan 2019 17:12:15 +0100 Sebastien Jodogne New primitives to set and refresh metrics
Mon, 24 Dec 2018 11:39:11 +0100 Sebastien Jodogne preparing for 2019
Mon, 10 Dec 2018 21:52:01 +0100 Sebastien Jodogne fix basic plugin sample
Mon, 03 Dec 2018 17:14:55 +0100 Sebastien Jodogne New function in the SDK: "OrthancPluginSetHttpErrorDetails()"
Tue, 02 Jan 2018 09:35:07 +0100 Sebastien Jodogne upgrade to year 2018
Wed, 04 Jan 2017 12:09:40 +0100 Sebastien Jodogne shared copyright with osimis
Wed, 09 Nov 2016 13:42:33 +0100 Sebastien Jodogne fix in the sample basic plugin
Thu, 07 Apr 2016 17:42:20 +0200 Sebastien Jodogne sample plugin
Mon, 04 Jan 2016 13:17:22 +0100 Sebastien Jodogne 2016
Wed, 02 Dec 2015 13:00:18 +0100 Sebastien Jodogne "OrthancPluginLookupDictionary()" to get information about some DICOM tag
Tue, 24 Nov 2015 11:38:14 +0100 Sebastien Jodogne OrthancPluginGetInstanceOrigin
Fri, 13 Nov 2015 15:06:45 +0100 Sebastien Jodogne OrthancPluginRestApiGet2
Tue, 29 Sep 2015 16:31:48 +0200 Sebastien Jodogne New function "OrthancPluginRegisterDictionaryTag()" to declare DICOM tags
Fri, 25 Sep 2015 17:29:39 +0200 Sebastien Jodogne improved custom error login
Fri, 25 Sep 2015 16:47:05 +0200 Sebastien Jodogne refactoring
Fri, 18 Sep 2015 16:32:29 +0200 Sebastien Jodogne Plugin callbacks must now return explicit "OrthancPluginErrorCode" instead of integers
Fri, 26 Jun 2015 16:23:27 +0200 Sebastien Jodogne refactoring of samples