diff Sources/Plugin.cpp @ 64:091fb1903bfc

new wrapped function: orthanc.RegisterWorklistCallback() and orthanc.WorklistAnswers.WorklistAddAnswer()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 11 Jun 2021 09:03:43 +0200
parents 32de70a1e4c7
children 4da5ce3468b4
line wrap: on
line diff
--- a/Sources/Plugin.cpp	Thu Jun 10 18:19:27 2021 +0200
+++ b/Sources/Plugin.cpp	Fri Jun 11 09:03:43 2021 +0200
@@ -152,7 +152,7 @@
 
 
   /**
-   * New in release 3.1
+   * New in release 3.2
    **/
   
   {
@@ -170,6 +170,11 @@
     functions.push_back(f);
   }
   
+  {
+    PyMethodDef f = { "RegisterWorklistCallback", RegisterWorklistCallback, METH_VARARGS, "" };
+    functions.push_back(f);
+  }
+  
   
   /**
    * Append all the global functions that were automatically generated