comparison NEWS @ 3926:2910b0d30fe0 transcoding

Allow concurrent calls to the custom image decoders provided by the plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 14 May 2020 07:37:44 +0200
parents dd112d2b83f0
children e6606d3ec892
comparison
equal deleted inserted replaced
3925:dd112d2b83f0 3926:2910b0d30fe0
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 REST API 4 General
5 -------- 5 -------
6 6
7 * API version has been upgraded to 7 7 * DICOM transcoding over the REST API
8 * Transcoding from compressed to uncompressed transfer syntaxes over DICOM
9 C-STORE SCU (if the remote modality doesn't support compressed syntaxes)
10
11 REST API
12 --------
13
14 * API version upgraded to 7
8 * Improved: 15 * Improved:
9 - "/instances/../modify": it is now possible to "Keep" the "SOPInstanceUID". 16 - "/instances/../modify": it is now possible to "Keep" the "SOPInstanceUID".
10 Note that it was already possible to "Replace" it. 17 Note that it was already possible to "Replace" it.
11 - added "Timeout" parameter to every DICOM operation 18 - added "Timeout" parameter to every DICOM operation
12 - "/queries/.../answers/../retrieve": "TargetAet" not mandatory anymore 19 - "/queries/.../answers/../retrieve": "TargetAet" not mandatory anymore
13 (defaults to the local AET) 20 (defaults to the local AET)
14 * Changes: 21 * Changes:
15 - "/instances/.../modify", ".../archive", ".../media", 22 - "/instances/.../modify": New option "Transcode"
16 "/tools/create-media" and "/tools/create-archive": New option "Transcode" 23 - ".../archive", ".../media", "/tools/create-media" and
24 "/tools/create-archive": New option "Transcode"
17 - "/ordered-slices": reverted the change introduced in 1.5.8 and go-back 25 - "/ordered-slices": reverted the change introduced in 1.5.8 and go-back
18 to 1.5.7 behaviour. 26 to 1.5.7 behaviour.
19 27
20 Plugins 28 Plugins
21 ------- 29 -------
31 - OrthancPluginGetInstanceFramesCount() 39 - OrthancPluginGetInstanceFramesCount()
32 - OrthancPluginGetInstanceRawFrame() 40 - OrthancPluginGetInstanceRawFrame()
33 - OrthancPluginSerializeDicomInstance() 41 - OrthancPluginSerializeDicomInstance()
34 - OrthancPluginTranscodeDicomInstance() 42 - OrthancPluginTranscodeDicomInstance()
35 * "OrthancPluginDicomInstance" structure wrapped in "OrthancPluginCppWrapper.h" 43 * "OrthancPluginDicomInstance" structure wrapped in "OrthancPluginCppWrapper.h"
44 * Allow concurrent calls to the custom image decoders provided by the plugins
36 45
37 Maintenance 46 Maintenance
38 ----------- 47 -----------
39 48
40 * Fix missing body in "OrthancPluginHttpPost()" and "OrthancPluginHttpPut()" 49 * Fix missing body in "OrthancPluginHttpPost()" and "OrthancPluginHttpPut()"