comparison 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
comparison
equal deleted inserted replaced
1085:b161593551db 1086:e56c3ed8d738
178 "LimitFindInstances" : 0, 178 "LimitFindInstances" : 0,
179 179
180 // The maximum number of active jobs in the Orthanc scheduler. When 180 // The maximum number of active jobs in the Orthanc scheduler. When
181 // this limit is reached, the addition of new jobs is blocked until 181 // this limit is reached, the addition of new jobs is blocked until
182 // some job finishes. 182 // some job finishes.
183 "LimitJobs" : 10 183 "LimitJobs" : 10,
184
185 // The default encoding that is assumed for DICOM files without
186 // "SpecificCharacterSet" DICOM tag. The allowed values are
187 // currently "Latin1", "Utf8" and "Ascii".
188 "DefaultEncoding" : "Latin1"
184 } 189 }