[med-svn] [orthanc] 04/04: update configuration files
Sebastien Jodogne
jodogne-guest at moszumanska.debian.org
Tue Dec 13 20:17:28 UTC 2016
This is an automated email from the git hooks/post-receive script.
jodogne-guest pushed a commit to branch master
in repository orthanc.
commit 1c21e13f8ae096ef0d563ff04d488583c17010bb
Author: jodogne-guest <s.jodogne at gmail.com>
Date: Tue Dec 13 20:53:03 2016 +0100
update configuration files
---
debian/configuration/orthanc.json | 47 +++++++++++++++++++++++-------
debian/docs/Orthanc.1 | 2 +-
debian/docs/OrthancRecoverCompressedFile.8 | 2 +-
3 files changed, 39 insertions(+), 12 deletions(-)
diff --git a/debian/configuration/orthanc.json b/debian/configuration/orthanc.json
index e185d7a..6dec6e8 100644
--- a/debian/configuration/orthanc.json
+++ b/debian/configuration/orthanc.json
@@ -88,10 +88,11 @@
"DicomPort" : 4242,
// The default encoding that is assumed for DICOM files without
- // "SpecificCharacterSet" DICOM tag. The allowed values are "Ascii",
- // "Utf8", "Latin1", "Latin2", "Latin3", "Latin4", "Latin5",
- // "Cyrillic", "Windows1251", "Arabic", "Greek", "Hebrew", "Thai",
- // "Japanese", and "Chinese".
+ // "SpecificCharacterSet" DICOM tag, and that is used when answering
+ // C-Find requests (including worklists). The allowed values are
+ // "Ascii", "Utf8", "Latin1", "Latin2", "Latin3", "Latin4",
+ // "Latin5", "Cyrillic", "Windows1251", "Arabic", "Greek", "Hebrew",
+ // "Thai", "Japanese", and "Chinese".
"DefaultEncoding" : "Latin1",
// The transfer syntaxes that are accepted by Orthanc C-Store SCP
@@ -107,6 +108,11 @@
// SOP classes (aka. "promiscuous mode")
"UnknownSopClassAccepted" : false,
+ // Set the timeout (in seconds) after which the DICOM associations
+ // are closed by the Orthanc SCP (server) if no further DIMSE
+ // command is received from the SCU (client).
+ "DicomScpTimeout" : 30,
+
/**
@@ -159,6 +165,11 @@
// "clearcanvas" : [ "CLEARCANVAS", "192.168.1.1", 104, "ClearCanvas" ]
},
+ // 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.
+ "DicomScuTimeout" : 10,
+
// The list of the known Orthanc peers
"OrthancPeers" : {
/**
@@ -217,7 +228,8 @@
// Dictionary of symbolic names for the user-defined metadata. Each
// entry must map an unique string to an unique number between 1024
- // and 65535.
+ // and 65535. Reserved values:
+ // - The Orthanc whole-slide imaging plugin uses metadata 4200
"UserMetadata" : {
// "Sample" : 1024
},
@@ -303,18 +315,33 @@
}
**/
- // If set to "true", Orthanc will handle "SOP Classes in Study"
- // (0008,0062) in C-FIND requests. This option is turned off by
- // default, as it requires intensive accesses to the hard drive.
+ // If set to "true", Orthanc will still handle "SOP Classes in
+ // Study" (0008,0062) in C-FIND requests, even if the "SOP Class
+ // UID" metadata is not available in the database (which is the case
+ // if the DB was previously used by Orthanc <= 1.1.0). This option
+ // is turned off by default, as it requires intensive accesses to
+ // the hard drive.
"AllowFindSopClassesInStudy" : false,
+ // If set to "false", Orthanc will not load its default dictionary
+ // of private tags. This might be necessary if you cannot import a
+ // DICOM file encoded using the Implicit VR Endian transfer syntax,
+ // and containing private tags: Such an import error might stem from
+ // a bad dictionary. You can still list your private tags of
+ // interest in the "Dictionary" configuration option below.
+ "LoadPrivateDictionary" : true,
+
// 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
// characters), a nickname for the tag, possibly the minimum
- // multiplicity (> 0 with defaults to 1), and possibly the maximum
- // multiplicity (0 means arbitrary multiplicity, defaults to 1).
+ // multiplicity (> 0 with defaults to 1), possibly the maximum
+ // multiplicity (0 means arbitrary multiplicity, defaults to 1), and
+ // possibly the Private Creator (for private tags).
"Dictionary" : {
// "0014,1020" : [ "DA", "ValidationExpiryDate", 1, 1 ]
+ // "00e1,10c2" : [ "UI", "PET-CT Multi Modality Name", 1, 1, "ELSCINT1" ]
+ // "7053,1003" : [ "ST", "Original Image Filename", 1, 1, "Philips PET Private Group" ]
+ // "2001,5f" : [ "SQ", "StackSequence", 1, 1, "Philips Imaging DD 001" ]
}
}
diff --git a/debian/docs/Orthanc.1 b/debian/docs/Orthanc.1
index 02cef59..0562b0f 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" "June 2016" "Orthanc 1.1.0" "User Commands"
+.TH ORTHANC "1" "December 2016" "Orthanc 1.2.0" "User Commands"
.SH NAME
Orthanc \- Lightweight, RESTful DICOM server for healthcare and medical research
.SH SYNOPSIS
diff --git a/debian/docs/OrthancRecoverCompressedFile.8 b/debian/docs/OrthancRecoverCompressedFile.8
index 0e48721..152e64d 100644
--- a/debian/docs/OrthancRecoverCompressedFile.8
+++ b/debian/docs/OrthancRecoverCompressedFile.8
@@ -1,4 +1,4 @@
-.TH ORTHANC "8" "June 2016" "Orthanc 1.1.0" "System Administration tools and Deamons"
+.TH ORTHANC "8" "December 2016" "Orthanc 1.2.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