comparison NEWS @ 4698:d16c3c7f11ef

new route "/tools/bulk-content" to get the content of a set of resources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 18 Jun 2021 16:37:12 +0200
parents 569d9ef165b1
children 312e0e29de90 dbb1a90c4df4 bad8935cd5f2
comparison
equal deleted inserted replaced
4697:569d9ef165b1 4698:d16c3c7f11ef
16 16
17 REST API 17 REST API
18 -------- 18 --------
19 19
20 * API version upgraded to 13 20 * API version upgraded to 13
21 * New routes: 21 * New routes to handle groups of multiple, unrelated DICOM resources at once:
22 - "/tools/bulk-anonymize" to anonymize a group of multiple, unrelated resources at once 22 - "/tools/bulk-anonymize" to anonymize a set of resources
23 - "/tools/bulk-delete" to delete a group of multiple, unrelated resources at once 23 - "/tools/bulk-content" to get the content of a set of resources
24 - "/tools/bulk-modify" to modify a group of multiple, unrelated resources at once 24 - "/tools/bulk-delete" to delete a set of resources
25 - "/tools/bulk-modify" to modify a set of resources
25 * ZIP archive/media generated in synchronous mode are now streamed by default 26 * ZIP archive/media generated in synchronous mode are now streamed by default
26 * "Replace" tags in "/modify" and "/anonymize" now supports value representation AT 27 * "Replace" tags in "/modify" and "/anonymize" now supports value representation AT
27 * "/jobs/..." has new field "ErrorDetails" to help identify the cause of an error 28 * "/jobs/..." has new field "ErrorDetails" to help identify the cause of an error
28 * "Replace", "Keep" and "Remove" in "/modify" and "/anonymize" accept paths to subsequences 29 * "Replace", "Keep" and "Remove" in "/modify" and "/anonymize" accept paths to subsequences
29 using the syntax of the dcmodify command-line tool (wildcards are supported as well) 30 using the syntax of the dcmodify command-line tool (wildcards are supported as well)