diff 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
line wrap: on
line diff
--- a/NEWS	Fri Dec 09 14:48:31 2016 +0100
+++ b/NEWS	Fri Dec 09 17:20:21 2016 +0100
@@ -17,15 +17,18 @@
 * "Asynchronous" flag for URIs "/modalities/{...}/store" and "/peers/{...}/store"
   to avoid waiting for the completion of image transfers
 * Possibility to DELETE "dicom-as-json" attachments to reconstruct the JSON summaries
+  (useful if "Dictionary" has changed)
 * "Keep" option for modifications to keep original DICOM identifiers (advanced feature)
 * "/tools/default-encoding" to get or temporarily change the default encoding
+* "/{resource}/{id}/reconstruct" to reconstruct the main DICOM tags, the JSON summary and
+  the metadata of a resource (useful to compute new metadata, or if using "Keep" above)
 
 Plugins
 -------
 
 * New function: "OrthancPluginRegisterPrivateDictionaryTag()" to register private tags
 * More control over client cache in the ServeFolders plugin
-* New C++ help wrappers in "Plugins/Samples/Common/" to read DICOM datasets
+* New C++ help wrappers in "Plugins/Samples/Common/" to read DICOM datasets from REST API
 
 Maintenance
 -----------