comparison NEWS @ 2209:e3fd5bc429a2

URI to reconstruct the main DICOM tags, the JSON summary and the metadata
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 09 Dec 2016 17:20:21 +0100
parents 90ea60bee5ff
children c88c8807a0ed
comparison
equal deleted inserted replaced
2208:90ea60bee5ff 2209:e3fd5bc429a2
15 (useful if private tags are registered, or if changing the default encoding) 15 (useful if private tags are registered, or if changing the default encoding)
16 * "Permissive" flag for URI "/modalities/{...}/store" to ignore C-Store transfer errors 16 * "Permissive" flag for URI "/modalities/{...}/store" to ignore C-Store transfer errors
17 * "Asynchronous" flag for URIs "/modalities/{...}/store" and "/peers/{...}/store" 17 * "Asynchronous" flag for URIs "/modalities/{...}/store" and "/peers/{...}/store"
18 to avoid waiting for the completion of image transfers 18 to avoid waiting for the completion of image transfers
19 * Possibility to DELETE "dicom-as-json" attachments to reconstruct the JSON summaries 19 * Possibility to DELETE "dicom-as-json" attachments to reconstruct the JSON summaries
20 (useful if "Dictionary" has changed)
20 * "Keep" option for modifications to keep original DICOM identifiers (advanced feature) 21 * "Keep" option for modifications to keep original DICOM identifiers (advanced feature)
21 * "/tools/default-encoding" to get or temporarily change the default encoding 22 * "/tools/default-encoding" to get or temporarily change the default encoding
23 * "/{resource}/{id}/reconstruct" to reconstruct the main DICOM tags, the JSON summary and
24 the metadata of a resource (useful to compute new metadata, or if using "Keep" above)
22 25
23 Plugins 26 Plugins
24 ------- 27 -------
25 28
26 * New function: "OrthancPluginRegisterPrivateDictionaryTag()" to register private tags 29 * New function: "OrthancPluginRegisterPrivateDictionaryTag()" to register private tags
27 * More control over client cache in the ServeFolders plugin 30 * More control over client cache in the ServeFolders plugin
28 * New C++ help wrappers in "Plugins/Samples/Common/" to read DICOM datasets 31 * New C++ help wrappers in "Plugins/Samples/Common/" to read DICOM datasets from REST API
29 32
30 Maintenance 33 Maintenance
31 ----------- 34 -----------
32 35
33 * Fix handling of encodings in C-FIND requests (including for worklists) 36 * Fix handling of encodings in C-FIND requests (including for worklists)