Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/NEWS Thu Apr 19 16:26:17 2018 +0200 +++ b/NEWS Wed May 02 11:50:47 2018 +0200 @@ -1,6 +1,13 @@ Pending changes in the mainline =============================== +REST API +-------- +* ".../tags" URI was returning only the first value of DicomTags containing + multiple numerical value. It now returns all values in a string separated + by \\ (i.e.: "1\\2\\3"). Note that, for data already in Orthanc, you'll need + to reconstruct the data by sending a POST request to the ".../reconstruct" URI. + This change triggered an update of ORTHANC_API_VERSION from 1.0 to 1.1 Version 1.3.2 (2018-04-18) ==========================