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