comparison 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
comparison
equal deleted inserted replaced
4795:22d5b611dea7 4796:94616af363ec
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4
4 * Fix handling of option "DeidentifyLogs", notably for tags (0010,0010) and (0010,0020) 5 * Fix handling of option "DeidentifyLogs", notably for tags (0010,0010) and (0010,0020)
5 6
6 * New configuration options: 7 * New configuration options:
7 - "DicomThreadsCount" to set the number of threads in the embedded DICOM server 8 - "DicomThreadsCount" to set the number of threads in the embedded DICOM server
8 9
10 Lua
11 ---
12
13 * New "ReceivedCStoreInstanceFilter" Lua callback to filter instances received
14 through C-Store and return a specific C-Store status code.
15
16
17 Plugins
18 -------
19
20 * New function in the SDK: OrthancPluginRegisterIncomingCStoreInstanceFilter()
9 21
10 Version 1.9.7 (2021-08-31) 22 Version 1.9.7 (2021-08-31)
11 ========================== 23 ==========================
12 24
13 General 25 General