comparison NEWS @ 1780:94990da8710e

OrthancPluginRestApiGet2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 13 Nov 2015 15:06:45 +0100
parents c24dac8c1d4e
children 2dbf25006f88
comparison
equal deleted inserted replaced
1779:c24dac8c1d4e 1780:94990da8710e
17 Plugins 17 Plugins
18 ------- 18 -------
19 19
20 * New function "OrthancPluginRegisterErrorCode()" to declare custom error codes 20 * New function "OrthancPluginRegisterErrorCode()" to declare custom error codes
21 * New function "OrthancPluginRegisterDictionaryTag()" to declare custom DICOM tags 21 * New function "OrthancPluginRegisterDictionaryTag()" to declare custom DICOM tags
22 * New function "OrthancPluginRestApiGet2()" to provide HTTP headers when calling Orthanc API
22 * New "OrthancStarted", "OrthancStopped", "UpdatedAttachment" 23 * New "OrthancStarted", "OrthancStopped", "UpdatedAttachment"
23 and "UpdatedMetadata" events in change callbacks 24 and "UpdatedMetadata" events in change callbacks
25 * "/system" URI gives information about the plugins used for storage area and DB back-end
26 * Plugin callbacks should now return explicit "OrthancPluginErrorCode" instead of integers
24 27
25 Lua 28 Lua
26 --- 29 ---
27 30
28 * Optional argument "keepStrings" in "DumpJson()" 31 * Optional argument "keepStrings" in "DumpJson()"
31 ----------- 34 -----------
32 35
33 * Full refactoring of the searching features 36 * Full refactoring of the searching features
34 * C-Move SCP for studies using AccessionNumber tag 37 * C-Move SCP for studies using AccessionNumber tag
35 * Fix issue 4 (C-Store Association not renegotiated on Specific-to-specific transfer syntax change) 38 * Fix issue 4 (C-Store Association not renegotiated on Specific-to-specific transfer syntax change)
36 * "/system" URI gives information about the plugins used for storage area and DB back-end
37 * Plugin callbacks should now return explicit "OrthancPluginErrorCode" instead of integers
38 * "/tools/create-dicom" can create tags with unknown VR 39 * "/tools/create-dicom" can create tags with unknown VR
39 * "--logdir" flag creates a single log file instead of 3 separate files for errors/warnings/infos 40 * "--logdir" flag creates a single log file instead of 3 separate files for errors/warnings/infos
40 * "--errors" flag lists the error codes that could be returned by Orthanc 41 * "--errors" flag lists the error codes that could be returned by Orthanc
41 * Under Windows, the exit status of Orthanc corresponds to the encountered error code 42 * Under Windows, the exit status of Orthanc corresponds to the encountered error code
42 43