diff Resources/Configuration.json @ 1086:e56c3ed8d738

Parameter to set the default encoding for DICOM files without SpecificCharacterSet
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Aug 2014 17:57:45 +0200
parents 564e39d6df13
children e494ceb8d763
line wrap: on
line diff
--- a/Resources/Configuration.json	Mon Aug 04 12:16:50 2014 +0200
+++ b/Resources/Configuration.json	Mon Aug 04 17:57:45 2014 +0200
@@ -180,5 +180,10 @@
   // The maximum number of active jobs in the Orthanc scheduler. When
   // this limit is reached, the addition of new jobs is blocked until
   // some job finishes.
-  "LimitJobs" : 10
+  "LimitJobs" : 10,
+
+  // The default encoding that is assumed for DICOM files without
+  // "SpecificCharacterSet" DICOM tag. The allowed values are
+  // currently "Latin1", "Utf8" and "Ascii".
+  "DefaultEncoding" : "Latin1"
 }