comparison NEWS @ 2571:a84ce82fd55b

Fix generation of DICOMDIR if PatientID is empty
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 May 2018 20:48:49 +0200
parents ea63d9f90377
children a874bdbbfa11 42ac291f7b3f
comparison
equal deleted inserted replaced
2561:b2f57399b067 2571:a84ce82fd55b
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 REST API 4 REST API
5 -------- 5 --------
6
6 * ".../tags" URI was returning only the first value of DicomTags containing 7 * ".../tags" URI was returning only the first value of DicomTags containing
7 multiple numerical value. It now returns all values in a string separated 8 multiple numerical value. It now returns all values in a string separated
8 by \\ (i.e.: "1\\2\\3"). Note that, for data already in Orthanc, you'll need 9 by \\ (i.e.: "1\\2\\3"). Note that, for data already in Orthanc, you'll need
9 to reconstruct the data by sending a POST request to the ".../reconstruct" URI. 10 to reconstruct the data by sending a POST request to the ".../reconstruct" URI.
10 This change triggered an update of ORTHANC_API_VERSION from 1.0 to 1.1 11 This change triggered an update of ORTHANC_API_VERSION from 1.0 to 1.1
12
13 Maintenance
14 -----------
15
16 * Fix generation of DICOMDIR if PatientID is empty
17
11 18
12 Version 1.3.2 (2018-04-18) 19 Version 1.3.2 (2018-04-18)
13 ========================== 20 ==========================
14 21
15 REST API 22 REST API