# HG changeset patch # User Sebastien Jodogne # Date 1687850162 -7200 # Node ID c56c1037f1d1d6c25efc5cb02c509e425a9d3a49 # Parent 524f2543d23fb224f8641e47fe90bd22ff3f1a54 upgrade to 2023 diff -r 524f2543d23f -r c56c1037f1d1 CMakeLists.txt --- a/CMakeLists.txt Mon Jun 26 14:10:18 2023 +0200 +++ b/CMakeLists.txt Tue Jun 27 09:16:02 2023 +0200 @@ -1,7 +1,8 @@ # Orthanc - A Lightweight, RESTful DICOM Store # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium -# Copyright (C) 2017-2021 Osimis S.A., Belgium +# Copyright (C) 2017-2023 Osimis S.A., Belgium +# Copyright (C) 2021-2023 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 diff -r 524f2543d23f -r c56c1037f1d1 Plugin/Configuration.cpp --- a/Plugin/Configuration.cpp Mon Jun 26 14:10:18 2023 +0200 +++ b/Plugin/Configuration.cpp Tue Jun 27 09:16:02 2023 +0200 @@ -2,7 +2,8 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2017-2023 Osimis S.A., Belgium + * Copyright (C) 2021-2023 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 diff -r 524f2543d23f -r c56c1037f1d1 Plugin/Configuration.h --- a/Plugin/Configuration.h Mon Jun 26 14:10:18 2023 +0200 +++ b/Plugin/Configuration.h Tue Jun 27 09:16:02 2023 +0200 @@ -2,7 +2,8 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2017-2023 Osimis S.A., Belgium + * Copyright (C) 2021-2023 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 diff -r 524f2543d23f -r c56c1037f1d1 Plugin/DicomWebClient.cpp --- a/Plugin/DicomWebClient.cpp Mon Jun 26 14:10:18 2023 +0200 +++ b/Plugin/DicomWebClient.cpp Tue Jun 27 09:16:02 2023 +0200 @@ -2,7 +2,8 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2017-2023 Osimis S.A., Belgium + * Copyright (C) 2021-2023 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 diff -r 524f2543d23f -r c56c1037f1d1 Plugin/DicomWebClient.h --- a/Plugin/DicomWebClient.h Mon Jun 26 14:10:18 2023 +0200 +++ b/Plugin/DicomWebClient.h Tue Jun 27 09:16:02 2023 +0200 @@ -2,7 +2,8 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2017-2023 Osimis S.A., Belgium + * Copyright (C) 2021-2023 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 diff -r 524f2543d23f -r c56c1037f1d1 Plugin/DicomWebFormatter.cpp --- a/Plugin/DicomWebFormatter.cpp Mon Jun 26 14:10:18 2023 +0200 +++ b/Plugin/DicomWebFormatter.cpp Tue Jun 27 09:16:02 2023 +0200 @@ -2,7 +2,8 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2017-2023 Osimis S.A., Belgium + * Copyright (C) 2021-2023 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 diff -r 524f2543d23f -r c56c1037f1d1 Plugin/DicomWebFormatter.h --- a/Plugin/DicomWebFormatter.h Mon Jun 26 14:10:18 2023 +0200 +++ b/Plugin/DicomWebFormatter.h Tue Jun 27 09:16:02 2023 +0200 @@ -2,7 +2,8 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2017-2023 Osimis S.A., Belgium + * Copyright (C) 2021-2023 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 diff -r 524f2543d23f -r c56c1037f1d1 Plugin/DicomWebServers.cpp --- a/Plugin/DicomWebServers.cpp Mon Jun 26 14:10:18 2023 +0200 +++ b/Plugin/DicomWebServers.cpp Tue Jun 27 09:16:02 2023 +0200 @@ -2,7 +2,8 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2017-2023 Osimis S.A., Belgium + * Copyright (C) 2021-2023 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 diff -r 524f2543d23f -r c56c1037f1d1 Plugin/DicomWebServers.h --- a/Plugin/DicomWebServers.h Mon Jun 26 14:10:18 2023 +0200 +++ b/Plugin/DicomWebServers.h Tue Jun 27 09:16:02 2023 +0200 @@ -2,7 +2,8 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2017-2023 Osimis S.A., Belgium + * Copyright (C) 2021-2023 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 diff -r 524f2543d23f -r c56c1037f1d1 Plugin/Plugin.cpp --- a/Plugin/Plugin.cpp Mon Jun 26 14:10:18 2023 +0200 +++ b/Plugin/Plugin.cpp Tue Jun 27 09:16:02 2023 +0200 @@ -2,7 +2,8 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2017-2023 Osimis S.A., Belgium + * Copyright (C) 2021-2023 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 diff -r 524f2543d23f -r c56c1037f1d1 Plugin/QidoRs.cpp --- a/Plugin/QidoRs.cpp Mon Jun 26 14:10:18 2023 +0200 +++ b/Plugin/QidoRs.cpp Tue Jun 27 09:16:02 2023 +0200 @@ -2,7 +2,8 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2017-2023 Osimis S.A., Belgium + * Copyright (C) 2021-2023 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 diff -r 524f2543d23f -r c56c1037f1d1 Plugin/QidoRs.h --- a/Plugin/QidoRs.h Mon Jun 26 14:10:18 2023 +0200 +++ b/Plugin/QidoRs.h Tue Jun 27 09:16:02 2023 +0200 @@ -2,7 +2,8 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2017-2023 Osimis S.A., Belgium + * Copyright (C) 2021-2023 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 diff -r 524f2543d23f -r c56c1037f1d1 Plugin/StowRs.cpp --- a/Plugin/StowRs.cpp Mon Jun 26 14:10:18 2023 +0200 +++ b/Plugin/StowRs.cpp Tue Jun 27 09:16:02 2023 +0200 @@ -2,7 +2,8 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2017-2023 Osimis S.A., Belgium + * Copyright (C) 2021-2023 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 diff -r 524f2543d23f -r c56c1037f1d1 Plugin/StowRs.h --- a/Plugin/StowRs.h Mon Jun 26 14:10:18 2023 +0200 +++ b/Plugin/StowRs.h Tue Jun 27 09:16:02 2023 +0200 @@ -2,7 +2,8 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2017-2023 Osimis S.A., Belgium + * Copyright (C) 2021-2023 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 diff -r 524f2543d23f -r c56c1037f1d1 Plugin/WadoRs.cpp --- a/Plugin/WadoRs.cpp Mon Jun 26 14:10:18 2023 +0200 +++ b/Plugin/WadoRs.cpp Tue Jun 27 09:16:02 2023 +0200 @@ -2,7 +2,8 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2017-2023 Osimis S.A., Belgium + * Copyright (C) 2021-2023 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 diff -r 524f2543d23f -r c56c1037f1d1 Plugin/WadoRs.h --- a/Plugin/WadoRs.h Mon Jun 26 14:10:18 2023 +0200 +++ b/Plugin/WadoRs.h Tue Jun 27 09:16:02 2023 +0200 @@ -2,7 +2,8 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2017-2023 Osimis S.A., Belgium + * Copyright (C) 2021-2023 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 diff -r 524f2543d23f -r c56c1037f1d1 Plugin/WadoRsRetrieveFrames.cpp --- a/Plugin/WadoRsRetrieveFrames.cpp Mon Jun 26 14:10:18 2023 +0200 +++ b/Plugin/WadoRsRetrieveFrames.cpp Tue Jun 27 09:16:02 2023 +0200 @@ -2,7 +2,8 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2017-2023 Osimis S.A., Belgium + * Copyright (C) 2021-2023 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 diff -r 524f2543d23f -r c56c1037f1d1 Plugin/WadoRsRetrieveRendered.cpp --- a/Plugin/WadoRsRetrieveRendered.cpp Mon Jun 26 14:10:18 2023 +0200 +++ b/Plugin/WadoRsRetrieveRendered.cpp Tue Jun 27 09:16:02 2023 +0200 @@ -2,7 +2,8 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2017-2023 Osimis S.A., Belgium + * Copyright (C) 2021-2023 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 diff -r 524f2543d23f -r c56c1037f1d1 Plugin/WadoUri.cpp --- a/Plugin/WadoUri.cpp Mon Jun 26 14:10:18 2023 +0200 +++ b/Plugin/WadoUri.cpp Tue Jun 27 09:16:02 2023 +0200 @@ -2,7 +2,8 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2017-2023 Osimis S.A., Belgium + * Copyright (C) 2021-2023 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 diff -r 524f2543d23f -r c56c1037f1d1 Plugin/WadoUri.h --- a/Plugin/WadoUri.h Mon Jun 26 14:10:18 2023 +0200 +++ b/Plugin/WadoUri.h Tue Jun 27 09:16:02 2023 +0200 @@ -2,7 +2,8 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2017-2023 Osimis S.A., Belgium + * Copyright (C) 2021-2023 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 diff -r 524f2543d23f -r c56c1037f1d1 Resources/CMake/JavaScriptLibraries.cmake --- a/Resources/CMake/JavaScriptLibraries.cmake Mon Jun 26 14:10:18 2023 +0200 +++ b/Resources/CMake/JavaScriptLibraries.cmake Tue Jun 27 09:16:02 2023 +0200 @@ -1,7 +1,8 @@ # Orthanc - A Lightweight, RESTful DICOM Store # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium -# Copyright (C) 2017-2021 Osimis S.A., Belgium +# Copyright (C) 2017-2023 Osimis S.A., Belgium +# Copyright (C) 2021-2023 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 diff -r 524f2543d23f -r c56c1037f1d1 Resources/Samples/JavaScript/qido-rs.js --- a/Resources/Samples/JavaScript/qido-rs.js Mon Jun 26 14:10:18 2023 +0200 +++ b/Resources/Samples/JavaScript/qido-rs.js Tue Jun 27 09:16:02 2023 +0200 @@ -2,7 +2,8 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2017-2023 Osimis S.A., Belgium + * Copyright (C) 2021-2023 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 diff -r 524f2543d23f -r c56c1037f1d1 Resources/Samples/JavaScript/stow-rs.js --- a/Resources/Samples/JavaScript/stow-rs.js Mon Jun 26 14:10:18 2023 +0200 +++ b/Resources/Samples/JavaScript/stow-rs.js Tue Jun 27 09:16:02 2023 +0200 @@ -2,7 +2,8 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2017-2023 Osimis S.A., Belgium + * Copyright (C) 2021-2023 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 diff -r 524f2543d23f -r c56c1037f1d1 Resources/Samples/Python/SendStow.py --- a/Resources/Samples/Python/SendStow.py Mon Jun 26 14:10:18 2023 +0200 +++ b/Resources/Samples/Python/SendStow.py Tue Jun 27 09:16:02 2023 +0200 @@ -3,7 +3,8 @@ # Orthanc - A Lightweight, RESTful DICOM Store # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium -# Copyright (C) 2017-2021 Osimis S.A., Belgium +# Copyright (C) 2017-2023 Osimis S.A., Belgium +# Copyright (C) 2021-2023 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 diff -r 524f2543d23f -r c56c1037f1d1 Resources/Samples/Python/WadoRetrieveStudy.py --- a/Resources/Samples/Python/WadoRetrieveStudy.py Mon Jun 26 14:10:18 2023 +0200 +++ b/Resources/Samples/Python/WadoRetrieveStudy.py Tue Jun 27 09:16:02 2023 +0200 @@ -3,7 +3,8 @@ # Orthanc - A Lightweight, RESTful DICOM Store # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hospital of Liege, Belgium -# Copyright (C) 2017-2021 Osimis S.A., Belgium +# Copyright (C) 2017-2023 Osimis S.A., Belgium +# Copyright (C) 2021-2023 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 diff -r 524f2543d23f -r c56c1037f1d1 UnitTestsSources/UnitTestsMain.cpp --- a/UnitTestsSources/UnitTestsMain.cpp Mon Jun 26 14:10:18 2023 +0200 +++ b/UnitTestsSources/UnitTestsMain.cpp Tue Jun 27 09:16:02 2023 +0200 @@ -2,7 +2,8 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium - * Copyright (C) 2017-2021 Osimis S.A., Belgium + * Copyright (C) 2017-2023 Osimis S.A., Belgium + * Copyright (C) 2021-2023 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