[med-svn] [orthanc] 03/03: update configuration files

Sebastien Jodogne jodogne-guest at moszumanska.debian.org
Thu Jul 20 07:27:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

jodogne-guest pushed a commit to branch master
in repository orthanc.

commit 46bccfa7be9995db736a43868d487376186b4665
Author: jodogne-guest <s.jodogne at gmail.com>
Date:   Thu Jul 20 09:18:07 2017 +0200

    update configuration files
---
 debian/configuration/orthanc.json          | 49 ++++++++++++++++++++++--------
 debian/docs/Orthanc.1                      |  4 ++-
 debian/docs/OrthancRecoverCompressedFile.8 |  2 +-
 3 files changed, 40 insertions(+), 15 deletions(-)

diff --git a/debian/configuration/orthanc.json b/debian/configuration/orthanc.json
index 6dec6e8..ae0c811 100644
--- a/debian/configuration/orthanc.json
+++ b/debian/configuration/orthanc.json
@@ -7,13 +7,14 @@
   // displayed in Orthanc Explorer and at the URI "/system".
   "Name" : "Orthanc",
 
-  // Path to the directory that holds the heavyweight files
-  // (i.e. the raw DICOM instances)
+  // Path to the directory that holds the heavyweight files (i.e. the
+  // raw DICOM instances). Backslashes must be either escaped by
+  // doubling them, or replaced by forward slashes "/".
   "StorageDirectory" : "/var/lib/orthanc/db-v6",
 
-  // Path to the directory that holds the SQLite index (if unset,
-  // the value of StorageDirectory is used). This index could be
-  // stored on a RAM-drive or a SSD device for performance reasons.
+  // Path to the directory that holds the SQLite index (if unset, the
+  // value of StorageDirectory is used). This index could be stored on
+  // a RAM-drive or a SSD device for performance reasons.
   "IndexDirectory" : "/var/lib/orthanc/db-v6",
 
   // Enable the transparent compression of the DICOM instances
@@ -37,7 +38,8 @@
   // instance of Orthanc (e.g. "./libPluginTest.so" for Linux, or
   // "./PluginTest.dll" for Windows). These paths can refer to
   // folders, in which case they will be scanned non-recursively to
-  // find shared libraries.
+  // find shared libraries. Backslashes must be either escaped by
+  // doubling them, or replaced by forward slashes "/".
   "Plugins" : [
     "/usr/share/orthanc/plugins/"
   ],
@@ -81,7 +83,8 @@
   // The DICOM Application Entity Title
   "DicomAet" : "ORTHANC",
 
-  // Check whether the called AET corresponds during a DICOM request
+  // Check whether the called AET corresponds to the AET of Orthanc
+  // during an incoming DICOM SCU request
   "DicomCheckCalledAet" : false,
 
   // The DICOM port
@@ -155,16 +158,31 @@
     // "sample" : [ "STORESCP", "127.0.0.1", 2000 ]
 
     /**
-     * A fourth parameter is available to enable patches for a
-     * specific PACS manufacturer. The allowed values are currently
-     * "Generic" (default value), "StoreScp" (storescp tool from
-     * DCMTK), "ClearCanvas", "MedInria", "Dcm4Chee", "SyngoVia",
-     * "AgfaImpax" (Agfa IMPAX), "EFilm2" (eFilm version 2), and
-     * "Vitrea". This parameter is case-sensitive.
+     * A fourth parameter is available to enable patches for
+     * specific PACS manufacturers. The allowed values are currently:
+     * - "Generic" (default value),
+     * - "GenericNoWildcardInDates" (to replace "*" by "" in date fields 
+     *   in outgoing C-Find requests originating from Orthanc)
+     * - "GenericNoUniversalWildcard" (to replace "*" by "" in all fields
+     *   in outgoing C-Find SCU requests originating from Orthanc)
+     * - "StoreScp" (storescp tool from DCMTK),
+     * - "ClearCanvas", "Dcm4Chee" and "Vitrea".
+     * This parameter is case-sensitive.
      **/
     // "clearcanvas" : [ "CLEARCANVAS", "192.168.1.1", 104, "ClearCanvas" ]
   },
 
+  // Whether the Orthanc SCP allows incoming C-Store requests, even
+  // from SCU modalities it does not know about (i.e. that are not
+  // listed in the "DicomModalities" option above)
+  "DicomAlwaysAllowStore" : true,
+
+  // Whether Orthanc checks the IP/hostname address of the remote
+  // modality initiating a DICOM connection (as listed in the
+  // "DicomModalities" option above). If this option is set to
+  // "false", Orthanc only checks the AET of the remote modality.
+  "DicomCheckModalityHost" : false,
+
   // The timeout (in seconds) after which the DICOM associations are
   // considered as closed by the Orthanc SCU (client) if the remote
   // DICOM SCP (server) does not answer.
@@ -331,6 +349,11 @@
   // interest in the "Dictionary" configuration option below.
   "LoadPrivateDictionary" : true,
 
+  // Locale to be used by Orthanc. Currently, only used if comparing
+  // strings in a case-insensitive way. It should be safe to keep this
+  // value undefined, which lets Orthanc autodetect the suitable locale.
+  // "Locale" : "en_US.UTF-8",
+
   // Register a new tag in the dictionary of DICOM tags that are known
   // to Orthanc. Each line must contain the tag (formatted as 2
   // hexadecimal numbers), the value representation (2 upcase
diff --git a/debian/docs/Orthanc.1 b/debian/docs/Orthanc.1
index 0562b0f..5c80d3f 100644
--- a/debian/docs/Orthanc.1
+++ b/debian/docs/Orthanc.1
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
-.TH ORTHANC "1" "December 2016" "Orthanc 1.2.0" "User Commands"
+.TH ORTHANC "1" "July 2017" "Orthanc 1.3.0" "User Commands"
 .SH NAME
 Orthanc \- Lightweight, RESTful DICOM server for healthcare and medical research
 .SH SYNOPSIS
@@ -54,6 +54,8 @@ output version information and exit
 Written by Sebastien Jodogne <s.jodogne at gmail.com>
 .SH COPYRIGHT
 Copyright \(co 2012\-2016 Sebastien Jodogne, Medical Physics Department, University Hospital of Liege (Belgium)
+.br
+Copyright \(co 2017 Osimis S.A. (Belgium)
 Licensing GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL exception.
 .br
 This is free software: you are free to change and redistribute it.
diff --git a/debian/docs/OrthancRecoverCompressedFile.8 b/debian/docs/OrthancRecoverCompressedFile.8
index 152e64d..aee140f 100644
--- a/debian/docs/OrthancRecoverCompressedFile.8
+++ b/debian/docs/OrthancRecoverCompressedFile.8
@@ -1,4 +1,4 @@
-.TH ORTHANC "8" "December 2016" "Orthanc 1.2.0" "System Administration tools and Deamons"
+.TH ORTHANC "8" "July 2017" "Orthanc 1.3.0" "System Administration tools and Deamons"
 .SH NAME
 Orthanc \- Lightweight, RESTful DICOM server for healthcare and medical research
 .SH SYNOPSIS

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/orthanc.git



More information about the debian-med-commit mailing list