Mercurial > hg > orthanc
diff NEWS @ 2623:bd6e0b70e915 jobs
integration mainline->jobs
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 23 May 2018 14:28:25 +0200 |
parents | 4ecb79c6e81c 3603a2e14592 |
children | 5469dda691cd |
line wrap: on
line diff
--- a/NEWS Tue May 22 17:37:16 2018 +0200 +++ b/NEWS Wed May 23 14:28:25 2018 +0200 @@ -15,11 +15,19 @@ -------- * "/jobs/..." to manage the jobs from the 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 -----------