comparison NEWS @ 1593:235d89817b89

OrthancPluginGetErrorDescription
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 Aug 2015 12:32:09 +0200
parents d73124f6b439
children 2bac60a4f584
comparison
equal deleted inserted replaced
1592:d73124f6b439 1593:235d89817b89
20 ------- 20 -------
21 21
22 * New function "OrthancPluginBufferCompression()" to (un)compress memory buffers 22 * New function "OrthancPluginBufferCompression()" to (un)compress memory buffers
23 * New function "OrthancPluginReadFile()" to read files from the filesystem 23 * New function "OrthancPluginReadFile()" to read files from the filesystem
24 * New function "OrthancPluginWriteFile()" to write files to the filesystem 24 * New function "OrthancPluginWriteFile()" to write files to the filesystem
25 * New function "OrthancPluginGetErrorDescription()" to convert error codes to strings
25 * Plugins have access to explicit error codes 26 * Plugins have access to explicit error codes
26 27
27 Maintenance 28 Maintenance
28 ----------- 29 -----------
29 30