Mercurial > hg > orthanc
comparison NEWS @ 4809:2ca4213fb50a
merged ReceivedCStoreInstanceFilter
author | Alain Mazy <am@osimis.io> |
---|---|
date | Tue, 23 Nov 2021 09:20:59 +0100 |
parents | 0a38000b086d 94616af363ec |
children | 7afbb54bd028 |
comparison
equal
deleted
inserted
replaced
4808:7e1740813fa4 | 4809:2ca4213fb50a |
---|---|
20 Maintenance | 20 Maintenance |
21 ----------- | 21 ----------- |
22 | 22 |
23 * Fix instances accumulating in DB while their attachments were not stored because of | 23 * Fix instances accumulating in DB while their attachments were not stored because of |
24 MaximumStorageSize limit reached with a single patient in DB. | 24 MaximumStorageSize limit reached with a single patient in DB. |
25 | |
26 Lua | |
27 --- | |
28 | |
29 * New "ReceivedCStoreInstanceFilter" Lua callback to filter instances received | |
30 through C-Store and return a specific C-Store status code. | |
31 | |
32 | |
33 Plugins | |
34 ------- | |
35 | |
36 * New function in the SDK: OrthancPluginRegisterIncomingCStoreInstanceFilter() | |
25 | 37 |
26 | 38 |
27 Version 1.9.7 (2021-08-31) | 39 Version 1.9.7 (2021-08-31) |
28 ========================== | 40 ========================== |
29 | 41 |