comparison NEWS @ 4697:569d9ef165b1

Added "short", "simplify" and/or "full" options to control the format of DICOM tags wherever possible
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 18 Jun 2021 16:08:35 +0200
parents dd6274412ff4
children d16c3c7f11ef
comparison
equal deleted inserted replaced
4696:dd6274412ff4 4697:569d9ef165b1
6 6
7 * Orthanc now anonymizes according to Basic Profile of PS 3.15-2021b Table E.1-1 7 * Orthanc now anonymizes according to Basic Profile of PS 3.15-2021b Table E.1-1
8 * New configuration options: 8 * New configuration options:
9 - "ExternalDictionaries" to load external DICOM dictionaries (useful for DICONDE) 9 - "ExternalDictionaries" to load external DICOM dictionaries (useful for DICONDE)
10 - "SynchronousZipStream" to disable streaming of ZIP 10 - "SynchronousZipStream" to disable streaming of ZIP
11
12 Orthanc Explorer
13 ----------------
14
15 * Orthanc Explorer supports the DICONDE dictionary
11 16
12 REST API 17 REST API
13 -------- 18 --------
14 19
15 * API version upgraded to 13 20 * API version upgraded to 13
20 * ZIP archive/media generated in synchronous mode are now streamed by default 25 * ZIP archive/media generated in synchronous mode are now streamed by default
21 * "Replace" tags in "/modify" and "/anonymize" now supports value representation AT 26 * "Replace" tags in "/modify" and "/anonymize" now supports value representation AT
22 * "/jobs/..." has new field "ErrorDetails" to help identify the cause of an error 27 * "/jobs/..." has new field "ErrorDetails" to help identify the cause of an error
23 * "Replace", "Keep" and "Remove" in "/modify" and "/anonymize" accept paths to subsequences 28 * "Replace", "Keep" and "Remove" in "/modify" and "/anonymize" accept paths to subsequences
24 using the syntax of the dcmodify command-line tool (wildcards are supported as well) 29 using the syntax of the dcmodify command-line tool (wildcards are supported as well)
30 * Added "short", "simplify" and/or "full" options to control the format of DICOM tags in:
31 - GET /patients, GET /studies, GET /series, GET /instances (together with "&expand")
32 - GET /patients/{id}, GET /studies/{id}, GET /series/{id}, GET /instances/{id}
33 - GET /patients/{id}/studies, GET /patients/{id}/series, GET /patients/{id}/instances
34 - GET /studies/{id}/patient, GET /studies/{id}/series, GET /studies/{id}/instances
35 - GET /series/{id}/patient, GET /series/{id}/study, GET /series/{id}/instances
36 - GET /instances/{id}/patient, GET /instances/{id}/study, GET /instances/{id}/series
37 - GET /patients/{id}/instances-tags, GET /patients/{id}/shared-tags
38 - GET /studies/{id}/instances-tags, GET /series/{id}/shared-tags
39 - GET /series/{id}/instances-tags, GET /studies/{id}/shared-tags
40 - GET /patients/{id}/module, GET /patients/{id}/patient-module
41 - GET /series/{id}/module, GET /studies/{id}/module, GET /instances/{id}/module
42 - POST /tools/find
25 43
26 Maintenance 44 Maintenance
27 ----------- 45 -----------
28 46
29 * Full support of hierarchical relationships in tags whose VR is UI during anonymization 47 * Full support of hierarchical relationships in tags whose VR is UI during anonymization