comparison NEWS @ 1455:a68545767975

Initialize() and Finalize() events in Lua
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 02 Jul 2015 15:17:19 +0200
parents a3efc289ec07
children d659b6a4e736
comparison
equal deleted inserted replaced
1454:9de4fa64e29c 1455:a68545767975
12 Lua 12 Lua
13 --- 13 ---
14 14
15 * Access to the REST API of Orthanc (RestApiGet, RestApiPost, RestApiPut, RestApiDelete) 15 * Access to the REST API of Orthanc (RestApiGet, RestApiPost, RestApiPut, RestApiDelete)
16 * Functions to convert between Lua values and JSON strings: "ParseJson" and "DumpJson" 16 * Functions to convert between Lua values and JSON strings: "ParseJson" and "DumpJson"
17 * New events: "OnStablePatient", "OnStableStudy", "OnStableSeries" 17 * New events: "OnStablePatient", "OnStableStudy", "OnStableSeries", "Initialize", "Finalize"
18 18
19 Plugins 19 Plugins
20 ------- 20 -------
21 21
22 * Plugins can retrieve the configuration file directly as a JSON string 22 * Plugins can retrieve the configuration file directly as a JSON string