diff NEWS @ 1765:57b9e6890482

New configuration option: "Dictionary" to declare custom DICOM tags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Oct 2015 16:49:25 +0100
parents 98abb8d7f905
children 53e045b5a8ec
line wrap: on
line diff
--- a/NEWS	Thu Oct 29 16:08:59 2015 +0100
+++ b/NEWS	Thu Oct 29 16:49:25 2015 +0100
@@ -9,12 +9,13 @@
 * "/series/.../ordered-slices" to order the slices of a 2D+t or 3D image
 * New URI "/tools/shutdown" to stop Orthanc from the REST API
 * New URIs for attachments: ".../compress", ".../uncompress" and ".../is-compressed"
+* New configuration option: "Dictionary" to declare custom DICOM tags
 
 Plugins
 -------
 
 * New function "OrthancPluginRegisterErrorCode()" to declare custom error codes
-* New function "OrthancPluginRegisterDictionaryTag()" to declare DICOM tags
+* New function "OrthancPluginRegisterDictionaryTag()" to declare custom DICOM tags
 * New "OrthancStarted" and "OrthancStopped" events in change callbacks
 
 Lua