Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/NEWS Wed Nov 17 10:08:44 2021 +0100 +++ b/NEWS Tue Nov 23 09:20:59 2021 +0100 @@ -23,6 +23,18 @@ * Fix instances accumulating in DB while their attachments were not stored because of MaximumStorageSize limit reached with a single patient in DB. +Lua +--- + +* New "ReceivedCStoreInstanceFilter" Lua callback to filter instances received + through C-Store and return a specific C-Store status code. + + +Plugins +------- + +* New function in the SDK: OrthancPluginRegisterIncomingCStoreInstanceFilter() + Version 1.9.7 (2021-08-31) ==========================