Mercurial > hg > orthanc-python
comparison Sources/Autogenerated/sdk_OrthancPluginWorklistQuery.impl.h @ 28:b2bbb516056e
The "Calling Python..." info logs are disabled if "PythonVerbose" is "false"
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 27 Apr 2020 07:59:35 +0200 |
parents | fef9a239df5c |
children | 23f3099bed47 |
comparison
equal
deleted
inserted
replaced
27:ec7860ac40e9 | 28:b2bbb516056e |
---|---|
47 | 47 |
48 | 48 |
49 static int sdk_OrthancPluginWorklistQuery_Constructor( | 49 static int sdk_OrthancPluginWorklistQuery_Constructor( |
50 sdk_OrthancPluginWorklistQuery_Object *self, PyObject *args, PyObject *kwds) | 50 sdk_OrthancPluginWorklistQuery_Object *self, PyObject *args, PyObject *kwds) |
51 { | 51 { |
52 OrthancPlugins::LogInfo("Creating Python object of class OrthancPluginWorklistQuery"); | 52 PythonLock::LogCall("Creating Python object of class OrthancPluginWorklistQuery"); |
53 | 53 |
54 self->object_ = NULL; | 54 self->object_ = NULL; |
55 self->borrowed_ = false; | 55 self->borrowed_ = false; |
56 | 56 |
57 long long object = 0; | 57 long long object = 0; |
87 | 87 |
88 // Actual implementation of the methods | 88 // Actual implementation of the methods |
89 static PyObject *sdk_OrthancPluginWorklistQuery_OrthancPluginWorklistIsMatch( | 89 static PyObject *sdk_OrthancPluginWorklistQuery_OrthancPluginWorklistIsMatch( |
90 sdk_OrthancPluginWorklistQuery_Object* self, PyObject *args) | 90 sdk_OrthancPluginWorklistQuery_Object* self, PyObject *args) |
91 { | 91 { |
92 OrthancPlugins::LogInfo("Calling method OrthancPluginWorklistIsMatch() on object of class OrthancPluginWorklistQuery"); | 92 PythonLock::LogCall("Calling method OrthancPluginWorklistIsMatch() on object of class OrthancPluginWorklistQuery"); |
93 | 93 |
94 if (self->object_ == NULL) | 94 if (self->object_ == NULL) |
95 { | 95 { |
96 // TODO: RAISE | 96 // TODO: RAISE |
97 //PythonLock::RaiseException(module, OrthancPluginErrorCode_NullPointer); | 97 //PythonLock::RaiseException(module, OrthancPluginErrorCode_NullPointer); |
113 } | 113 } |
114 | 114 |
115 static PyObject *sdk_OrthancPluginWorklistQuery_OrthancPluginWorklistGetDicomQuery( | 115 static PyObject *sdk_OrthancPluginWorklistQuery_OrthancPluginWorklistGetDicomQuery( |
116 sdk_OrthancPluginWorklistQuery_Object* self, PyObject *args) | 116 sdk_OrthancPluginWorklistQuery_Object* self, PyObject *args) |
117 { | 117 { |
118 OrthancPlugins::LogInfo("Calling method OrthancPluginWorklistGetDicomQuery() on object of class OrthancPluginWorklistQuery"); | 118 PythonLock::LogCall("Calling method OrthancPluginWorklistGetDicomQuery() on object of class OrthancPluginWorklistQuery"); |
119 | 119 |
120 if (self->object_ == NULL) | 120 if (self->object_ == NULL) |
121 { | 121 { |
122 // TODO: RAISE | 122 // TODO: RAISE |
123 //PythonLock::RaiseException(module, OrthancPluginErrorCode_NullPointer); | 123 //PythonLock::RaiseException(module, OrthancPluginErrorCode_NullPointer); |