Mercurial > hg > orthanc-python
changeset 101:eb6ac5a801d1
update to year 2022
line wrap: on
line diff
--- a/AUTHORS Wed Feb 23 07:30:33 2022 +0100 +++ b/AUTHORS Wed Feb 23 07:35:37 2022 +0100 @@ -5,8 +5,17 @@ Authors ------- +* Sebastien Jodogne <s.jodogne@orthanc-labs.com> + + Overall design and lead developer. + * Osimis S.A. Quai Banning 6 4000 Liege Belgium http://www.osimis.io/ + +* ICTEAM, UCLouvain + Place de l'Universite 1 + 1348 Ottignies-Louvain-la-Neuve + Belgium
--- a/CodeAnalysis/Class.mustache Wed Feb 23 07:30:33 2022 +0100 +++ b/CodeAnalysis/Class.mustache Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/CodeAnalysis/Enumeration.mustache Wed Feb 23 07:30:33 2022 +0100 +++ b/CodeAnalysis/Enumeration.mustache Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/CodeAnalysis/GlobalFunctions.mustache Wed Feb 23 07:30:33 2022 +0100 +++ b/CodeAnalysis/GlobalFunctions.mustache Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/CodeAnalysis/ParseOrthancSDK.py Wed Feb 23 07:30:33 2022 +0100 +++ b/CodeAnalysis/ParseOrthancSDK.py Wed Feb 23 07:35:37 2022 +0100 @@ -2,7 +2,8 @@ ## ## Python plugin for Orthanc -## Copyright (C) 2020-2021 Osimis S.A., Belgium +## Copyright (C) 2020-2022 Osimis S.A., Belgium +## Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium ## ## This program is free software: you can redistribute it and/or ## modify it under the terms of the GNU Affero General Public License
--- a/CodeAnalysis/sdk.cpp.mustache Wed Feb 23 07:30:33 2022 +0100 +++ b/CodeAnalysis/sdk.cpp.mustache Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/CodeAnalysis/sdk.h.mustache Wed Feb 23 07:30:33 2022 +0100 +++ b/CodeAnalysis/sdk.h.mustache Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/NEWS Wed Feb 23 07:30:33 2022 +0100 +++ b/NEWS Wed Feb 23 07:35:37 2022 +0100 @@ -1,12 +1,11 @@ Pending changes in the mainline =============================== -=> Minimum SDK version: 1.9.8 <= That has not been released yet !!! - -* New functions from the SDK wrapped in Python: +* New functions from the SDK wrapped in Python (if Orthanc SDK is >= 1.10.0): - orthanc.RegisterIncomingCStoreInstanceFilter() - orthanc.RegisterReceivedInstanceCallback() + Version 3.4 (2021-08-31) ========================
--- a/Sources/Autogenerated/sdk.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_GlobalFunctions.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_GlobalFunctions.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginChangeType.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginChangeType.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginCompressionType.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginCompressionType.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginConstraintType.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginConstraintType.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginContentType.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginContentType.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginCreateDicomFlags.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginCreateDicomFlags.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginDicomInstance.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginDicomInstance.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginDicomToJsonFlags.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginDicomToJsonFlags.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginDicomToJsonFormat.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginDicomToJsonFormat.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginDicomWebBinaryMode.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginDicomWebBinaryMode.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginDicomWebNode.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginDicomWebNode.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginErrorCode.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginErrorCode.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginFindAnswers.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginFindAnswers.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginFindMatcher.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginFindMatcher.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginFindQuery.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginFindQuery.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginHttpMethod.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginHttpMethod.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginIdentifierConstraint.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginIdentifierConstraint.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginImage.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginImage.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginImageFormat.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginImageFormat.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginInstanceOrigin.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginInstanceOrigin.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginJob.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginJob.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginJobStepStatus.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginJobStepStatus.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginJobStopReason.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginJobStopReason.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginMetricsType.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginMetricsType.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginPeers.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginPeers.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginPixelFormat.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginPixelFormat.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginReceivedInstanceCallbackResult.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginReceivedInstanceCallbackResult.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginResourceType.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginResourceType.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginRestOutput.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginRestOutput.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginServerChunkedRequestReader.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginServerChunkedRequestReader.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginStorageArea.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginStorageArea.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginStorageCommitmentFailureReason.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginStorageCommitmentFailureReason.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginValueRepresentation.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginValueRepresentation.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginWorklistAnswers.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginWorklistAnswers.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Autogenerated/sdk_OrthancPluginWorklistQuery.impl.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Autogenerated/sdk_OrthancPluginWorklistQuery.impl.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/DicomScpCallbacks.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/DicomScpCallbacks.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/DicomScpCallbacks.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/DicomScpCallbacks.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/ICallbackRegistration.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/ICallbackRegistration.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/ICallbackRegistration.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/ICallbackRegistration.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/IncomingHttpRequestFilter.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/IncomingHttpRequestFilter.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/IncomingHttpRequestFilter.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/IncomingHttpRequestFilter.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/IncomingInstanceFilter.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/IncomingInstanceFilter.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/IncomingInstanceFilter.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/IncomingInstanceFilter.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/OnChangeCallback.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/OnChangeCallback.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/OnChangeCallback.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/OnChangeCallback.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/OnStoredInstanceCallback.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/OnStoredInstanceCallback.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/OnStoredInstanceCallback.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/OnStoredInstanceCallback.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/Plugin.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/Plugin.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/PythonFunction.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/PythonFunction.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/PythonFunction.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/PythonFunction.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/PythonHeaderWrapper.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/PythonHeaderWrapper.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/PythonLock.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/PythonLock.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/PythonLock.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/PythonLock.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/PythonModule.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/PythonModule.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/PythonModule.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/PythonModule.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** 2 * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/PythonObject.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/PythonObject.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/PythonObject.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/PythonObject.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/PythonString.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/PythonString.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/PythonString.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/PythonString.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/ReceivedInstanceCallback.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/ReceivedInstanceCallback.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/ReceivedInstanceCallback.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/ReceivedInstanceCallback.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/RestCallbacks.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/RestCallbacks.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/RestCallbacks.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/RestCallbacks.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/StorageArea.cpp Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/StorageArea.cpp Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License
--- a/Sources/StorageArea.h Wed Feb 23 07:30:33 2022 +0100 +++ b/Sources/StorageArea.h Wed Feb 23 07:35:37 2022 +0100 @@ -1,6 +1,7 @@ /** * Python plugin for Orthanc - * Copyright (C) 2020-2021 Osimis S.A., Belgium + * Copyright (C) 2020-2022 Osimis S.A., Belgium + * Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License