comparison Sources/Autogenerated/sdk_OrthancPluginFindQuery.impl.h @ 193:66cd20e970d8 java-code-model

simplification for custom methods
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Jul 2024 18:37:04 +0200
parents 55473de7694f
children 3678a028f1f6
comparison
equal deleted inserted replaced
192:b0f096d2339e 193:66cd20e970d8
31 sdk_OrthancPluginFindQuery_Object* self, PyObject *args); 31 sdk_OrthancPluginFindQuery_Object* self, PyObject *args);
32 // End of forward declarations 32 // End of forward declarations
33 33
34 34
35 // Forward declaration of the custom methods 35 // Forward declaration of the custom methods
36 extern PyObject *GetFindQueryTagGroup( 36 extern PyObject *GetFindQueryTagElement(sdk_OrthancPluginFindQuery_Object* self, PyObject *args);
37 sdk_OrthancPluginFindQuery_Object* self, PyObject *args); 37 extern PyObject *GetFindQueryTagGroup(sdk_OrthancPluginFindQuery_Object* self, PyObject *args);
38 extern PyObject *GetFindQueryTagElement(
39 sdk_OrthancPluginFindQuery_Object* self, PyObject *args);
40 // End of forward declarations 38 // End of forward declarations
41 39
42 40
43 static PyMethodDef sdk_OrthancPluginFindQuery_Methods[] = { 41 static PyMethodDef sdk_OrthancPluginFindQuery_Methods[] = {
44 { "GetFindQuerySize", 42 { "GetFindQuerySize",
48 (PyCFunction) sdk_OrthancPluginFindQuery_OrthancPluginGetFindQueryTagName, METH_VARARGS, 46 (PyCFunction) sdk_OrthancPluginFindQuery_OrthancPluginGetFindQueryTagName, METH_VARARGS,
49 "Generated from C function OrthancPluginGetFindQueryTagName()" }, 47 "Generated from C function OrthancPluginGetFindQueryTagName()" },
50 { "GetFindQueryValue", 48 { "GetFindQueryValue",
51 (PyCFunction) sdk_OrthancPluginFindQuery_OrthancPluginGetFindQueryValue, METH_VARARGS, 49 (PyCFunction) sdk_OrthancPluginFindQuery_OrthancPluginGetFindQueryValue, METH_VARARGS,
52 "Generated from C function OrthancPluginGetFindQueryValue()" }, 50 "Generated from C function OrthancPluginGetFindQueryValue()" },
51 { "GetFindQueryTagElement",
52 (PyCFunction) GetFindQueryTagElement, METH_VARARGS,
53 "Implemented in C++ function GetFindQueryTagElement()" },
53 { "GetFindQueryTagGroup", 54 { "GetFindQueryTagGroup",
54 (PyCFunction) GetFindQueryTagGroup, METH_VARARGS, 55 (PyCFunction) GetFindQueryTagGroup, METH_VARARGS,
55 "Generated from C function OrthancPluginGetFindQueryTag()" }, 56 "Implemented in C++ function GetFindQueryTagGroup()" },
56 { "GetFindQueryTagElement",
57 (PyCFunction) GetFindQueryTagElement, METH_VARARGS,
58 "Generated from C function OrthancPluginGetFindQueryTag()" },
59 { NULL } /* Sentinel */ 57 { NULL } /* Sentinel */
60 }; 58 };
61 59
62 60
63 static int sdk_OrthancPluginFindQuery_Constructor( 61 static int sdk_OrthancPluginFindQuery_Constructor(