comparison NEWS @ 3846:67e765d51bdf

preparing primitives to filter incoming DICOM instances in the plugin SDK
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 16 Apr 2020 18:46:11 +0200
parents 281045a1e6db
children ee0a1211419f
comparison
equal deleted inserted replaced
3845:281045a1e6db 3846:67e765d51bdf
7 7
8 * API version has been upgraded to 6 8 * API version has been upgraded to 6
9 * Added: 9 * Added:
10 - "/modalities/{id}/store-straight": Synchronously send the DICOM instance in POST 10 - "/modalities/{id}/store-straight": Synchronously send the DICOM instance in POST
11 body to another modality (alternative to command-line tools such as "storescu") 11 body to another modality (alternative to command-line tools such as "storescu")
12
13 Plugins
14 -------
15
16 * New functions in the SDK:
17 - OrthancPluginRegisterIncomingDicomInstanceFilter()
18 - OrthancPluginGetInstanceTransferSyntaxUid()
19 - OrthancPluginHasInstancePixelData()
12 20
13 Lua 21 Lua
14 --- 22 ---
15 23
16 * New "info" field in "ReceivedInstanceFilter()" callback, containing 24 * New "info" field in "ReceivedInstanceFilter()" callback, containing