comparison NEWS @ 2957:ccf61f6e22ef

New function in the SDK: "OrthancPluginSetHttpErrorDetails()"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 03 Dec 2018 17:14:55 +0100
parents d924f9bb61cc
children cb5d75143da0
comparison
equal deleted inserted replaced
2956:bfee0b9f3209 2957:ccf61f6e22ef
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 * New "Details" field in HTTP answers on error (cf. "HttpDescribeErrors" option)
30
31 Plugins
32 -------
33
34 * New function in the SDK: "OrthancPluginSetHttpErrorDetails()"
30 35
31 Maintenance 36 Maintenance
32 ----------- 37 -----------
33 38
34 * "SynchronousCMove" is now "true" by default 39 * "SynchronousCMove" is now "true" by default