comparison NEWS @ 4473:68f52897c119

new URIs: /tools/accepted-transfer-syntaxes and /tools/unknown-sop-class-accepted to replace Lua callbacks for transfer syntaxes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 26 Jan 2021 14:48:10 +0100
parents 06d164d8a0fd
children f8c1d94363b6
comparison
equal deleted inserted replaced
4472:28a4baadde17 4473:68f52897c119
23 * The DICOM meta-header and the transfer syntax are displayed at the "Instance" level 23 * The DICOM meta-header and the transfer syntax are displayed at the "Instance" level
24 24
25 REST API 25 REST API
26 -------- 26 --------
27 27
28 * "/tools/accepted-transfer-syntaxes": Get/set transfer syntaxes accepted by Orthanc C-STORE SCP
29 * "/tools/unknown-sop-class-accepted": Get/set whether C-STORE SCP accepts unknown SOP class UID
28 * "/modalities/{...}/query": New string argument "LocalAet" 30 * "/modalities/{...}/query": New string argument "LocalAet"
31
32 Lua
33 ---
34
35 * BREAKING CHANGE: All the Lua callbacks "IsXXXTransferSyntaxAccepted()" and
36 "IsUnknownSopClassAccepted()" have been removed
29 37
30 Plugins 38 Plugins
31 ------- 39 -------
32 40
33 * New functions in the SDK: 41 * New functions in the SDK: