diff CodeAnalysis/ParseOrthancSDK.py @ 96:627b8a19fb9f

orthanc.RegisterIncomingCStoreInstanceFilter()
author Alain Mazy <am@osimis.io>
date Fri, 15 Oct 2021 18:36:24 +0200
parents 6fc445793796
children eb6ac5a801d1
line wrap: on
line diff
--- a/CodeAnalysis/ParseOrthancSDK.py	Wed Sep 15 11:52:30 2021 +0200
+++ b/CodeAnalysis/ParseOrthancSDK.py	Fri Oct 15 18:36:24 2021 +0200
@@ -50,6 +50,7 @@
     'OrthancPluginRegisterRestCallback',               # Implemented using OrthancPlugins::RegisterRestCallback
     'OrthancPluginRegisterRestCallbackNoLock',         # Implemented using OrthancPlugins::RegisterRestCallback
     'OrthancPluginRegisterWorklistCallback',
+    'OrthancPluginRegisterIncomingCStoreInstanceFilter',
 ])
 
 CUSTOM_METHODS = [
@@ -99,7 +100,7 @@
                     help = 'manually provides the path to the libclang shared library')
 parser.add_argument('--source',
                     default = os.path.join(os.path.dirname(__file__),
-                                           '../Resources/Orthanc/Sdk-1.8.1/orthanc/OrthancCPlugin.h'),
+                                           '../Resources/Orthanc/Sdk-1.9.8/orthanc/OrthancCPlugin.h'),
                     help = 'Input C++ file')
 parser.add_argument('--target', 
                     default = os.path.join(os.path.dirname(__file__),