comparison NEWS @ 2954:d924f9bb61cc

taking advantage of details in OrthancException
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 03 Dec 2018 14:35:34 +0100
parents dc18d5804746
children ccf61f6e22ef
comparison
equal deleted inserted replaced
2953:210d5afd8f2b 2954:d924f9bb61cc
24 * New URI: "/studies/.../merge" to merge a study 24 * New URI: "/studies/.../merge" to merge a study
25 * New URI: "/studies/.../split" to split a study 25 * New URI: "/studies/.../split" to split a study
26 * POST-ing a DICOM file to "/instances" also answers the patient/study/series ID 26 * POST-ing a DICOM file to "/instances" also answers the patient/study/series ID
27 * GET "/modalities/..." now returns a JSON object instead of a JSON array 27 * GET "/modalities/..." now returns a JSON object instead of a JSON array
28 * New options to URI "/queries/.../answers": "?expand" and "?simplify" 28 * New options to URI "/queries/.../answers": "?expand" and "?simplify"
29 * New "Details" field in HTTP answers on error (cf. "HttpDescribeErrors" option)
29 30
30 Maintenance 31 Maintenance
31 ----------- 32 -----------
32 33
33 * "SynchronousCMove" is now "true" by default 34 * "SynchronousCMove" is now "true" by default