comparison NEWS @ 2708:83c991aeb611 jobs

integration mainline->jobs
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 09 Jul 2018 08:18:22 +0200
parents e583478e0c6c 52217dc47a4e
children ef97db3760ed
comparison
equal deleted inserted replaced
2701:33de4a82c466 2708:83c991aeb611
30 DicomTags containing multiple numerical value. It now returns all 30 DicomTags containing multiple numerical value. It now returns all
31 values in a string separated by \\ (i.e.: "1\\2\\3"). Note that, 31 values in a string separated by \\ (i.e.: "1\\2\\3"). Note that,
32 for data already in Orthanc, you'll need to reconstruct the data by 32 for data already in Orthanc, you'll need to reconstruct the data by
33 sending a POST request to the ".../reconstruct" URI. This change 33 sending a POST request to the ".../reconstruct" URI. This change
34 triggered an update of ORTHANC_API_VERSION from 1.0 to 1.1 34 triggered an update of ORTHANC_API_VERSION from 1.0 to 1.1
35 * "/instances/.../frame/../image-uint8 and friends now accepts a
36 "image/pam" MIME type to retrieve images in PAM format
37 (https://en.wikipedia.org/wiki/Netpbm#PAM_graphics_format)
35 38
36 Plugins 39 Plugins
37 ------- 40 -------
38 41
39 * New primitive in database SDK: "lookupIdentifierRange" to speed up range searches 42 * New primitive in database SDK: "lookupIdentifierRange" to speed up range searches