comparison NEWS @ 1588:b5bc87a7212d

OrthancPluginReadFile, OrthancPluginWriteFile
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 Aug 2015 16:49:46 +0200
parents d7e569640d09
children ba0226474e22
comparison
equal deleted inserted replaced
1587:d7e569640d09 1588:b5bc87a7212d
17 * New function "GetOrthancConfiguration()" to get the Orthanc configuration 17 * New function "GetOrthancConfiguration()" to get the Orthanc configuration
18 18
19 Plugins 19 Plugins
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
24 * New function "OrthancPluginWriteFile()" to write files to the filesystem
23 * Plugins have access to explicit error codes 25 * Plugins have access to explicit error codes
24 26
25 Maintenance 27 Maintenance
26 ----------- 28 -----------
27 29