comparison NEWS @ 5248:a7d95f951f8a db-protobuf

replaced "WithLabels" and "WithoutLabels", by "Labels" and "LabelsConstraint"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Apr 2023 22:18:37 +0200
parents eb2684260c19
children f22c8fac764b
comparison
equal deleted inserted replaced
5247:eb2684260c19 5248:a7d95f951f8a
9 REST API 9 REST API
10 -------- 10 --------
11 11
12 * API version upgraded to 20 12 * API version upgraded to 20
13 * New URIs "/.../{id}/labels/{label}" to test/set/remove labels 13 * New URIs "/.../{id}/labels/{label}" to test/set/remove labels
14 * "/tools/find" accepts the "WithLabels" and "WithoutLabels" arguments 14 * "/tools/find" accepts the "Labels" and "LabelsConstraint" arguments
15 * "/patients/{id}", "/studies/{id}", "/series/{id}" and "/instances/{id}" 15 * "/patients/{id}", "/studies/{id}", "/series/{id}" and "/instances/{id}"
16 contain the "Labels" field 16 contain the "Labels" field
17 * "/system": added "UserMetadata" and "HasLabels" 17 * "/system": added "UserMetadata" and "HasLabels"
18 18
19 Plugins 19 Plugins