comparison NEWS @ 2976:cb5d75143da0

Asynchronous generation of ZIP archives and DICOM medias
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 Dec 2018 12:23:46 +0100
parents ccf61f6e22ef
children 94c8222c52b7
comparison
equal deleted inserted replaced
2970:eea66afed0db 2976:cb5d75143da0
19 19
20 REST API 20 REST API
21 -------- 21 --------
22 22
23 * API Version has been upgraded to 1.2 23 * API Version has been upgraded to 1.2
24 * Asynchronous generation of ZIP archives and DICOM medias
24 * New URI: "/studies/.../merge" to merge a study 25 * New URI: "/studies/.../merge" to merge a study
25 * New URI: "/studies/.../split" to split a study 26 * New URI: "/studies/.../split" to split a study
26 * 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
27 * 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
28 * New options to URI "/queries/.../answers": "?expand" and "?simplify" 29 * New options to URI "/queries/.../answers": "?expand" and "?simplify"