comparison Resources/Configuration.json @ 3911:0ef7f4528be2 transcoding

renamed option TranscodingEnabled to TranscodeDicomProtocol
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 08 May 2020 12:10:04 +0200
parents 8f7ad4989fec
children 82e88ff003d7 e6606d3ec892
comparison
equal deleted inserted replaced
3910:1f71c2f20e16 3911:0ef7f4528be2
542 // Maximum number of storage commitment reports (i.e. received from 542 // Maximum number of storage commitment reports (i.e. received from
543 // remote modalities) to be kept in memory (new in Orthanc 1.6.0). 543 // remote modalities) to be kept in memory (new in Orthanc 1.6.0).
544 "StorageCommitmentReportsSize" : 100, 544 "StorageCommitmentReportsSize" : 100,
545 545
546 // Whether Orthanc transcodes DICOM files to an uncompressed 546 // Whether Orthanc transcodes DICOM files to an uncompressed
547 // transfer syntax, if remote modalities do not support compressed 547 // transfer syntax over the DICOM protocol, if the remote modality
548 // transfer syntaxes (new in Orthanc 1.7.0). 548 // does not support compressed transfer syntaxes (new in Orthanc 1.7.0).
549 "TranscodingEnabled" : true 549 "TranscodeDicomProtocol" : true
550 } 550 }