comparison NEWS @ 3002:9ceb7dafae2e

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Dec 2018 18:36:52 +0100
parents 3ca27070df78
children 80d1a3452807
comparison
equal deleted inserted replaced
3001:7695a9c81099 3002:9ceb7dafae2e
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 * GET "/modalities/?expand" now returns a JSON object instead of a JSON array 31 * modalities returned by GET "/modalities?expand" and "/modalities/..." are now JSON objects instead of JSON arrays
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