comparison NEWS @ 1449:164a381abb2b

NEWS
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 02 Jul 2015 09:14:53 +0200
parents 5ba7471780ae
children a3efc289ec07
comparison
equal deleted inserted replaced
1448:3f7722179467 1449:164a381abb2b
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 4
5 General
6 -------
7
5 * The configuration can be splitted into several files stored inside the same folder 8 * The configuration can be splitted into several files stored inside the same folder
6 * Custom setting of the local AET during C-Store SCU (both in Lua and in the REST API) 9 * Custom setting of the local AET during C-Store SCU (both in Lua and in the REST API)
10 * Many code refactorings
11
12 Lua
13 ---
14
15 * Access to the REST API of Orthanc (RestApiGet, RestApiPost, RestApiPut, RestApiDelete)
16 * New events: "OnStablePatient", "OnStableStudy", "OnStableSeries"
7 17
8 Plugins 18 Plugins
9 ------- 19 -------
10 20
11 * Plugins can retrieve the configuration file directly as a JSON string 21 * Plugins can retrieve the configuration file directly as a JSON string
12 * Plugins can send answers as multipart messages 22 * Plugins can send answers as multipart messages
13 23
14 Fixes 24 Fixes
15 ----- 25 -----
16 26
17 * Many code refactorings
18 * Fix compatibility issues for C-Find SCU to Siemens Syngo.Via modalities SCP 27 * Fix compatibility issues for C-Find SCU to Siemens Syngo.Via modalities SCP
28 * Fix issue 15 (Lua scripts making HTTP requests)
19 * Fix issue 35 (Characters in PatientID string are not protected for C-Find) 29 * Fix issue 35 (Characters in PatientID string are not protected for C-Find)
20 * Fix issue 37 (Hyphens trigger range query even if datatype does not support ranges) 30 * Fix issue 37 (Hyphens trigger range query even if datatype does not support ranges)
21 31
22 32
23 Version 0.9.0 (2015/06/03) 33 Version 0.9.0 (2015/06/03)