changeset 5976:fe506dc874a1

merged get-scu -> default
author Alain Mazy <am@orthanc.team>
date Sat, 18 Jan 2025 17:17:04 +0100
parents 5303fc009a86 (diff) e2146265ef9f (current diff)
children 2d482a49232e
files OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h
diffstat 19 files changed, 36 insertions(+), 36 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancFramework/Resources/CMake/DcmtkConfiguration.cmake	Fri Jan 17 12:10:23 2025 +0100
+++ b/OrthancFramework/Resources/CMake/DcmtkConfiguration.cmake	Sat Jan 18 17:17:04 2025 +0100
@@ -60,9 +60,9 @@
     )
 
   if (CMAKE_SYSTEM_NAME STREQUAL "Emscripten")
-    message(${DCMTK_SOURCES_DIR})
     list(REMOVE_ITEM DCMTK_SOURCES 
       ${DCMTK_SOURCES_DIR}/ofstd/libsrc/offilsys.cc
+      ${DCMTK_SOURCES_DIR}/ofstd/libsrc/ofwhere.c   # Needed since DCMTK 3.6.9
       )
   endif()
 
--- a/OrthancFramework/Sources/SQLite/Connection.cpp	Fri Jan 17 12:10:23 2025 +0100
+++ b/OrthancFramework/Sources/SQLite/Connection.cpp	Sat Jan 18 17:17:04 2025 +0100
@@ -2,7 +2,7 @@
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
- * Medical Physics Department, CHU of Liege, Belgium
+ * Medical Physics Department, University Hospital of Liege, Belgium
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium
  * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
@@ -19,7 +19,7 @@
  * copyright notice, this list of conditions and the following disclaimer
  * in the documentation and/or other materials provided with the
  * distribution.
- *    * Neither the name of Google Inc., the name of the CHU of Liege,
+ *    * Neither the name of Google Inc., the name of the University Hospital of Liege,
  * nor the names of its contributors may be used to endorse or promote
  * products derived from this software without specific prior written
  * permission.
--- a/OrthancFramework/Sources/SQLite/Connection.h	Fri Jan 17 12:10:23 2025 +0100
+++ b/OrthancFramework/Sources/SQLite/Connection.h	Sat Jan 18 17:17:04 2025 +0100
@@ -2,7 +2,7 @@
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
- * Medical Physics Department, CHU of Liege, Belgium
+ * Medical Physics Department, University Hospital of Liege, Belgium
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium
  * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
@@ -19,7 +19,7 @@
  * copyright notice, this list of conditions and the following disclaimer
  * in the documentation and/or other materials provided with the
  * distribution.
- *    * Neither the name of Google Inc., the name of the CHU of Liege,
+ *    * Neither the name of Google Inc., the name of the University Hospital of Liege,
  * nor the names of its contributors may be used to endorse or promote
  * products derived from this software without specific prior written
  * permission.
--- a/OrthancFramework/Sources/SQLite/FunctionContext.cpp	Fri Jan 17 12:10:23 2025 +0100
+++ b/OrthancFramework/Sources/SQLite/FunctionContext.cpp	Sat Jan 18 17:17:04 2025 +0100
@@ -2,7 +2,7 @@
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
- * Medical Physics Department, CHU of Liege, Belgium
+ * Medical Physics Department, University Hospital of Liege, Belgium
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium
  * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
@@ -17,7 +17,7 @@
  * copyright notice, this list of conditions and the following disclaimer
  * in the documentation and/or other materials provided with the
  * distribution.
- *    * Neither the name of the CHU of Liege, nor the names of its
+ *    * Neither the name of the University Hospital of Liege, nor the names of its
  * contributors may be used to endorse or promote products derived
  * from this software without specific prior written permission.
  *
--- a/OrthancFramework/Sources/SQLite/FunctionContext.h	Fri Jan 17 12:10:23 2025 +0100
+++ b/OrthancFramework/Sources/SQLite/FunctionContext.h	Sat Jan 18 17:17:04 2025 +0100
@@ -2,7 +2,7 @@
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
- * Medical Physics Department, CHU of Liege, Belgium
+ * Medical Physics Department, University Hospital of Liege, Belgium
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium
  * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
@@ -17,7 +17,7 @@
  * copyright notice, this list of conditions and the following disclaimer
  * in the documentation and/or other materials provided with the
  * distribution.
- *    * Neither the name of the CHU of Liege, nor the names of its
+ *    * Neither the name of the University Hospital of Liege, nor the names of its
  * contributors may be used to endorse or promote products derived
  * from this software without specific prior written permission.
  *
--- a/OrthancFramework/Sources/SQLite/IScalarFunction.h	Fri Jan 17 12:10:23 2025 +0100
+++ b/OrthancFramework/Sources/SQLite/IScalarFunction.h	Sat Jan 18 17:17:04 2025 +0100
@@ -2,7 +2,7 @@
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
- * Medical Physics Department, CHU of Liege, Belgium
+ * Medical Physics Department, University Hospital of Liege, Belgium
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium
  * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
@@ -17,7 +17,7 @@
  * copyright notice, this list of conditions and the following disclaimer
  * in the documentation and/or other materials provided with the
  * distribution.
- *    * Neither the name of the CHU of Liege, nor the names of its
+ *    * Neither the name of the University Hospital of Liege, nor the names of its
  * contributors may be used to endorse or promote products derived
  * from this software without specific prior written permission.
  *
--- a/OrthancFramework/Sources/SQLite/ITransaction.h	Fri Jan 17 12:10:23 2025 +0100
+++ b/OrthancFramework/Sources/SQLite/ITransaction.h	Sat Jan 18 17:17:04 2025 +0100
@@ -2,7 +2,7 @@
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
- * Medical Physics Department, CHU of Liege, Belgium
+ * Medical Physics Department, University Hospital of Liege, Belgium
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium
  * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
@@ -19,7 +19,7 @@
  * copyright notice, this list of conditions and the following disclaimer
  * in the documentation and/or other materials provided with the
  * distribution.
- *    * Neither the name of Google Inc., the name of the CHU of Liege,
+ *    * Neither the name of Google Inc., the name of the University Hospital of Liege,
  * nor the names of its contributors may be used to endorse or promote
  * products derived from this software without specific prior written
  * permission.
--- a/OrthancFramework/Sources/SQLite/NonCopyable.h	Fri Jan 17 12:10:23 2025 +0100
+++ b/OrthancFramework/Sources/SQLite/NonCopyable.h	Sat Jan 18 17:17:04 2025 +0100
@@ -2,7 +2,7 @@
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
- * Medical Physics Department, CHU of Liege, Belgium
+ * Medical Physics Department, University Hospital of Liege, Belgium
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium
  * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
@@ -17,7 +17,7 @@
  * copyright notice, this list of conditions and the following disclaimer
  * in the documentation and/or other materials provided with the
  * distribution.
- *    * Neither the name of Google Inc., the name of the CHU of Liege,
+ *    * Neither the name of Google Inc., the name of the University Hospital of Liege,
  * nor the names of its contributors may be used to endorse or promote
  * products derived from this software without specific prior written
  * permission.
--- a/OrthancFramework/Sources/SQLite/OrthancSQLiteException.h	Fri Jan 17 12:10:23 2025 +0100
+++ b/OrthancFramework/Sources/SQLite/OrthancSQLiteException.h	Sat Jan 18 17:17:04 2025 +0100
@@ -2,7 +2,7 @@
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
- * Medical Physics Department, CHU of Liege, Belgium
+ * Medical Physics Department, University Hospital of Liege, Belgium
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium
  * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
@@ -19,7 +19,7 @@
  * copyright notice, this list of conditions and the following disclaimer
  * in the documentation and/or other materials provided with the
  * distribution.
- *    * Neither the name of Google Inc., the name of the CHU of Liege,
+ *    * Neither the name of Google Inc., the name of the University Hospital of Liege,
  * nor the names of its contributors may be used to endorse or promote
  * products derived from this software without specific prior written
  * permission.
--- a/OrthancFramework/Sources/SQLite/SQLiteTypes.h	Fri Jan 17 12:10:23 2025 +0100
+++ b/OrthancFramework/Sources/SQLite/SQLiteTypes.h	Sat Jan 18 17:17:04 2025 +0100
@@ -2,7 +2,7 @@
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
- * Medical Physics Department, CHU of Liege, Belgium
+ * Medical Physics Department, University Hospital of Liege, Belgium
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium
  * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
@@ -17,7 +17,7 @@
  * copyright notice, this list of conditions and the following disclaimer
  * in the documentation and/or other materials provided with the
  * distribution.
- *    * Neither the name of the CHU of Liege, nor the names of its
+ *    * Neither the name of the University Hospital of Liege, nor the names of its
  * contributors may be used to endorse or promote products derived
  * from this software without specific prior written permission.
  *
--- a/OrthancFramework/Sources/SQLite/Statement.cpp	Fri Jan 17 12:10:23 2025 +0100
+++ b/OrthancFramework/Sources/SQLite/Statement.cpp	Sat Jan 18 17:17:04 2025 +0100
@@ -2,7 +2,7 @@
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
- * Medical Physics Department, CHU of Liege, Belgium
+ * Medical Physics Department, University Hospital of Liege, Belgium
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium
  * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
@@ -19,7 +19,7 @@
  * copyright notice, this list of conditions and the following disclaimer
  * in the documentation and/or other materials provided with the
  * distribution.
- *    * Neither the name of Google Inc., the name of the CHU of Liege,
+ *    * Neither the name of Google Inc., the name of the University Hospital of Liege,
  * nor the names of its contributors may be used to endorse or promote
  * products derived from this software without specific prior written
  * permission.
--- a/OrthancFramework/Sources/SQLite/Statement.h	Fri Jan 17 12:10:23 2025 +0100
+++ b/OrthancFramework/Sources/SQLite/Statement.h	Sat Jan 18 17:17:04 2025 +0100
@@ -2,7 +2,7 @@
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
- * Medical Physics Department, CHU of Liege, Belgium
+ * Medical Physics Department, University Hospital of Liege, Belgium
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium
  * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
@@ -19,7 +19,7 @@
  * copyright notice, this list of conditions and the following disclaimer
  * in the documentation and/or other materials provided with the
  * distribution.
- *    * Neither the name of Google Inc., the name of the CHU of Liege,
+ *    * Neither the name of Google Inc., the name of the University Hospital of Liege,
  * nor the names of its contributors may be used to endorse or promote
  * products derived from this software without specific prior written
  * permission.
--- a/OrthancFramework/Sources/SQLite/StatementId.cpp	Fri Jan 17 12:10:23 2025 +0100
+++ b/OrthancFramework/Sources/SQLite/StatementId.cpp	Sat Jan 18 17:17:04 2025 +0100
@@ -2,7 +2,7 @@
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
- * Medical Physics Department, CHU of Liege, Belgium
+ * Medical Physics Department, University Hospital of Liege, Belgium
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium
  * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
@@ -19,7 +19,7 @@
  * copyright notice, this list of conditions and the following disclaimer
  * in the documentation and/or other materials provided with the
  * distribution.
- *    * Neither the name of Google Inc., the name of the CHU of Liege,
+ *    * Neither the name of Google Inc., the name of the University Hospital of Liege,
  * nor the names of its contributors may be used to endorse or promote
  * products derived from this software without specific prior written
  * permission.
--- a/OrthancFramework/Sources/SQLite/StatementId.h	Fri Jan 17 12:10:23 2025 +0100
+++ b/OrthancFramework/Sources/SQLite/StatementId.h	Sat Jan 18 17:17:04 2025 +0100
@@ -2,7 +2,7 @@
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
- * Medical Physics Department, CHU of Liege, Belgium
+ * Medical Physics Department, University Hospital of Liege, Belgium
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium
  * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
@@ -19,7 +19,7 @@
  * copyright notice, this list of conditions and the following disclaimer
  * in the documentation and/or other materials provided with the
  * distribution.
- *    * Neither the name of Google Inc., the name of the CHU of Liege,
+ *    * Neither the name of Google Inc., the name of the University Hospital of Liege,
  * nor the names of its contributors may be used to endorse or promote
  * products derived from this software without specific prior written
  * permission.
--- a/OrthancFramework/Sources/SQLite/StatementReference.cpp	Fri Jan 17 12:10:23 2025 +0100
+++ b/OrthancFramework/Sources/SQLite/StatementReference.cpp	Sat Jan 18 17:17:04 2025 +0100
@@ -2,7 +2,7 @@
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
- * Medical Physics Department, CHU of Liege, Belgium
+ * Medical Physics Department, University Hospital of Liege, Belgium
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium
  * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
@@ -19,7 +19,7 @@
  * copyright notice, this list of conditions and the following disclaimer
  * in the documentation and/or other materials provided with the
  * distribution.
- *    * Neither the name of Google Inc., the name of the CHU of Liege,
+ *    * Neither the name of Google Inc., the name of the University Hospital of Liege,
  * nor the names of its contributors may be used to endorse or promote
  * products derived from this software without specific prior written
  * permission.
--- a/OrthancFramework/Sources/SQLite/StatementReference.h	Fri Jan 17 12:10:23 2025 +0100
+++ b/OrthancFramework/Sources/SQLite/StatementReference.h	Sat Jan 18 17:17:04 2025 +0100
@@ -2,7 +2,7 @@
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
- * Medical Physics Department, CHU of Liege, Belgium
+ * Medical Physics Department, University Hospital of Liege, Belgium
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium
  * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
@@ -19,7 +19,7 @@
  * copyright notice, this list of conditions and the following disclaimer
  * in the documentation and/or other materials provided with the
  * distribution.
- *    * Neither the name of Google Inc., the name of the CHU of Liege,
+ *    * Neither the name of Google Inc., the name of the University Hospital of Liege,
  * nor the names of its contributors may be used to endorse or promote
  * products derived from this software without specific prior written
  * permission.
--- a/OrthancFramework/Sources/SQLite/Transaction.cpp	Fri Jan 17 12:10:23 2025 +0100
+++ b/OrthancFramework/Sources/SQLite/Transaction.cpp	Sat Jan 18 17:17:04 2025 +0100
@@ -2,7 +2,7 @@
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
- * Medical Physics Department, CHU of Liege, Belgium
+ * Medical Physics Department, University Hospital of Liege, Belgium
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium
  * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
@@ -19,7 +19,7 @@
  * copyright notice, this list of conditions and the following disclaimer
  * in the documentation and/or other materials provided with the
  * distribution.
- *    * Neither the name of Google Inc., the name of the CHU of Liege,
+ *    * Neither the name of Google Inc., the name of the University Hospital of Liege,
  * nor the names of its contributors may be used to endorse or promote
  * products derived from this software without specific prior written
  * permission.
--- a/OrthancFramework/Sources/SQLite/Transaction.h	Fri Jan 17 12:10:23 2025 +0100
+++ b/OrthancFramework/Sources/SQLite/Transaction.h	Sat Jan 18 17:17:04 2025 +0100
@@ -2,7 +2,7 @@
  * Orthanc - A Lightweight, RESTful DICOM Store
  *
  * Copyright (C) 2012-2016 Sebastien Jodogne <s.jodogne@orthanc-labs.com>,
- * Medical Physics Department, CHU of Liege, Belgium
+ * Medical Physics Department, University Hospital of Liege, Belgium
  * Copyright (C) 2017-2023 Osimis S.A., Belgium
  * Copyright (C) 2024-2025 Orthanc Team SRL, Belgium
  * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
@@ -19,7 +19,7 @@
  * copyright notice, this list of conditions and the following disclaimer
  * in the documentation and/or other materials provided with the
  * distribution.
- *    * Neither the name of Google Inc., the name of the CHU of Liege,
+ *    * Neither the name of Google Inc., the name of the University Hospital of Liege,
  * nor the names of its contributors may be used to endorse or promote
  * products derived from this software without specific prior written
  * permission.
--- a/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h	Fri Jan 17 12:10:23 2025 +0100
+++ b/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h	Sat Jan 18 17:17:04 2025 +0100
@@ -121,7 +121,7 @@
 
 #define ORTHANC_PLUGINS_MINIMAL_MAJOR_NUMBER     1
 #define ORTHANC_PLUGINS_MINIMAL_MINOR_NUMBER     12
-#define ORTHANC_PLUGINS_MINIMAL_REVISION_NUMBER  5
+#define ORTHANC_PLUGINS_MINIMAL_REVISION_NUMBER  6
 
 
 #if !defined(ORTHANC_PLUGINS_VERSION_IS_ABOVE)