diff 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
line wrap: on
line diff
--- a/NEWS	Thu Apr 16 17:59:47 2020 +0200
+++ b/NEWS	Thu Apr 16 18:46:11 2020 +0200
@@ -10,6 +10,14 @@
   - "/modalities/{id}/store-straight": Synchronously send the DICOM instance in POST
     body to another modality (alternative to command-line tools such as "storescu")
 
+Plugins
+-------
+
+* New functions in the SDK:
+  - OrthancPluginRegisterIncomingDicomInstanceFilter()
+  - OrthancPluginGetInstanceTransferSyntaxUid()
+  - OrthancPluginHasInstancePixelData()
+
 Lua
 ---