comparison NEWS @ 2012:50b9bc19dc62

More than one custom image decoder can be installed (e.g. to handle different transfer syntaxes)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 10 Jun 2016 17:54:26 +0200
parents 5b3b2de4e018
children e39a2657f1c6
comparison
equal deleted inserted replaced
2011:5b3b2de4e018 2012:50b9bc19dc62
23 * New callback to filter incoming HTTP requests: OrthancPluginRegisterIncomingHttpRequestFilter() 23 * New callback to filter incoming HTTP requests: OrthancPluginRegisterIncomingHttpRequestFilter()
24 * New callback to handle non-worklists C-Find requests: OrthancPluginRegisterFindCallback() 24 * New callback to handle non-worklists C-Find requests: OrthancPluginRegisterFindCallback()
25 * New callback to handle C-Move requests: OrthancPluginRegisterMoveCallback() 25 * New callback to handle C-Move requests: OrthancPluginRegisterMoveCallback()
26 * New function: "OrthancPluginHttpClient()" to do HTTP requests with full control 26 * New function: "OrthancPluginHttpClient()" to do HTTP requests with full control
27 * New function: "OrthancPluginGenerateUuid()" to generate a UUID 27 * New function: "OrthancPluginGenerateUuid()" to generate a UUID
28 * More than one custom image decoder can be installed (e.g. to handle different transfer syntaxes)
28 29
29 Lua 30 Lua
30 --- 31 ---
31 32
32 * Access to the HTTP headers in the "IncomingHttpRequestFilter()" callback 33 * Access to the HTTP headers in the "IncomingHttpRequestFilter()" callback