Mercurial > hg > orthanc
comparison NEWS @ 1741:06addfcd1d4c
OrthancStarted and OrthancStopped events in plugins
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 23 Oct 2015 16:49:17 +0200 |
parents | e2675b37eb01 |
children | 98abb8d7f905 |
comparison
equal
deleted
inserted
replaced
1740:5e99a70b0635 | 1741:06addfcd1d4c |
---|---|
12 Plugins | 12 Plugins |
13 ------- | 13 ------- |
14 | 14 |
15 * New function "OrthancPluginRegisterErrorCode()" to declare custom error codes | 15 * New function "OrthancPluginRegisterErrorCode()" to declare custom error codes |
16 * New function "OrthancPluginRegisterDictionaryTag()" to declare DICOM tags | 16 * New function "OrthancPluginRegisterDictionaryTag()" to declare DICOM tags |
17 * New "OrthancStarted" and "OrthancStopped" events in change callbacks | |
17 | 18 |
18 Lua | 19 Lua |
19 --- | 20 --- |
20 | 21 |
21 * Optional argument "keepStrings" in "DumpJson()" | 22 * Optional argument "keepStrings" in "DumpJson()" |