Mercurial > hg > orthanc
comparison NEWS @ 2554:ea63d9f90377
/tags now returns multiple numerical values in a \ separated string
author | am@osimis.io |
---|---|
date | Wed, 02 May 2018 11:50:47 +0200 |
parents | 78e5414d57f8 |
children | a84ce82fd55b |
comparison
equal
deleted
inserted
replaced
2553:7853c9a67605 | 2554:ea63d9f90377 |
---|---|
1 Pending changes in the mainline | 1 Pending changes in the mainline |
2 =============================== | 2 =============================== |
3 | 3 |
4 REST API | |
5 -------- | |
6 * ".../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 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 This change triggered an update of ORTHANC_API_VERSION from 1.0 to 1.1 | |
4 | 11 |
5 Version 1.3.2 (2018-04-18) | 12 Version 1.3.2 (2018-04-18) |
6 ========================== | 13 ========================== |
7 | 14 |
8 REST API | 15 REST API |