comparison NEWS @ 3004:80d1a3452807

fix NEWS
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Dec 2018 09:08:34 +0100
parents 3ca27070df78
children 750de70b3603
comparison
equal deleted inserted replaced
3003:5ae3ff2398e9 3004:80d1a3452807
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 * modalities returned by GET "/modalities?expand" and "/modalities/..." are now JSON objects instead of JSON arrays 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