Mercurial > hg > orthanc
diff NEWS @ 2622:3603a2e14592
New option "?short" to list DICOM tags using their hexadecimal ID
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 23 May 2018 10:08:04 +0200 |
parents | 42ac291f7b3f |
children | bd6e0b70e915 ee9a6cd63891 |
line wrap: on
line diff
--- a/NEWS Tue May 22 08:10:55 2018 +0200 +++ b/NEWS Wed May 23 10:08:04 2018 +0200 @@ -9,11 +9,19 @@ 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 +* New option "?short" to list DICOM tags using their hexadecimal ID in: + - "/instances/.../tags?short" + - "/instances/.../header?short" + - "/{patients|studies|series}/.../instances-tags?short" + - "/{patients|studies|series}/.../shared-tags?short" + - "/{patients|studies|series|instances}/.../module?short" + - "/studies/.../module-patient?short" +* "/instances/.../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 Maintenance -----------