Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
2615:c9bb0c89ccc1 | 2622:3603a2e14592 |
---|---|
7 * New screen listing all the available studies | 7 * New screen listing all the available studies |
8 | 8 |
9 REST API | 9 REST API |
10 -------- | 10 -------- |
11 | 11 |
12 * ".../tags" URI was returning only the first value of DicomTags containing | 12 * New option "?short" to list DICOM tags using their hexadecimal ID in: |
13 multiple numerical value. It now returns all values in a string separated | 13 - "/instances/.../tags?short" |
14 by \\ (i.e.: "1\\2\\3"). Note that, for data already in Orthanc, you'll need | 14 - "/instances/.../header?short" |
15 to reconstruct the data by sending a POST request to the ".../reconstruct" URI. | 15 - "/{patients|studies|series}/.../instances-tags?short" |
16 This change triggered an update of ORTHANC_API_VERSION from 1.0 to 1.1 | 16 - "/{patients|studies|series}/.../shared-tags?short" |
17 - "/{patients|studies|series|instances}/.../module?short" | |
18 - "/studies/.../module-patient?short" | |
19 * "/instances/.../tags" URI was returning only the first value of | |
20 DicomTags containing multiple numerical value. It now returns all | |
21 values in a string separated by \\ (i.e.: "1\\2\\3"). Note that, | |
22 for data already in Orthanc, you'll need to reconstruct the data by | |
23 sending a POST request to the ".../reconstruct" URI. This change | |
24 triggered an update of ORTHANC_API_VERSION from 1.0 to 1.1 | |
17 | 25 |
18 Maintenance | 26 Maintenance |
19 ----------- | 27 ----------- |
20 | 28 |
21 * Fix generation of DICOMDIR if PatientID is empty | 29 * Fix generation of DICOMDIR if PatientID is empty |