comparison NEWS @ 2575:a874bdbbfa11 jobs

news
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 May 2018 17:57:21 +0200
parents a84ce82fd55b
children ef7ba1b21d58
comparison
equal deleted inserted replaced
2574:84cbc5abf3cc 2575:a874bdbbfa11
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 General
5 -------
6
7 * New advanced job engine
8
4 REST API 9 REST API
5 -------- 10 --------
6 11
12 * "/jobs/..." to manage the jobs from the REST API
7 * ".../tags" URI was returning only the first value of DicomTags containing 13 * ".../tags" URI was returning only the first value of DicomTags containing
8 multiple numerical value. It now returns all values in a string separated 14 multiple numerical value. It now returns all values in a string separated
9 by \\ (i.e.: "1\\2\\3"). Note that, for data already in Orthanc, you'll need 15 by \\ (i.e.: "1\\2\\3"). Note that, for data already in Orthanc, you'll need
10 to reconstruct the data by sending a POST request to the ".../reconstruct" URI. 16 to reconstruct the data by sending a POST request to the ".../reconstruct" URI.
11 This change triggered an update of ORTHANC_API_VERSION from 1.0 to 1.1 17 This change triggered an update of ORTHANC_API_VERSION from 1.0 to 1.1