comparison OrthancServer/Resources/Configuration.json @ 4480:d0581d0b22b8

Clarifying documentation of "AllowTranscoding" in "DicomModalities"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 27 Jan 2021 18:54:21 +0100
parents f8c1d94363b6
children 8efeaba1b7f9
comparison
equal deleted inserted replaced
4479:1619cffd1948 4480:d0581d0b22b8
328 * respectively if global option "DicomAlwaysAllowEcho" 328 * respectively if global option "DicomAlwaysAllowEcho"
329 * (resp. "DicomAlwaysAllowStore") is set to "false". 329 * (resp. "DicomAlwaysAllowStore") is set to "false".
330 * 330 *
331 * Starting with Orthanc 1.7.0, "AllowTranscoding" can be used to 331 * Starting with Orthanc 1.7.0, "AllowTranscoding" can be used to
332 * disable the transcoding to uncompressed transfer syntaxes if 332 * disable the transcoding to uncompressed transfer syntaxes if
333 * the remote modality doesn't support compressed transfer 333 * this remote modality doesn't support compressed transfer
334 * syntaxes. This option only has an effect if global option 334 * syntaxes. This option currently applies to Orthanc C-GET SCP
335 * "EnableTranscoding" is set to "true". 335 * and to Orthanc C-STORE SCU. This option only has an effect if
336 * the global option "EnableTranscoding" is set to "true".
336 * 337 *
337 * By default, all "Allow*" options are true. 338 * By default, all "Allow*" options are true.
338 * "AllowStorageCommitment" is actually an alias for 339 * "AllowStorageCommitment" is actually an alias for
339 * "AllowNAction" & "AllowEventReport". 340 * "AllowNAction" & "AllowEventReport".
340 * 341 *