comparison NEWS @ 3870:09798f2b985f transcoding

added a Timeout argument to every DICOM command + 'TargetAet' not mandatory anymore in /retrieve
author Alain Mazy <alain@mazy.be>
date Wed, 29 Apr 2020 12:26:51 +0200
parents 9ccbbd55bc23
children 5571082a9df6
comparison
equal deleted inserted replaced
3869:c23ef85c7d9c 3870:09798f2b985f
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.
11 - added "Timeout" parameter to every DICOM operation
12 - "/queries/.../answers/../retrieve": "TargetAet" not mandatory anymore
13 (defaults to the local AET)
10 14
11 15
12 16
13 Version 1.6.1 (2020-04-21) 17 Version 1.6.1 (2020-04-21)
14 ========================== 18 ==========================