changeset 100:efd37f53a800

2016
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Jan 2016 13:32:22 +0100
parents 5e3467e8973d
children a061acfff0a3
files CMakeLists.txt Orthanc/Core/ChunkedBuffer.cpp Orthanc/Core/ChunkedBuffer.h Orthanc/Core/Enumerations.cpp Orthanc/Core/Enumerations.h Orthanc/Core/Logging.h Orthanc/Core/OrthancException.h Orthanc/Core/PrecompiledHeaders.h Orthanc/Core/Toolbox.cpp Orthanc/Core/Toolbox.h Orthanc/Resources/WindowsResources.py Orthanc/Sdk-0.9.5/orthanc/OrthancCPlugin.h Plugin/ChunkedBuffer.cpp Plugin/ChunkedBuffer.h Plugin/Configuration.cpp Plugin/Configuration.h Plugin/Dicom.cpp Plugin/Dicom.h Plugin/DicomResults.cpp Plugin/DicomResults.h Plugin/Plugin.cpp Plugin/Plugin.h Plugin/QidoRs.cpp Plugin/QidoRs.h Plugin/StowRs.cpp Plugin/StowRs.h Plugin/Wado.cpp Plugin/Wado.h Plugin/WadoRs.cpp Plugin/WadoRs.h Plugin/WadoRsRetrieveFrames.cpp Resources/CMake/GdcmConfiguration.cmake Resources/Samples/JavaScript/qido-rs.js Resources/Samples/JavaScript/stow-rs.js Resources/Samples/SendStow.py Resources/Samples/WadoRetrieveStudy.py UnitTestsSources/UnitTestsMain.cpp
diffstat 37 files changed, 37 insertions(+), 37 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Thu Dec 10 10:44:24 2015 +0100
+++ b/CMakeLists.txt	Mon Jan 04 13:32:22 2016 +0100
@@ -1,5 +1,5 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
-# Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+# Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/ChunkedBuffer.cpp	Thu Dec 10 10:44:24 2015 +0100
+++ b/Orthanc/Core/ChunkedBuffer.cpp	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/ChunkedBuffer.h	Thu Dec 10 10:44:24 2015 +0100
+++ b/Orthanc/Core/ChunkedBuffer.h	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/Enumerations.cpp	Thu Dec 10 10:44:24 2015 +0100
+++ b/Orthanc/Core/Enumerations.cpp	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/Enumerations.h	Thu Dec 10 10:44:24 2015 +0100
+++ b/Orthanc/Core/Enumerations.h	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/Logging.h	Thu Dec 10 10:44:24 2015 +0100
+++ b/Orthanc/Core/Logging.h	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/OrthancException.h	Thu Dec 10 10:44:24 2015 +0100
+++ b/Orthanc/Core/OrthancException.h	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/PrecompiledHeaders.h	Thu Dec 10 10:44:24 2015 +0100
+++ b/Orthanc/Core/PrecompiledHeaders.h	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/Toolbox.cpp	Thu Dec 10 10:44:24 2015 +0100
+++ b/Orthanc/Core/Toolbox.cpp	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Core/Toolbox.h	Thu Dec 10 10:44:24 2015 +0100
+++ b/Orthanc/Core/Toolbox.h	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Orthanc/Resources/WindowsResources.py	Thu Dec 10 10:44:24 2015 +0100
+++ b/Orthanc/Resources/WindowsResources.py	Mon Jan 04 13:32:22 2016 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 
 # Orthanc - A Lightweight, RESTful DICOM Store
-# Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+# Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Orthanc/Sdk-0.9.5/orthanc/OrthancCPlugin.h	Thu Dec 10 10:44:24 2015 +0100
+++ b/Orthanc/Sdk-0.9.5/orthanc/OrthancCPlugin.h	Mon Jan 04 13:32:22 2016 +0100
@@ -69,7 +69,7 @@
 
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/ChunkedBuffer.cpp	Thu Dec 10 10:44:24 2015 +0100
+++ b/Plugin/ChunkedBuffer.cpp	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/ChunkedBuffer.h	Thu Dec 10 10:44:24 2015 +0100
+++ b/Plugin/ChunkedBuffer.h	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/Configuration.cpp	Thu Dec 10 10:44:24 2015 +0100
+++ b/Plugin/Configuration.cpp	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/Configuration.h	Thu Dec 10 10:44:24 2015 +0100
+++ b/Plugin/Configuration.h	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/Dicom.cpp	Thu Dec 10 10:44:24 2015 +0100
+++ b/Plugin/Dicom.cpp	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/Dicom.h	Thu Dec 10 10:44:24 2015 +0100
+++ b/Plugin/Dicom.h	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/DicomResults.cpp	Thu Dec 10 10:44:24 2015 +0100
+++ b/Plugin/DicomResults.cpp	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/DicomResults.h	Thu Dec 10 10:44:24 2015 +0100
+++ b/Plugin/DicomResults.h	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/Plugin.cpp	Thu Dec 10 10:44:24 2015 +0100
+++ b/Plugin/Plugin.cpp	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/Plugin.h	Thu Dec 10 10:44:24 2015 +0100
+++ b/Plugin/Plugin.h	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/QidoRs.cpp	Thu Dec 10 10:44:24 2015 +0100
+++ b/Plugin/QidoRs.cpp	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/QidoRs.h	Thu Dec 10 10:44:24 2015 +0100
+++ b/Plugin/QidoRs.h	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/StowRs.cpp	Thu Dec 10 10:44:24 2015 +0100
+++ b/Plugin/StowRs.cpp	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/StowRs.h	Thu Dec 10 10:44:24 2015 +0100
+++ b/Plugin/StowRs.h	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/Wado.cpp	Thu Dec 10 10:44:24 2015 +0100
+++ b/Plugin/Wado.cpp	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/Wado.h	Thu Dec 10 10:44:24 2015 +0100
+++ b/Plugin/Wado.h	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/WadoRs.cpp	Thu Dec 10 10:44:24 2015 +0100
+++ b/Plugin/WadoRs.cpp	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/WadoRs.h	Thu Dec 10 10:44:24 2015 +0100
+++ b/Plugin/WadoRs.h	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Plugin/WadoRsRetrieveFrames.cpp	Thu Dec 10 10:44:24 2015 +0100
+++ b/Plugin/WadoRsRetrieveFrames.cpp	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Resources/CMake/GdcmConfiguration.cmake	Thu Dec 10 10:44:24 2015 +0100
+++ b/Resources/CMake/GdcmConfiguration.cmake	Mon Jan 04 13:32:22 2016 +0100
@@ -1,5 +1,5 @@
 # Orthanc - A Lightweight, RESTful DICOM Store
-# Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+# Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Resources/Samples/JavaScript/qido-rs.js	Thu Dec 10 10:44:24 2015 +0100
+++ b/Resources/Samples/JavaScript/qido-rs.js	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Resources/Samples/JavaScript/stow-rs.js	Thu Dec 10 10:44:24 2015 +0100
+++ b/Resources/Samples/JavaScript/stow-rs.js	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or
--- a/Resources/Samples/SendStow.py	Thu Dec 10 10:44:24 2015 +0100
+++ b/Resources/Samples/SendStow.py	Mon Jan 04 13:32:22 2016 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 
 # Orthanc - A Lightweight, RESTful DICOM Store
-# Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+# Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/Resources/Samples/WadoRetrieveStudy.py	Thu Dec 10 10:44:24 2015 +0100
+++ b/Resources/Samples/WadoRetrieveStudy.py	Mon Jan 04 13:32:22 2016 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 
 # Orthanc - A Lightweight, RESTful DICOM Store
-# Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+# Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
 #
 # This program is free software: you can redistribute it and/or
--- a/UnitTestsSources/UnitTestsMain.cpp	Thu Dec 10 10:44:24 2015 +0100
+++ b/UnitTestsSources/UnitTestsMain.cpp	Mon Jan 04 13:32:22 2016 +0100
@@ -1,6 +1,6 @@
 /**
  * Orthanc - A Lightweight, RESTful DICOM Store
- * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics
+ * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
  * Department, University Hospital of Liege, Belgium
  *
  * This program is free software: you can redistribute it and/or