comparison NEWS @ 1063:0332e6e8c679

Fix automated generation of the list of resource children in the REST API
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 Jul 2014 16:06:26 +0200
parents 303eb5e09a4b
children 921532f67770
comparison
equal deleted inserted replaced
1062:804a75413ee7 1063:0332e6e8c679
7 7
8 * Access patient module at the study level to cope with PatientID collisions 8 * Access patient module at the study level to cope with PatientID collisions
9 * On-the-fly conversion of JSON to XML according to the HTTP Accept header 9 * On-the-fly conversion of JSON to XML according to the HTTP Accept header
10 * C-Echo SCU in the REST API 10 * C-Echo SCU in the REST API
11 * Lua scripts can do HTTP requests, and thus can call Web services 11 * Lua scripts can do HTTP requests, and thus can call Web services
12 * Fix build of Google Log with Visual Studio >= 11.0
13 12
14 Plugins 13 Plugins
15 ------- 14 -------
16 15
17 * Lookup for DICOM UIDs in the plugin SDK 16 * Lookup for DICOM UIDs in the plugin SDK
18 * Plugins have access to the HTTP headers and can answer with HTTP status codes 17 * Plugins have access to the HTTP headers and can answer with HTTP status codes
18
19 Fixes
20 -----
21
22 * Fix build of Google Log with Visual Studio >= 11.0
23 * Fix automated generation of the list of resource children in the REST API
19 24
20 25
21 Version 0.8.0 (2014/07/10) 26 Version 0.8.0 (2014/07/10)
22 ========================== 27 ==========================
23 28