comparison NEWS @ 2995:657d77bb1343

fix NEWS
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Dec 2018 20:32:47 +0100
parents 0a9288e8549d
children 3ca27070df78
comparison
equal deleted inserted replaced
2994:0a9288e8549d 2995:657d77bb1343
26 * API Version has been upgraded to 1.2 26 * API Version has been upgraded to 1.2
27 * Asynchronous generation of ZIP archives and DICOM medias 27 * Asynchronous generation of ZIP archives and DICOM medias
28 * New URI: "/studies/.../merge" to merge a study 28 * New URI: "/studies/.../merge" to merge a study
29 * New URI: "/studies/.../split" to split a study 29 * New URI: "/studies/.../split" to split a study
30 * POST-ing a DICOM file to "/instances" also answers the patient/study/series ID 30 * POST-ing a DICOM file to "/instances" also answers the patient/study/series ID
31 * New option to URI "/modalities": "?expand" will return a JSON object instead of a JSON array 31 * GET "/modalities/?expand" now returns a JSON object instead of a JSON array
32 * New "Details" field in HTTP answers on error (cf. "HttpDescribeErrors" option) 32 * New "Details" field in HTTP answers on error (cf. "HttpDescribeErrors" option)
33 * New options to URI "/queries/.../answers": "?expand" and "?simplify" 33 * New options to URI "/queries/.../answers": "?expand" and "?simplify"
34 * New URIs to launch new C-FIND to explore the hierarchy of a C-FIND answer: 34 * New URIs to launch new C-FIND to explore the hierarchy of a C-FIND answer:
35 - "/queries/.../answers/.../query-instances" to C-FIND child instances 35 - "/queries/.../answers/.../query-instances" to C-FIND child instances
36 - "/queries/.../answers/.../query-series" to C-FIND child series 36 - "/queries/.../answers/.../query-series" to C-FIND child series