comparison NEWS @ 1817:9a6de24209cf worklists

integration mainline->worklists
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 24 Nov 2015 13:45:55 +0100
parents 2abfdca9b915
children 0ef4e6e66b56
comparison
equal deleted inserted replaced
1812:8e5600e699c0 1817:9a6de24209cf
28 * ".../preview" and ".../image-uint8" can return JPEG images if the HTTP Accept Header asks so 28 * ".../preview" and ".../image-uint8" can return JPEG images if the HTTP Accept Header asks so
29 29
30 Plugins 30 Plugins
31 ------- 31 -------
32 32
33 * New functions "OrthancPluginDicomInstanceToJson()" and "OrthancPluginDicomBufferToJson()" 33 * New functions:
34 * New function "OrthancPluginRegisterErrorCode()" to declare custom error codes 34 - "OrthancPluginDicomInstanceToJson()" to convert DICOM to JSON
35 * New function "OrthancPluginRegisterDictionaryTag()" to declare custom DICOM tags 35 - "OrthancPluginDicomBufferToJson()" to convert DICOM to JSON
36 * New function "OrthancPluginRestApiGet2()" to provide HTTP headers when calling Orthanc API 36 - "OrthancPluginRegisterErrorCode()" to declare custom error codes
37 * New "OrthancStarted", "OrthancStopped", "UpdatedAttachment" 37 - "OrthancPluginRegisterDictionaryTag()" to declare custom DICOM tags
38 and "UpdatedMetadata" events in change callbacks 38 - "OrthancPluginRestApiGet2()" to provide HTTP headers when calling Orthanc API
39 - "OrthancPluginGetInstanceOrigin()" to know through which mechanism an instance was received
40 * New events in change callbacks:
41 - "OrthancStarted"
42 - "OrthancStopped"
43 - "UpdatedAttachment"
44 - "UpdatedMetadata"
39 * "/system" URI gives information about the plugins used for storage area and DB back-end 45 * "/system" URI gives information about the plugins used for storage area and DB back-end
40 * Plugin callbacks should now return explicit "OrthancPluginErrorCode" instead of integers 46 * Plugin callbacks must now return explicit "OrthancPluginErrorCode" (instead of integers)
41 47
42 Lua 48 Lua
43 --- 49 ---
44 50
45 * Optional argument "keepStrings" in "DumpJson()" 51 * Optional argument "keepStrings" in "DumpJson()"