comparison NEWS @ 1773:613df4362575

New UpdatedAttachment and UpdatedMetadata events in plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Nov 2015 15:24:23 +0100
parents 53e045b5a8ec
children c24dac8c1d4e
comparison
equal deleted inserted replaced
1772:53e045b5a8ec 1773:613df4362575
15 Plugins 15 Plugins
16 ------- 16 -------
17 17
18 * New function "OrthancPluginRegisterErrorCode()" to declare custom error codes 18 * New function "OrthancPluginRegisterErrorCode()" to declare custom error codes
19 * New function "OrthancPluginRegisterDictionaryTag()" to declare custom DICOM tags 19 * New function "OrthancPluginRegisterDictionaryTag()" to declare custom DICOM tags
20 * New "OrthancStarted" and "OrthancStopped" events in change callbacks 20 * New "OrthancStarted", "OrthancStopped", "UpdatedAttachment"
21 and "UpdatedMetadata" events in change callbacks
21 22
22 Lua 23 Lua
23 --- 24 ---
24 25
25 * Optional argument "keepStrings" in "DumpJson()" 26 * Optional argument "keepStrings" in "DumpJson()"