Mercurial > hg > orthanc
comparison NEWS @ 1065:921532f67770
Lua scripts can invoke system commands, with CallSystem()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 25 Jul 2014 16:59:33 +0200 |
parents | 0332e6e8c679 |
children | b630faa3a64f |
comparison
equal
deleted
inserted
replaced
1064:cd20e2568fc2 | 1065:921532f67770 |
---|---|
6 ------- | 6 ------- |
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 | |
12 Lua scripts | |
13 ----------- | |
14 | |
11 * Lua scripts can do HTTP requests, and thus can call Web services | 15 * Lua scripts can do HTTP requests, and thus can call Web services |
16 * Lua scripts can invoke system commands, with CallSystem() | |
12 | 17 |
13 Plugins | 18 Plugins |
14 ------- | 19 ------- |
15 | 20 |
16 * Lookup for DICOM UIDs in the plugin SDK | 21 * Lookup for DICOM UIDs in the plugin SDK |