comparison NEWS @ 4474:f8c1d94363b6

new configuration options: "AcceptedTransferSyntaxes" and "H265TransferSyntaxAccepted"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 26 Jan 2021 15:50:52 +0100
parents 68f52897c119
children 0a2c9790cb41
comparison
equal deleted inserted replaced
4473:68f52897c119 4474:f8c1d94363b6
11 - "DicomTlsPrivateKey" to provide the private key of the TLS certificate 11 - "DicomTlsPrivateKey" to provide the private key of the TLS certificate
12 - "DicomTlsTrustedCertificates" to provide the list of TLS certificates to be trusted by Orthanc 12 - "DicomTlsTrustedCertificates" to provide the list of TLS certificates to be trusted by Orthanc
13 - "UseDicomTls" in "DicomModalities" to enable DICOM TLS in outgoing SCU on a per-modality basis 13 - "UseDicomTls" in "DicomModalities" to enable DICOM TLS in outgoing SCU on a per-modality basis
14 - "MaximumPduLength" to tune the maximum PDU length (Protocol Data Unit) 14 - "MaximumPduLength" to tune the maximum PDU length (Protocol Data Unit)
15 - "LocalAet" in "DicomModalities" to overwrite global "DicomAet" for SCU on a per-modality basis 15 - "LocalAet" in "DicomModalities" to overwrite global "DicomAet" for SCU on a per-modality basis
16 - "AcceptedTransferSyntaxes" to set the transfer syntax UIDs accepted by Orthanc C-STORE SCP
17 - "H265TransferSyntaxAccepted" to enable/disable all the transfer syntaxes related to H.265
16 * New configuration option: "DicomScuPreferredTransferSyntax" to control transcoding in C-STORE SCU 18 * New configuration option: "DicomScuPreferredTransferSyntax" to control transcoding in C-STORE SCU
17 * New command-line option: "--openapi" to write the OpenAPI documentation of the REST API to a file 19 * New command-line option: "--openapi" to write the OpenAPI documentation of the REST API to a file
18 * New metadata automatically computed at the series level: "RemoteAET" 20 * New metadata automatically computed at the series level: "RemoteAET"
19 21
20 Orthanc Explorer 22 Orthanc Explorer