comparison NEWS @ 4482:8efeaba1b7f9

new configuration options: "DicomAlwaysAllowFind" and "DicomAlwaysAllowGet"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 28 Jan 2021 15:54:30 +0100
parents 1619cffd1948
children 3fd0bf1cb361
comparison
equal deleted inserted replaced
4481:fe7c2be5bce2 4482:8efeaba1b7f9
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 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 17 - "H265TransferSyntaxAccepted" to enable/disable all the transfer syntaxes related to H.265
18 - "DicomAlwaysAllowFind" to disable verification of the remote modality in C-FIND SCP
19 - "DicomAlwaysAllowGet" to disable verification of the remote modality in C-GET SCP
18 * New configuration option: "DicomScuPreferredTransferSyntax" to control transcoding in C-STORE SCU 20 * New configuration option: "DicomScuPreferredTransferSyntax" to control transcoding in C-STORE SCU
19 * New command-line option: "--openapi" to write the OpenAPI documentation of the REST API to a file 21 * New command-line option: "--openapi" to write the OpenAPI documentation of the REST API to a file
20 * New metadata automatically computed at the series level: "RemoteAET" 22 * New metadata automatically computed at the series level: "RemoteAET"
21 23
22 Orthanc Explorer 24 Orthanc Explorer