diff NEWS @ 4796:94616af363ec filter-store-instance

added ReceivedCStoreInstanceFilter lua callback + OrthancPluginRegisterIncomingCStoreInstanceFilter in sdk
author Alain Mazy <am@osimis.io>
date Fri, 01 Oct 2021 18:36:45 +0200
parents fc2ba1ce6538
children 2ca4213fb50a
line wrap: on
line diff
--- a/NEWS	Thu Sep 30 17:52:07 2021 +0200
+++ b/NEWS	Fri Oct 01 18:36:45 2021 +0200
@@ -1,11 +1,23 @@
 Pending changes in the mainline
 ===============================
 
+
 * Fix handling of option "DeidentifyLogs", notably for tags (0010,0010) and (0010,0020)
 
 * New configuration options:
   - "DicomThreadsCount" to set the number of threads in the embedded DICOM server
 
+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)
 ==========================