comparison NEWS @ 2929:e0c620f964e5

Go back to lookup if deleting a resource without an ancestor
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Nov 2018 12:01:12 +0100
parents 85999ed092c5
children 8341256c6941
comparison
equal deleted inserted replaced
2928:85999ed092c5 2929:e0c620f964e5
14 * The first screen of Orthanc Explorer is now a form to do studies lookups 14 * The first screen of Orthanc Explorer is now a form to do studies lookups
15 * Support of large databases, by limiting the results to 100 patients or studies 15 * Support of large databases, by limiting the results to 100 patients or studies
16 16
17 REST API 17 REST API
18 -------- 18 --------
19
19 * API Version has been upgraded to 1.2 20 * API Version has been upgraded to 1.2
20 * New URI: "/studies/.../merge" to merge a study 21 * New URI: "/studies/.../merge" to merge a study
21 * New URI: "/studies/.../split" to split a study 22 * New URI: "/studies/.../split" to split a study
22 * POST-ing a DICOM file to "/instances" also answers the patient/study/series ID 23 * POST-ing a DICOM file to "/instances" also answers the patient/study/series ID
23 * GET /modalities/... now returns a JSON object instead of a JSON array 24 * GET /modalities/... now returns a JSON object instead of a JSON array