changeset 842:92ca063536ed Orthanc-1.11.0

Orthanc 1.11.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 May 2022 10:50:15 +0200
parents e0d5dbbbde99
children 13815dd3ddc3
files OpenAPI/orthanc-openapi.json Sphinx/source/plugins/python/pil-conversions.py Sphinx/source/plugins/python/worklist.py Sphinx/source/users/man-orthanc.txt
diffstat 4 files changed, 27 insertions(+), 28 deletions(-) [+]
line wrap: on
line diff
--- a/OpenAPI/orthanc-openapi.json	Mon May 09 15:02:06 2022 +0200
+++ b/OpenAPI/orthanc-openapi.json	Tue May 10 10:50:15 2022 +0200
@@ -3598,9 +3598,9 @@
                         "schema" : {
                            "description" : "JSON array containing either the jobs identifiers, or detailed information about the reported jobs (if `expand` argument is provided)",
                            "example" : [
-                              "3c58e15c-0f44-4f78-9ec0-f1fb7d4baadb",
-                              "653e5b90-f9d1-45b7-94d7-f0f199e85ea5",
-                              "6ab21b1d-739c-427f-b791-5ceaa6861943",
+                              "1d2d3621-c2ff-4fa6-8bf3-11d360041465",
+                              "2e6dec4f-6e3d-4ab4-b6ec-5d8546226e26",
+                              "64763295-3b60-42f7-8609-5e103b46554d",
                               "..."
                            ]
                         }
@@ -15185,7 +15185,7 @@
                "200" : {
                   "content" : {
                      "text/plain" : {
-                        "example" : "orthanc_count_instances 2552 1652090109246\northanc_count_patients 8 1652090109246\northanc_count_series 26 1652090109246\northanc_count_studies 8 1652090109246\northanc_dicom_cache_count 237 1652086829001\northanc_dicom_cache_size 127.918732 1652086829000\northanc_disk_size_mb 1018.65021 1652090109246\northanc_jobs_completed 10 1652090109246\northanc_jobs_failed 3 1652090109246\northanc_jobs_pending 0 1652090109246\northanc_jobs_running 0 1652090109246\northanc_jobs_success 7 1652090109246\northanc_rest_api_active_requests 1 1652090109245\northanc_rest_api_duration_ms 323 1652090102502\northanc_storage_read_duration_ms 0 1652090099081\northanc_uncompressed_size_mb 1018.65021 1652090109246\n"
+                        "example" : "orthanc_count_instances 2552 1652172545153\northanc_count_patients 8 1652172545153\northanc_count_series 26 1652172545153\northanc_count_studies 8 1652172545153\northanc_dicom_cache_count 328 1652151838292\northanc_dicom_cache_size 127.934669 1652151838291\northanc_disk_size_mb 1018.65021 1652172545153\northanc_jobs_completed 10 1652172545153\northanc_jobs_failed 3 1652172545153\northanc_jobs_pending 0 1652172545153\northanc_jobs_running 0 1652172545153\northanc_jobs_success 7 1652172545153\northanc_rest_api_active_requests 1 1652172545145\northanc_rest_api_duration_ms 5004 1652172544064\northanc_storage_read_duration_ms 69 1652172534549\northanc_uncompressed_size_mb 1018.65021 1652172545153\n"
                      }
                   },
                   "description" : ""
@@ -15204,7 +15204,7 @@
                "200" : {
                   "content" : {
                      "text/plain" : {
-                        "example" : "20220509T095509",
+                        "example" : "20220510T084905",
                         "schema" : {
                            "description" : "The UTC time"
                         }
@@ -15226,7 +15226,7 @@
                "200" : {
                   "content" : {
                      "text/plain" : {
-                        "example" : "20220509T095509",
+                        "example" : "20220510T084905",
                         "schema" : {
                            "description" : "The local time"
                         }
--- a/Sphinx/source/plugins/python/pil-conversions.py	Mon May 09 15:02:06 2022 +0200
+++ b/Sphinx/source/plugins/python/pil-conversions.py	Tue May 10 10:50:15 2022 +0200
@@ -3,7 +3,7 @@
 import PIL.ImageDraw
 import orthanc
 
-URL = 'http://hg.orthanc-server.com/orthanc-tests/raw-file/Orthanc-1.10.1/Database/LenaTwiceWithFragments.dcm'
+URL = 'http://hg.orthanc-server.com/orthanc-tests/raw-file/Orthanc-1.11.0/Database/LenaTwiceWithFragments.dcm'
 USERNAME = ''
 PASSWORD = ''
 
--- a/Sphinx/source/plugins/python/worklist.py	Mon May 09 15:02:06 2022 +0200
+++ b/Sphinx/source/plugins/python/worklist.py	Tue May 10 10:50:15 2022 +0200
@@ -3,7 +3,7 @@
 import os
 
 # Path to the directory containing the DICOM worklists
-# https://hg.orthanc-server.com/orthanc/file/Orthanc-1.10.1/OrthancServer/Plugins/Samples/ModalityWorklists/WorklistsDatabase
+# https://hg.orthanc-server.com/orthanc/file/Orthanc-1.11.0/OrthancServer/Plugins/Samples/ModalityWorklists/WorklistsDatabase
 WORKLIST_DIR = '/tmp/WorklistsDatabase'
 
 def OnWorklist(answers, query, issuerAet, calledAet):
--- a/Sphinx/source/users/man-orthanc.txt	Mon May 09 15:02:06 2022 +0200
+++ b/Sphinx/source/users/man-orthanc.txt	Tue May 10 10:50:15 2022 +0200
@@ -14,13 +14,12 @@
        The  "CONFIGURATION"  argument  can be a single file or a directory. In
        the case of a directory, all the JSON files it contains will be merged.
        If no configuration path is given on the command line, a set of default
-       parameters is used. Please refer to  the  Orthanc  Book	for  the  full
-       instructions	   about	how	   to	     use       Orthanc
-       <http://book.orthanc-server.com/>.
+       parameters is used. Please refer to the Orthanc Book for the  full  in‐
+       structions about how to use Orthanc <http://book.orthanc-server.com/>.
 
-       Pay attention to the fact that the order of the options	is  important.
-       Options	are read left to right. In particular, options such as "--ver‐
-       bose" can reset the value of other log-related options that  were  read
+       Pay  attention  to the fact that the order of the options is important.
+       Options are read left to right. In particular, options such as  "--ver‐
+       bose"  can  reset the value of other log-related options that were read
        before.
 
        The recommended set of options to debug DICOM communications is "--ver‐
@@ -30,15 +29,15 @@
        --help display this help and exit
 
        --logdir=[dir]
-	      directory where to store the log files (by default, the  log  is
+	      directory  where	to store the log files (by default, the log is
 	      dumped to stderr)
 
        --logfile=[file]
-	      file  where  to store the log of Orthanc (by default, the log is
+	      file where to store the log of Orthanc (by default, the  log  is
 	      dumped to stderr)
 
        --config=[file]
-	      create a sample configuration file and exit (if "file"  is  "-",
+	      create  a  sample configuration file and exit (if "file" is "-",
 	      dumps to stdout)
 
        --errors
@@ -51,20 +50,20 @@
 	      highest verbosity in logs (for debug)
 
        --upgrade
-	      allow  Orthanc  to  upgrade  the version of the database (beware
-	      that the database will become incompatible with former  versions
+	      allow Orthanc to upgrade the version  of	the  database  (beware
+	      that  the database will become incompatible with former versions
 	      of Orthanc)
 
        --no-jobs
-	      don't  restart  the jobs that were stored during the last execu‐
+	      don't restart the jobs that were stored during the  last	execu‐
 	      tion of Orthanc
 
        --openapi=[file]
-	      write the OpenAPI documentation and  exit  (if  "file"  is  "-",
+	      write  the  OpenAPI  documentation  and  exit (if "file" is "-",
 	      dumps to stdout)
 
        --cheatsheet=[file]
-	      write  the cheat sheet of REST API as CSV and exit (if "file" is
+	      write the cheat sheet of REST API as CSV and exit (if "file"  is
 	      "-", dumps to stdout)
 
        --version
@@ -120,13 +119,13 @@
        Written by Sebastien Jodogne <s.jodogne@orthanc-labs.com>
 
 COPYRIGHT
-       Copyright © 2012-2016 Sebastien Jodogne,  Medical  Physics  Department,
+       Copyright  ©  2012-2016	Sebastien Jodogne, Medical Physics Department,
        University Hospital of Liege (Belgium)
        Copyright © 2017-2022 Osimis S.A. (Belgium)
-       Copyright  ©  2021-2022	Sebastien  Jodogne, ICTEAM UCLouvain (Belgium)
-       Licensing    GPLv3+:	GNU	GPL	version     3	  or	 later
-       <http://gnu.org/licenses/gpl.html>.
-       This  is  free  software:  you  are free to change and redistribute it.
+       Copyright © 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain (Belgium) Li‐
+       censing	 GPLv3+:  GNU  GPL  version  3	or  later  <http://gnu.org/li‐
+       censes/gpl.html>.
+       This is free software: you are free  to	change	and  redistribute  it.
        There is NO WARRANTY, to the extent permitted by law.
 
-Orthanc 1.10.1			  March 2022			    ORTHANC(1)
+Orthanc 1.11.0			   May 2022			    ORTHANC(1)