comparison NEWS @ 3920:82e88ff003d7 c-get

merge default -> c-get
author Alain Mazy <alain@mazy.be>
date Tue, 12 May 2020 14:58:24 +0200
parents 6f11b3233a06
children 395c59208f10 ed5515cd3262
comparison
equal deleted inserted replaced
3918:dba48c162b7b 3920:82e88ff003d7
2 =============================== 2 ===============================
3 3
4 REST API 4 REST API
5 -------- 5 --------
6 6
7 * API version has been upgraded to 7
7 * Improved: 8 * Improved:
8 - "/instances/../modify": it is now possible to "Keep" the "SOPInstanceUID". 9 - "/instances/../modify": it is now possible to "Keep" the "SOPInstanceUID".
9 Note that it was already possible to "Replace" it. 10 Note that it was already possible to "Replace" it.
10 11 - added "Timeout" parameter to every DICOM operation
12 - "/queries/.../answers/../retrieve": "TargetAet" not mandatory anymore
13 (defaults to the local AET)
14 * Changes:
15 - "/instances/.../modify", ".../archive", ".../media",
16 "/tools/create-media" and "/tools/create-archive": New option "Transcode"
17 - "/ordered-slices": reverted the change introduced in 1.5.8 and go-back
18 to 1.5.7 behaviour.
19
20 Plugins
21 -------
22
23 * New functions in the SDK:
24 - OrthancPluginCreateDicomInstance()
25 - OrthancPluginFreeDicomInstance()
26 - OrthancPluginGetInstanceFramesCount()
27 - OrthancPluginGetInstanceRawFrame()
28 - OrthancPluginGetInstanceDecodedFrame()
29 - OrthancPluginTranscodeDicomInstance()
30 - OrthancPluginSerializeDicomInstance()
31 * "OrthancPluginDicomInstance" structure wrapped in "OrthancPluginCppWrapper.h"
32
33 Maintenance
34 -----------
35
36 * Fix missing body in "OrthancPluginHttpPost()" and "OrthancPluginHttpPut()"
37 * Fix issue #169 (TransferSyntaxUID change from Explicit to Implicit during C-STORE SCU)
38 * Upgraded dependencies for static builds (notably on Windows and LSB):
39 - openssl 1.1.1g
11 40
12 41
13 Version 1.6.1 (2020-04-21) 42 Version 1.6.1 (2020-04-21)
14 ========================== 43 ==========================
15 44