comparison NEWS @ 3314:7eb5405b7ed8

Enlarge the support of JSON-to-XML conversion in the REST API
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 28 Feb 2019 09:29:48 +0100
parents 131d0083b729
children 8bf33fa68435
comparison
equal deleted inserted replaced
3313:3e0ad879eba2 3314:7eb5405b7ed8
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 General 4 Orthanc Explorer
5 ------- 5 ----------------
6 * Orthanc Explorer : when performing a Query/Retrieve operation, the tag 6
7 default values are now set to an empty string instead of '*', which allows 7 * If performing a Query/Retrieve operation, the default value for the
8 to match even if the tag is not present. This allows malformed DICOM files 8 tags is set to an empty string instead of '*', which allows to match
9 to be matched, even though they lack required tags such as `PatientSex` 9 even if the tag is not present. This allows malformed DICOM files to
10 be matched, even though they lack required tags such as "PatientSex"
11
12 Maintenance
13 -----------
14
15 * Enlarge the support of JSON-to-XML conversion in the REST API
16
10 17
11 Version 1.5.5 (2019-02-25) 18 Version 1.5.5 (2019-02-25)
12 ========================== 19 ==========================
13 20
14 General 21 General