diff 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
line wrap: on
line diff
--- a/NEWS	Thu Dec 06 13:10:24 2018 +0100
+++ b/NEWS	Fri Dec 07 18:03:56 2018 +0100
@@ -26,8 +26,12 @@
 * New URI: "/studies/.../split" to split a study
 * POST-ing a DICOM file to "/instances" also answers the patient/study/series ID
 * GET "/modalities/..." now returns a JSON object instead of a JSON array
+* New "Details" field in HTTP answers on error (cf. "HttpDescribeErrors" option)
 * New options to URI "/queries/.../answers": "?expand" and "?simplify"
-* New "Details" field in HTTP answers on error (cf. "HttpDescribeErrors" option)
+* New URIs to launch new C-FIND to explore the hierarchy of a C-FIND answer:
+  - "/queries/.../answers/.../query-instances" to C-FIND child instances
+  - "/queries/.../answers/.../query-series" to C-FIND child series
+  - "/queries/.../answers/.../query-studies" to C-FIND child studies
 
 Plugins
 -------