comparison NEWS @ 2982:94c8222c52b7

New URIs to launch new C-FIND to explore the hierarchy of a C-FIND answer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Dec 2018 18:03:56 +0100
parents cb5d75143da0
children db8f360fcb41
comparison
equal deleted inserted replaced
2980:63b724c7b046 2982:94c8222c52b7
24 * Asynchronous generation of ZIP archives and DICOM medias 24 * Asynchronous generation of ZIP archives and DICOM medias
25 * New URI: "/studies/.../merge" to merge a study 25 * New URI: "/studies/.../merge" to merge a study
26 * New URI: "/studies/.../split" to split a study 26 * New URI: "/studies/.../split" to split a study
27 * POST-ing a DICOM file to "/instances" also answers the patient/study/series ID 27 * POST-ing a DICOM file to "/instances" also answers the patient/study/series ID
28 * GET "/modalities/..." now returns a JSON object instead of a JSON array 28 * GET "/modalities/..." now returns a JSON object instead of a JSON array
29 * New "Details" field in HTTP answers on error (cf. "HttpDescribeErrors" option)
29 * New options to URI "/queries/.../answers": "?expand" and "?simplify" 30 * New options to URI "/queries/.../answers": "?expand" and "?simplify"
30 * New "Details" field in HTTP answers on error (cf. "HttpDescribeErrors" option) 31 * New URIs to launch new C-FIND to explore the hierarchy of a C-FIND answer:
32 - "/queries/.../answers/.../query-instances" to C-FIND child instances
33 - "/queries/.../answers/.../query-series" to C-FIND child series
34 - "/queries/.../answers/.../query-studies" to C-FIND child studies
31 35
32 Plugins 36 Plugins
33 ------- 37 -------
34 38
35 * New function in the SDK: "OrthancPluginSetHttpErrorDetails()" 39 * New function in the SDK: "OrthancPluginSetHttpErrorDetails()"