comparison NEWS @ 2699:52217dc47a4e

new image/pam MIME TYPE supported in /instances/../frames/../image-uint8... routes
author am@osimis.io
date Thu, 05 Jul 2018 12:25:00 +0200
parents ee9a6cd63891
children 83c991aeb611 fac458593ac8
comparison
equal deleted inserted replaced
2687:2c684841da15 2699:52217dc47a4e
20 DicomTags containing multiple numerical value. It now returns all 20 DicomTags containing multiple numerical value. It now returns all
21 values in a string separated by \\ (i.e.: "1\\2\\3"). Note that, 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 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 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 24 triggered an update of ORTHANC_API_VERSION from 1.0 to 1.1
25 * "/instances/.../frame/../image-uint8 and friends now accepts a
26 "image/pam" MIME type to retrieve images in PAM format
27 (https://en.wikipedia.org/wiki/Netpbm#PAM_graphics_format)
25 28
26 Maintenance 29 Maintenance
27 ----------- 30 -----------
28 31
29 * Fix generation of DICOMDIR if PatientID is empty 32 * Fix generation of DICOMDIR if PatientID is empty