Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/NEWS Wed Feb 27 08:14:40 2019 +0100 +++ b/NEWS Thu Feb 28 09:29:48 2019 +0100 @@ -1,12 +1,19 @@ Pending changes in the mainline =============================== -General -------- -* Orthanc Explorer : when performing a Query/Retrieve operation, the tag - default values are now set to an empty string instead of '*', which allows - to match even if the tag is not present. This allows malformed DICOM files - to be matched, even though they lack required tags such as `PatientSex` +Orthanc Explorer +---------------- + +* If performing a Query/Retrieve operation, the default value for the + tags is set to an empty string instead of '*', which allows to match + even if the tag is not present. This allows malformed DICOM files to + be matched, even though they lack required tags such as "PatientSex" + +Maintenance +----------- + +* Enlarge the support of JSON-to-XML conversion in the REST API + Version 1.5.5 (2019-02-25) ==========================