Mercurial > hg > orthanc-python
annotate Sources/Autogenerated/CodeModel.json @ 145:8b310d571e5b
sync orthanc folder
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 13 Nov 2023 21:12:54 +0100 |
parents | 6288b8132659 |
children | 0705e324fcc8 |
rev | line source |
---|---|
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2 "classes": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3 { |
145 | 4 "class_name": "OrthancPluginDicomInstance", |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
5 "custom_methods": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
6 { |
145 | 7 "class_name": "OrthancPluginDicomInstance", |
8 "implementation": "GetInstanceData", | |
9 "method_name": "GetInstanceData", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
10 "sdk_function": "OrthancPluginGetInstanceData" |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
11 } |
145 | 12 ], |
13 "destructor": "OrthancPluginFreeDicomInstance", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
14 "methods": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
15 { |
145 | 16 "args": [], |
17 "c_function": "OrthancPluginGetInstanceRemoteAet", | |
18 "return_sdk_type": "const char *", | |
19 "return_static_string": true, | |
20 "self": ", self->object_", | |
21 "short_name": "GetInstanceRemoteAet", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
22 "tuple_format": "\"\", " |
145 | 23 }, |
24 { | |
25 "args": [], | |
26 "c_function": "OrthancPluginGetInstanceSize", | |
27 "return_long": true, | |
28 "return_sdk_type": "int64_t", | |
29 "self": ", self->object_", | |
30 "short_name": "GetInstanceSize", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
31 "tuple_format": "\"\", " |
145 | 32 }, |
33 { | |
34 "args": [], | |
35 "c_function": "OrthancPluginGetInstanceJson", | |
36 "return_dynamic_string": true, | |
37 "return_sdk_type": "char *", | |
38 "self": ", self->object_", | |
39 "short_name": "GetInstanceJson", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
40 "tuple_format": "\"\", " |
145 | 41 }, |
42 { | |
43 "args": [], | |
44 "c_function": "OrthancPluginGetInstanceSimplifiedJson", | |
45 "return_dynamic_string": true, | |
46 "return_sdk_type": "char *", | |
47 "self": ", self->object_", | |
48 "short_name": "GetInstanceSimplifiedJson", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
49 "tuple_format": "\"\", " |
145 | 50 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
51 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
52 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
53 { |
145 | 54 "initialization": " = NULL", |
55 "name": "arg0", | |
56 "orthanc_cast": "arg0", | |
57 "python_format": "s", | |
58 "python_type": "const char*", | |
59 "sdk_name": "metadata", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
60 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
61 } |
145 | 62 ], |
63 "c_function": "OrthancPluginHasInstanceMetadata", | |
64 "call_args": ", arg0", | |
65 "count_args": 1, | |
66 "has_args": true, | |
67 "return_long": true, | |
68 "return_sdk_type": "int32_t", | |
69 "self": ", self->object_", | |
70 "short_name": "HasInstanceMetadata", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
71 "tuple_format": "\"s\", &arg0" |
145 | 72 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
73 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
74 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
75 { |
145 | 76 "initialization": " = NULL", |
77 "name": "arg0", | |
78 "orthanc_cast": "arg0", | |
79 "python_format": "s", | |
80 "python_type": "const char*", | |
81 "sdk_name": "metadata", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
82 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
83 } |
145 | 84 ], |
85 "c_function": "OrthancPluginGetInstanceMetadata", | |
86 "call_args": ", arg0", | |
87 "count_args": 1, | |
88 "has_args": true, | |
89 "return_sdk_type": "const char *", | |
90 "return_static_string": true, | |
91 "self": ", self->object_", | |
92 "short_name": "GetInstanceMetadata", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
93 "tuple_format": "\"s\", &arg0" |
145 | 94 }, |
95 { | |
96 "args": [], | |
97 "c_function": "OrthancPluginGetInstanceOrigin", | |
98 "return_enumeration": "OrthancPluginInstanceOrigin", | |
99 "return_sdk_enumeration": "OrthancPluginInstanceOrigin", | |
100 "return_sdk_type": "enumeration", | |
101 "self": ", self->object_", | |
102 "short_name": "GetInstanceOrigin", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
103 "tuple_format": "\"\", " |
145 | 104 }, |
105 { | |
106 "args": [], | |
107 "c_function": "OrthancPluginGetInstanceTransferSyntaxUid", | |
108 "return_dynamic_string": true, | |
109 "return_sdk_type": "char *", | |
110 "self": ", self->object_", | |
111 "short_name": "GetInstanceTransferSyntaxUid", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
112 "tuple_format": "\"\", " |
145 | 113 }, |
114 { | |
115 "args": [], | |
116 "c_function": "OrthancPluginHasInstancePixelData", | |
117 "return_long": true, | |
118 "return_sdk_type": "int32_t", | |
119 "self": ", self->object_", | |
120 "short_name": "HasInstancePixelData", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
121 "tuple_format": "\"\", " |
145 | 122 }, |
123 { | |
124 "args": [], | |
125 "c_function": "OrthancPluginGetInstanceFramesCount", | |
126 "return_long": true, | |
127 "return_sdk_type": "uint32_t", | |
128 "self": ", self->object_", | |
129 "short_name": "GetInstanceFramesCount", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
130 "tuple_format": "\"\", " |
145 | 131 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
132 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
133 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
134 { |
145 | 135 "initialization": " = 0", |
136 "name": "arg0", | |
137 "orthanc_cast": "arg0", | |
138 "python_format": "k", | |
139 "python_type": "unsigned long", | |
140 "sdk_name": "frameIndex", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
141 "sdk_type": "uint32_t" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
142 } |
145 | 143 ], |
144 "c_function": "OrthancPluginGetInstanceRawFrame", | |
145 "call_args": ", arg0", | |
146 "count_args": 1, | |
147 "has_args": true, | |
148 "return_bytes": true, | |
149 "return_sdk_type": "OrthancPluginMemoryBuffer *", | |
150 "self": ", self->object_", | |
151 "short_name": "GetInstanceRawFrame", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
152 "tuple_format": "\"k\", &arg0" |
145 | 153 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
154 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
155 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
156 { |
145 | 157 "initialization": " = 0", |
158 "name": "arg0", | |
159 "orthanc_cast": "arg0", | |
160 "python_format": "k", | |
161 "python_type": "unsigned long", | |
162 "sdk_name": "frameIndex", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
163 "sdk_type": "uint32_t" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
164 } |
145 | 165 ], |
166 "c_function": "OrthancPluginGetInstanceDecodedFrame", | |
167 "call_args": ", arg0", | |
168 "count_args": 1, | |
169 "has_args": true, | |
170 "return_object": "OrthancPluginImage", | |
171 "return_sdk_class": "OrthancPluginImage", | |
172 "return_sdk_type": "object", | |
173 "self": ", self->object_", | |
174 "short_name": "GetInstanceDecodedFrame", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
175 "tuple_format": "\"k\", &arg0" |
145 | 176 }, |
177 { | |
178 "args": [], | |
179 "c_function": "OrthancPluginSerializeDicomInstance", | |
180 "return_bytes": true, | |
181 "return_sdk_type": "OrthancPluginMemoryBuffer *", | |
182 "self": ", self->object_", | |
183 "short_name": "SerializeDicomInstance", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
184 "tuple_format": "\"\", " |
145 | 185 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
186 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
187 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
188 { |
145 | 189 "initialization": " = 0", |
190 "name": "arg0", | |
191 "orthanc_cast": "static_cast<OrthancPluginDicomToJsonFormat>(arg0)", | |
192 "python_format": "l", | |
193 "python_type": "long int", | |
194 "sdk_enumeration": "OrthancPluginDicomToJsonFormat", | |
195 "sdk_name": "format", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
196 "sdk_type": "enumeration" |
145 | 197 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
198 { |
145 | 199 "initialization": " = 0", |
200 "name": "arg1", | |
201 "orthanc_cast": "static_cast<OrthancPluginDicomToJsonFlags>(arg1)", | |
202 "python_format": "l", | |
203 "python_type": "long int", | |
204 "sdk_enumeration": "OrthancPluginDicomToJsonFlags", | |
205 "sdk_name": "flags", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
206 "sdk_type": "enumeration" |
145 | 207 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
208 { |
145 | 209 "initialization": " = 0", |
210 "name": "arg2", | |
211 "orthanc_cast": "arg2", | |
212 "python_format": "k", | |
213 "python_type": "unsigned long", | |
214 "sdk_name": "maxStringLength", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
215 "sdk_type": "uint32_t" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
216 } |
145 | 217 ], |
218 "c_function": "OrthancPluginGetInstanceAdvancedJson", | |
219 "call_args": ", static_cast<OrthancPluginDicomToJsonFormat>(arg0), static_cast<OrthancPluginDicomToJsonFlags>(arg1), arg2", | |
220 "count_args": 3, | |
221 "has_args": true, | |
222 "return_dynamic_string": true, | |
223 "return_sdk_type": "char *", | |
224 "self": ", self->object_", | |
225 "short_name": "GetInstanceAdvancedJson", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
226 "tuple_format": "\"llk\", &arg0, &arg1, &arg2" |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
227 } |
145 | 228 ], |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
229 "short_name": "DicomInstance" |
145 | 230 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
231 { |
145 | 232 "class_name": "OrthancPluginDicomWebNode", |
233 "custom_methods": [], | |
234 "methods": [], | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
235 "short_name": "DicomWebNode" |
145 | 236 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
237 { |
145 | 238 "class_name": "OrthancPluginFindAnswers", |
239 "custom_methods": [], | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
240 "methods": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
241 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
242 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
243 { |
145 | 244 "name": "arg0", |
245 "orthanc_cast": "arg0.buf, arg0.len", | |
246 "python_format": "s*", | |
247 "python_type": "Py_buffer", | |
248 "release": "PyBuffer_Release(&arg0);", | |
249 "sdk_name": "dicom", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
250 "sdk_type": "const_void_pointer_with_size" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
251 } |
145 | 252 ], |
253 "c_function": "OrthancPluginFindAddAnswer", | |
254 "call_args": ", arg0.buf, arg0.len", | |
255 "count_args": 1, | |
256 "has_args": true, | |
257 "return_error": true, | |
258 "return_sdk_enumeration": "OrthancPluginErrorCode", | |
259 "return_sdk_type": "enumeration", | |
260 "self": ", self->object_", | |
261 "short_name": "FindAddAnswer", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
262 "tuple_format": "\"s*\", &arg0" |
145 | 263 }, |
264 { | |
265 "args": [], | |
266 "c_function": "OrthancPluginFindMarkIncomplete", | |
267 "return_error": true, | |
268 "return_sdk_enumeration": "OrthancPluginErrorCode", | |
269 "return_sdk_type": "enumeration", | |
270 "self": ", self->object_", | |
271 "short_name": "FindMarkIncomplete", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
272 "tuple_format": "\"\", " |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
273 } |
145 | 274 ], |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
275 "short_name": "FindAnswers" |
145 | 276 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
277 { |
145 | 278 "class_name": "OrthancPluginFindMatcher", |
279 "custom_methods": [], | |
280 "destructor": "OrthancPluginFreeFindMatcher", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
281 "methods": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
282 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
283 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
284 { |
145 | 285 "name": "arg0", |
286 "orthanc_cast": "arg0.buf, arg0.len", | |
287 "python_format": "s*", | |
288 "python_type": "Py_buffer", | |
289 "release": "PyBuffer_Release(&arg0);", | |
290 "sdk_name": "dicom", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
291 "sdk_type": "const_void_pointer_with_size" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
292 } |
145 | 293 ], |
294 "c_function": "OrthancPluginFindMatcherIsMatch", | |
295 "call_args": ", arg0.buf, arg0.len", | |
296 "count_args": 1, | |
297 "has_args": true, | |
298 "return_long": true, | |
299 "return_sdk_type": "int32_t", | |
300 "self": ", self->object_", | |
301 "short_name": "FindMatcherIsMatch", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
302 "tuple_format": "\"s*\", &arg0" |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
303 } |
145 | 304 ], |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
305 "short_name": "FindMatcher" |
145 | 306 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
307 { |
145 | 308 "class_name": "OrthancPluginFindQuery", |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
309 "custom_methods": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
310 { |
145 | 311 "class_name": "OrthancPluginFindQuery", |
312 "implementation": "GetFindQueryTagGroup", | |
313 "method_name": "GetFindQueryTagGroup", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
314 "sdk_function": "OrthancPluginGetFindQueryTag" |
145 | 315 }, |
316 { | |
317 "class_name": "OrthancPluginFindQuery", | |
318 "implementation": "GetFindQueryTagElement", | |
319 "method_name": "GetFindQueryTagElement", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
320 "sdk_function": "OrthancPluginGetFindQueryTag" |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
321 } |
145 | 322 ], |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
323 "methods": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
324 { |
145 | 325 "args": [], |
326 "c_function": "OrthancPluginGetFindQuerySize", | |
327 "return_long": true, | |
328 "return_sdk_type": "uint32_t", | |
329 "self": ", self->object_", | |
330 "short_name": "GetFindQuerySize", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
331 "tuple_format": "\"\", " |
145 | 332 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
333 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
334 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
335 { |
145 | 336 "initialization": " = 0", |
337 "name": "arg0", | |
338 "orthanc_cast": "arg0", | |
339 "python_format": "k", | |
340 "python_type": "unsigned long", | |
341 "sdk_name": "index", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
342 "sdk_type": "uint32_t" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
343 } |
145 | 344 ], |
345 "c_function": "OrthancPluginGetFindQueryTagName", | |
346 "call_args": ", arg0", | |
347 "count_args": 1, | |
348 "has_args": true, | |
349 "return_dynamic_string": true, | |
350 "return_sdk_type": "char *", | |
351 "self": ", self->object_", | |
352 "short_name": "GetFindQueryTagName", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
353 "tuple_format": "\"k\", &arg0" |
145 | 354 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
355 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
356 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
357 { |
145 | 358 "initialization": " = 0", |
359 "name": "arg0", | |
360 "orthanc_cast": "arg0", | |
361 "python_format": "k", | |
362 "python_type": "unsigned long", | |
363 "sdk_name": "index", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
364 "sdk_type": "uint32_t" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
365 } |
145 | 366 ], |
367 "c_function": "OrthancPluginGetFindQueryValue", | |
368 "call_args": ", arg0", | |
369 "count_args": 1, | |
370 "has_args": true, | |
371 "return_dynamic_string": true, | |
372 "return_sdk_type": "char *", | |
373 "self": ", self->object_", | |
374 "short_name": "GetFindQueryValue", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
375 "tuple_format": "\"k\", &arg0" |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
376 } |
145 | 377 ], |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
378 "short_name": "FindQuery" |
145 | 379 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
380 { |
145 | 381 "class_name": "OrthancPluginImage", |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
382 "custom_methods": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
383 { |
145 | 384 "class_name": "OrthancPluginImage", |
385 "implementation": "GetImageBuffer", | |
386 "method_name": "GetImageBuffer", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
387 "sdk_function": "OrthancPluginGetImageBuffer" |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
388 } |
145 | 389 ], |
390 "destructor": "OrthancPluginFreeImage", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
391 "methods": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
392 { |
145 | 393 "args": [], |
394 "c_function": "OrthancPluginGetImagePixelFormat", | |
395 "return_enumeration": "OrthancPluginPixelFormat", | |
396 "return_sdk_enumeration": "OrthancPluginPixelFormat", | |
397 "return_sdk_type": "enumeration", | |
398 "self": ", self->object_", | |
399 "short_name": "GetImagePixelFormat", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
400 "tuple_format": "\"\", " |
145 | 401 }, |
402 { | |
403 "args": [], | |
404 "c_function": "OrthancPluginGetImageWidth", | |
405 "return_long": true, | |
406 "return_sdk_type": "uint32_t", | |
407 "self": ", self->object_", | |
408 "short_name": "GetImageWidth", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
409 "tuple_format": "\"\", " |
145 | 410 }, |
411 { | |
412 "args": [], | |
413 "c_function": "OrthancPluginGetImageHeight", | |
414 "return_long": true, | |
415 "return_sdk_type": "uint32_t", | |
416 "self": ", self->object_", | |
417 "short_name": "GetImageHeight", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
418 "tuple_format": "\"\", " |
145 | 419 }, |
420 { | |
421 "args": [], | |
422 "c_function": "OrthancPluginGetImagePitch", | |
423 "return_long": true, | |
424 "return_sdk_type": "uint32_t", | |
425 "self": ", self->object_", | |
426 "short_name": "GetImagePitch", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
427 "tuple_format": "\"\", " |
145 | 428 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
429 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
430 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
431 { |
145 | 432 "initialization": " = 0", |
433 "name": "arg0", | |
434 "orthanc_cast": "static_cast<OrthancPluginPixelFormat>(arg0)", | |
435 "python_format": "l", | |
436 "python_type": "long int", | |
437 "sdk_enumeration": "OrthancPluginPixelFormat", | |
438 "sdk_name": "targetFormat", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
439 "sdk_type": "enumeration" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
440 } |
145 | 441 ], |
442 "c_function": "OrthancPluginConvertPixelFormat", | |
443 "call_args": ", static_cast<OrthancPluginPixelFormat>(arg0)", | |
444 "count_args": 1, | |
445 "has_args": true, | |
446 "return_object": "OrthancPluginImage", | |
447 "return_sdk_class": "OrthancPluginImage", | |
448 "return_sdk_type": "object", | |
449 "self": ", self->object_", | |
450 "short_name": "ConvertPixelFormat", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
451 "tuple_format": "\"l\", &arg0" |
145 | 452 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
453 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
454 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
455 { |
145 | 456 "initialization": " = 0", |
457 "name": "arg0", | |
458 "orthanc_cast": "arg0", | |
459 "python_format": "k", | |
460 "python_type": "unsigned long", | |
461 "sdk_name": "fontIndex", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
462 "sdk_type": "uint32_t" |
145 | 463 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
464 { |
145 | 465 "initialization": " = NULL", |
466 "name": "arg1", | |
467 "orthanc_cast": "arg1", | |
468 "python_format": "s", | |
469 "python_type": "const char*", | |
470 "sdk_name": "utf8Text", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
471 "sdk_type": "const char *" |
145 | 472 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
473 { |
145 | 474 "initialization": " = 0", |
475 "name": "arg2", | |
476 "orthanc_cast": "arg2", | |
477 "python_format": "l", | |
478 "python_type": "long int", | |
479 "sdk_name": "x", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
480 "sdk_type": "int32_t" |
145 | 481 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
482 { |
145 | 483 "initialization": " = 0", |
484 "name": "arg3", | |
485 "orthanc_cast": "arg3", | |
486 "python_format": "l", | |
487 "python_type": "long int", | |
488 "sdk_name": "y", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
489 "sdk_type": "int32_t" |
145 | 490 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
491 { |
145 | 492 "initialization": " = 0", |
493 "name": "arg4", | |
494 "orthanc_cast": "arg4", | |
495 "python_format": "b", | |
496 "python_type": "unsigned char", | |
497 "sdk_name": "r", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
498 "sdk_type": "uint8_t" |
145 | 499 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
500 { |
145 | 501 "initialization": " = 0", |
502 "name": "arg5", | |
503 "orthanc_cast": "arg5", | |
504 "python_format": "b", | |
505 "python_type": "unsigned char", | |
506 "sdk_name": "g", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
507 "sdk_type": "uint8_t" |
145 | 508 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
509 { |
145 | 510 "initialization": " = 0", |
511 "name": "arg6", | |
512 "orthanc_cast": "arg6", | |
513 "python_format": "b", | |
514 "python_type": "unsigned char", | |
515 "sdk_name": "b", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
516 "sdk_type": "uint8_t" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
517 } |
145 | 518 ], |
519 "c_function": "OrthancPluginDrawText", | |
520 "call_args": ", arg0, arg1, arg2, arg3, arg4, arg5, arg6", | |
521 "count_args": 7, | |
522 "has_args": true, | |
523 "return_error": true, | |
524 "return_sdk_enumeration": "OrthancPluginErrorCode", | |
525 "return_sdk_type": "enumeration", | |
526 "self": ", self->object_", | |
527 "short_name": "DrawText", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
528 "tuple_format": "\"ksllbbb\", &arg0, &arg1, &arg2, &arg3, &arg4, &arg5, &arg6" |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
529 } |
145 | 530 ], |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
531 "short_name": "Image" |
145 | 532 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
533 { |
145 | 534 "class_name": "OrthancPluginJob", |
535 "custom_methods": [], | |
536 "destructor": "OrthancPluginFreeJob", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
537 "methods": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
538 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
539 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
540 { |
145 | 541 "initialization": " = 0", |
542 "name": "arg0", | |
543 "orthanc_cast": "arg0", | |
544 "python_format": "l", | |
545 "python_type": "long int", | |
546 "sdk_name": "priority", | |
142
6288b8132659
replaced "int" by "int32_t" in the SDK to prevent any ABI issue
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
141
diff
changeset
|
547 "sdk_type": "int32_t" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
548 } |
145 | 549 ], |
550 "c_function": "OrthancPluginSubmitJob", | |
551 "call_args": ", arg0", | |
552 "count_args": 1, | |
553 "has_args": true, | |
554 "return_dynamic_string": true, | |
555 "return_sdk_type": "char *", | |
556 "self": ", self->object_", | |
557 "short_name": "SubmitJob", | |
142
6288b8132659
replaced "int" by "int32_t" in the SDK to prevent any ABI issue
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
141
diff
changeset
|
558 "tuple_format": "\"l\", &arg0" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
559 } |
145 | 560 ], |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
561 "short_name": "Job" |
145 | 562 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
563 { |
145 | 564 "class_name": "OrthancPluginPeers", |
565 "custom_methods": [], | |
566 "destructor": "OrthancPluginFreePeers", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
567 "methods": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
568 { |
145 | 569 "args": [], |
570 "c_function": "OrthancPluginGetPeersCount", | |
571 "return_long": true, | |
572 "return_sdk_type": "uint32_t", | |
573 "self": ", self->object_", | |
574 "short_name": "GetPeersCount", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
575 "tuple_format": "\"\", " |
145 | 576 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
577 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
578 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
579 { |
145 | 580 "initialization": " = 0", |
581 "name": "arg0", | |
582 "orthanc_cast": "arg0", | |
583 "python_format": "k", | |
584 "python_type": "unsigned long", | |
585 "sdk_name": "peerIndex", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
586 "sdk_type": "uint32_t" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
587 } |
145 | 588 ], |
589 "c_function": "OrthancPluginGetPeerName", | |
590 "call_args": ", arg0", | |
591 "count_args": 1, | |
592 "has_args": true, | |
593 "return_sdk_type": "const char *", | |
594 "return_static_string": true, | |
595 "self": ", self->object_", | |
596 "short_name": "GetPeerName", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
597 "tuple_format": "\"k\", &arg0" |
145 | 598 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
599 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
600 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
601 { |
145 | 602 "initialization": " = 0", |
603 "name": "arg0", | |
604 "orthanc_cast": "arg0", | |
605 "python_format": "k", | |
606 "python_type": "unsigned long", | |
607 "sdk_name": "peerIndex", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
608 "sdk_type": "uint32_t" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
609 } |
145 | 610 ], |
611 "c_function": "OrthancPluginGetPeerUrl", | |
612 "call_args": ", arg0", | |
613 "count_args": 1, | |
614 "has_args": true, | |
615 "return_sdk_type": "const char *", | |
616 "return_static_string": true, | |
617 "self": ", self->object_", | |
618 "short_name": "GetPeerUrl", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
619 "tuple_format": "\"k\", &arg0" |
145 | 620 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
621 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
622 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
623 { |
145 | 624 "initialization": " = 0", |
625 "name": "arg0", | |
626 "orthanc_cast": "arg0", | |
627 "python_format": "k", | |
628 "python_type": "unsigned long", | |
629 "sdk_name": "peerIndex", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
630 "sdk_type": "uint32_t" |
145 | 631 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
632 { |
145 | 633 "initialization": " = NULL", |
634 "name": "arg1", | |
635 "orthanc_cast": "arg1", | |
636 "python_format": "s", | |
637 "python_type": "const char*", | |
638 "sdk_name": "userProperty", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
639 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
640 } |
145 | 641 ], |
642 "c_function": "OrthancPluginGetPeerUserProperty", | |
643 "call_args": ", arg0, arg1", | |
644 "count_args": 2, | |
645 "has_args": true, | |
646 "return_sdk_type": "const char *", | |
647 "return_static_string": true, | |
648 "self": ", self->object_", | |
649 "short_name": "GetPeerUserProperty", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
650 "tuple_format": "\"ks\", &arg0, &arg1" |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
651 } |
145 | 652 ], |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
653 "short_name": "Peers" |
145 | 654 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
655 { |
145 | 656 "class_name": "OrthancPluginRestOutput", |
657 "custom_methods": [], | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
658 "methods": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
659 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
660 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
661 { |
145 | 662 "name": "arg0", |
663 "orthanc_cast": "arg0.buf, arg0.len", | |
664 "python_format": "s*", | |
665 "python_type": "Py_buffer", | |
666 "release": "PyBuffer_Release(&arg0);", | |
667 "sdk_name": "answer", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
668 "sdk_type": "const_void_pointer_with_size" |
145 | 669 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
670 { |
145 | 671 "initialization": " = NULL", |
672 "name": "arg2", | |
673 "orthanc_cast": "arg2", | |
674 "python_format": "s", | |
675 "python_type": "const char*", | |
676 "sdk_name": "mimeType", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
677 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
678 } |
145 | 679 ], |
680 "c_function": "OrthancPluginAnswerBuffer", | |
681 "call_args": ", arg0.buf, arg0.len, arg2", | |
682 "count_args": 2, | |
683 "has_args": true, | |
684 "return_sdk_type": "void", | |
685 "return_void": true, | |
686 "self": ", self->object_", | |
687 "short_name": "AnswerBuffer", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
688 "tuple_format": "\"s*s\", &arg0, &arg2" |
145 | 689 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
690 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
691 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
692 { |
145 | 693 "initialization": " = 0", |
694 "name": "arg0", | |
695 "orthanc_cast": "static_cast<OrthancPluginPixelFormat>(arg0)", | |
696 "python_format": "l", | |
697 "python_type": "long int", | |
698 "sdk_enumeration": "OrthancPluginPixelFormat", | |
699 "sdk_name": "format", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
700 "sdk_type": "enumeration" |
145 | 701 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
702 { |
145 | 703 "initialization": " = 0", |
704 "name": "arg1", | |
705 "orthanc_cast": "arg1", | |
706 "python_format": "k", | |
707 "python_type": "unsigned long", | |
708 "sdk_name": "width", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
709 "sdk_type": "uint32_t" |
145 | 710 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
711 { |
145 | 712 "initialization": " = 0", |
713 "name": "arg2", | |
714 "orthanc_cast": "arg2", | |
715 "python_format": "k", | |
716 "python_type": "unsigned long", | |
717 "sdk_name": "height", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
718 "sdk_type": "uint32_t" |
145 | 719 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
720 { |
145 | 721 "initialization": " = 0", |
722 "name": "arg3", | |
723 "orthanc_cast": "arg3", | |
724 "python_format": "k", | |
725 "python_type": "unsigned long", | |
726 "sdk_name": "pitch", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
727 "sdk_type": "uint32_t" |
145 | 728 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
729 { |
145 | 730 "name": "arg4", |
731 "orthanc_cast": "arg4.buf", | |
732 "python_format": "s*", | |
733 "python_type": "Py_buffer", | |
734 "release": "PyBuffer_Release(&arg4);", | |
735 "sdk_name": "buffer", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
736 "sdk_type": "const void *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
737 } |
145 | 738 ], |
739 "c_function": "OrthancPluginCompressAndAnswerPngImage", | |
740 "call_args": ", static_cast<OrthancPluginPixelFormat>(arg0), arg1, arg2, arg3, arg4.buf", | |
741 "count_args": 5, | |
742 "has_args": true, | |
743 "return_sdk_type": "void", | |
744 "return_void": true, | |
745 "self": ", self->object_", | |
746 "short_name": "CompressAndAnswerPngImage", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
747 "tuple_format": "\"lkkks*\", &arg0, &arg1, &arg2, &arg3, &arg4" |
145 | 748 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
749 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
750 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
751 { |
145 | 752 "initialization": " = NULL", |
753 "name": "arg0", | |
754 "orthanc_cast": "arg0", | |
755 "python_format": "s", | |
756 "python_type": "const char*", | |
757 "sdk_name": "redirection", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
758 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
759 } |
145 | 760 ], |
761 "c_function": "OrthancPluginRedirect", | |
762 "call_args": ", arg0", | |
763 "count_args": 1, | |
764 "has_args": true, | |
765 "return_sdk_type": "void", | |
766 "return_void": true, | |
767 "self": ", self->object_", | |
768 "short_name": "Redirect", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
769 "tuple_format": "\"s\", &arg0" |
145 | 770 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
771 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
772 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
773 { |
145 | 774 "initialization": " = 0", |
775 "name": "arg0", | |
776 "orthanc_cast": "arg0", | |
777 "python_format": "H", | |
778 "python_type": "unsigned short", | |
779 "sdk_name": "status", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
780 "sdk_type": "uint16_t" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
781 } |
145 | 782 ], |
783 "c_function": "OrthancPluginSendHttpStatusCode", | |
784 "call_args": ", arg0", | |
785 "count_args": 1, | |
786 "has_args": true, | |
787 "return_sdk_type": "void", | |
788 "return_void": true, | |
789 "self": ", self->object_", | |
790 "short_name": "SendHttpStatusCode", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
791 "tuple_format": "\"H\", &arg0" |
145 | 792 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
793 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
794 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
795 { |
145 | 796 "initialization": " = NULL", |
797 "name": "arg0", | |
798 "orthanc_cast": "arg0", | |
799 "python_format": "s", | |
800 "python_type": "const char*", | |
801 "sdk_name": "realm", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
802 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
803 } |
145 | 804 ], |
805 "c_function": "OrthancPluginSendUnauthorized", | |
806 "call_args": ", arg0", | |
807 "count_args": 1, | |
808 "has_args": true, | |
809 "return_sdk_type": "void", | |
810 "return_void": true, | |
811 "self": ", self->object_", | |
812 "short_name": "SendUnauthorized", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
813 "tuple_format": "\"s\", &arg0" |
145 | 814 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
815 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
816 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
817 { |
145 | 818 "initialization": " = NULL", |
819 "name": "arg0", | |
820 "orthanc_cast": "arg0", | |
821 "python_format": "s", | |
822 "python_type": "const char*", | |
823 "sdk_name": "allowedMethods", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
824 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
825 } |
145 | 826 ], |
827 "c_function": "OrthancPluginSendMethodNotAllowed", | |
828 "call_args": ", arg0", | |
829 "count_args": 1, | |
830 "has_args": true, | |
831 "return_sdk_type": "void", | |
832 "return_void": true, | |
833 "self": ", self->object_", | |
834 "short_name": "SendMethodNotAllowed", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
835 "tuple_format": "\"s\", &arg0" |
145 | 836 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
837 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
838 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
839 { |
145 | 840 "initialization": " = NULL", |
841 "name": "arg0", | |
842 "orthanc_cast": "arg0", | |
843 "python_format": "s", | |
844 "python_type": "const char*", | |
845 "sdk_name": "cookie", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
846 "sdk_type": "const char *" |
145 | 847 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
848 { |
145 | 849 "initialization": " = NULL", |
850 "name": "arg1", | |
851 "orthanc_cast": "arg1", | |
852 "python_format": "s", | |
853 "python_type": "const char*", | |
854 "sdk_name": "value", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
855 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
856 } |
145 | 857 ], |
858 "c_function": "OrthancPluginSetCookie", | |
859 "call_args": ", arg0, arg1", | |
860 "count_args": 2, | |
861 "has_args": true, | |
862 "return_sdk_type": "void", | |
863 "return_void": true, | |
864 "self": ", self->object_", | |
865 "short_name": "SetCookie", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
866 "tuple_format": "\"ss\", &arg0, &arg1" |
145 | 867 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
868 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
869 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
870 { |
145 | 871 "initialization": " = NULL", |
872 "name": "arg0", | |
873 "orthanc_cast": "arg0", | |
874 "python_format": "s", | |
875 "python_type": "const char*", | |
876 "sdk_name": "key", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
877 "sdk_type": "const char *" |
145 | 878 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
879 { |
145 | 880 "initialization": " = NULL", |
881 "name": "arg1", | |
882 "orthanc_cast": "arg1", | |
883 "python_format": "s", | |
884 "python_type": "const char*", | |
885 "sdk_name": "value", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
886 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
887 } |
145 | 888 ], |
889 "c_function": "OrthancPluginSetHttpHeader", | |
890 "call_args": ", arg0, arg1", | |
891 "count_args": 2, | |
892 "has_args": true, | |
893 "return_sdk_type": "void", | |
894 "return_void": true, | |
895 "self": ", self->object_", | |
896 "short_name": "SetHttpHeader", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
897 "tuple_format": "\"ss\", &arg0, &arg1" |
145 | 898 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
899 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
900 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
901 { |
145 | 902 "initialization": " = NULL", |
903 "name": "arg0", | |
904 "orthanc_cast": "arg0", | |
905 "python_format": "s", | |
906 "python_type": "const char*", | |
907 "sdk_name": "subType", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
908 "sdk_type": "const char *" |
145 | 909 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
910 { |
145 | 911 "initialization": " = NULL", |
912 "name": "arg1", | |
913 "orthanc_cast": "arg1", | |
914 "python_format": "s", | |
915 "python_type": "const char*", | |
916 "sdk_name": "contentType", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
917 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
918 } |
145 | 919 ], |
920 "c_function": "OrthancPluginStartMultipartAnswer", | |
921 "call_args": ", arg0, arg1", | |
922 "count_args": 2, | |
923 "has_args": true, | |
924 "return_error": true, | |
925 "return_sdk_enumeration": "OrthancPluginErrorCode", | |
926 "return_sdk_type": "enumeration", | |
927 "self": ", self->object_", | |
928 "short_name": "StartMultipartAnswer", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
929 "tuple_format": "\"ss\", &arg0, &arg1" |
145 | 930 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
931 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
932 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
933 { |
145 | 934 "name": "arg0", |
935 "orthanc_cast": "arg0.buf, arg0.len", | |
936 "python_format": "s*", | |
937 "python_type": "Py_buffer", | |
938 "release": "PyBuffer_Release(&arg0);", | |
939 "sdk_name": "answer", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
940 "sdk_type": "const_void_pointer_with_size" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
941 } |
145 | 942 ], |
943 "c_function": "OrthancPluginSendMultipartItem", | |
944 "call_args": ", arg0.buf, arg0.len", | |
945 "count_args": 1, | |
946 "has_args": true, | |
947 "return_error": true, | |
948 "return_sdk_enumeration": "OrthancPluginErrorCode", | |
949 "return_sdk_type": "enumeration", | |
950 "self": ", self->object_", | |
951 "short_name": "SendMultipartItem", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
952 "tuple_format": "\"s*\", &arg0" |
145 | 953 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
954 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
955 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
956 { |
145 | 957 "initialization": " = 0", |
958 "name": "arg0", | |
959 "orthanc_cast": "arg0", | |
960 "python_format": "H", | |
961 "python_type": "unsigned short", | |
962 "sdk_name": "status", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
963 "sdk_type": "uint16_t" |
145 | 964 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
965 { |
145 | 966 "name": "arg1", |
967 "orthanc_cast": "arg1.buf, arg1.len", | |
968 "python_format": "s*", | |
969 "python_type": "Py_buffer", | |
970 "release": "PyBuffer_Release(&arg1);", | |
971 "sdk_name": "body", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
972 "sdk_type": "const_void_pointer_with_size" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
973 } |
145 | 974 ], |
975 "c_function": "OrthancPluginSendHttpStatus", | |
976 "call_args": ", arg0, arg1.buf, arg1.len", | |
977 "count_args": 2, | |
978 "has_args": true, | |
979 "return_sdk_type": "void", | |
980 "return_void": true, | |
981 "self": ", self->object_", | |
982 "short_name": "SendHttpStatus", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
983 "tuple_format": "\"Hs*\", &arg0, &arg1" |
145 | 984 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
985 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
986 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
987 { |
145 | 988 "initialization": " = 0", |
989 "name": "arg0", | |
990 "orthanc_cast": "static_cast<OrthancPluginPixelFormat>(arg0)", | |
991 "python_format": "l", | |
992 "python_type": "long int", | |
993 "sdk_enumeration": "OrthancPluginPixelFormat", | |
994 "sdk_name": "format", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
995 "sdk_type": "enumeration" |
145 | 996 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
997 { |
145 | 998 "initialization": " = 0", |
999 "name": "arg1", | |
1000 "orthanc_cast": "arg1", | |
1001 "python_format": "k", | |
1002 "python_type": "unsigned long", | |
1003 "sdk_name": "width", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
1004 "sdk_type": "uint32_t" |
145 | 1005 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1006 { |
145 | 1007 "initialization": " = 0", |
1008 "name": "arg2", | |
1009 "orthanc_cast": "arg2", | |
1010 "python_format": "k", | |
1011 "python_type": "unsigned long", | |
1012 "sdk_name": "height", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
1013 "sdk_type": "uint32_t" |
145 | 1014 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1015 { |
145 | 1016 "initialization": " = 0", |
1017 "name": "arg3", | |
1018 "orthanc_cast": "arg3", | |
1019 "python_format": "k", | |
1020 "python_type": "unsigned long", | |
1021 "sdk_name": "pitch", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
1022 "sdk_type": "uint32_t" |
145 | 1023 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1024 { |
145 | 1025 "name": "arg4", |
1026 "orthanc_cast": "arg4.buf", | |
1027 "python_format": "s*", | |
1028 "python_type": "Py_buffer", | |
1029 "release": "PyBuffer_Release(&arg4);", | |
1030 "sdk_name": "buffer", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
1031 "sdk_type": "const void *" |
145 | 1032 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1033 { |
145 | 1034 "initialization": " = 0", |
1035 "name": "arg5", | |
1036 "orthanc_cast": "arg5", | |
1037 "python_format": "b", | |
1038 "python_type": "unsigned char", | |
1039 "sdk_name": "quality", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
1040 "sdk_type": "uint8_t" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1041 } |
145 | 1042 ], |
1043 "c_function": "OrthancPluginCompressAndAnswerJpegImage", | |
1044 "call_args": ", static_cast<OrthancPluginPixelFormat>(arg0), arg1, arg2, arg3, arg4.buf, arg5", | |
1045 "count_args": 6, | |
1046 "has_args": true, | |
1047 "return_sdk_type": "void", | |
1048 "return_void": true, | |
1049 "self": ", self->object_", | |
1050 "short_name": "CompressAndAnswerJpegImage", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1051 "tuple_format": "\"lkkks*b\", &arg0, &arg1, &arg2, &arg3, &arg4, &arg5" |
145 | 1052 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1053 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1054 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1055 { |
145 | 1056 "initialization": " = NULL", |
1057 "name": "arg0", | |
1058 "orthanc_cast": "arg0", | |
1059 "python_format": "s", | |
1060 "python_type": "const char*", | |
1061 "sdk_name": "details", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
1062 "sdk_type": "const char *" |
145 | 1063 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1064 { |
145 | 1065 "initialization": " = 0", |
1066 "name": "arg1", | |
1067 "orthanc_cast": "arg1", | |
1068 "python_format": "b", | |
1069 "python_type": "unsigned char", | |
1070 "sdk_name": "log", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
1071 "sdk_type": "uint8_t" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1072 } |
145 | 1073 ], |
1074 "c_function": "OrthancPluginSetHttpErrorDetails", | |
1075 "call_args": ", arg0, arg1", | |
1076 "count_args": 2, | |
1077 "has_args": true, | |
1078 "return_sdk_type": "void", | |
1079 "return_void": true, | |
1080 "self": ", self->object_", | |
1081 "short_name": "SetHttpErrorDetails", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1082 "tuple_format": "\"sb\", &arg0, &arg1" |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1083 } |
145 | 1084 ], |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1085 "short_name": "RestOutput" |
145 | 1086 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1087 { |
145 | 1088 "class_name": "OrthancPluginServerChunkedRequestReader", |
1089 "custom_methods": [], | |
1090 "methods": [], | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1091 "short_name": "ServerChunkedRequestReader" |
145 | 1092 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1093 { |
145 | 1094 "class_name": "OrthancPluginStorageArea", |
1095 "custom_methods": [], | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1096 "methods": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1097 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1098 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1099 { |
145 | 1100 "initialization": " = NULL", |
1101 "name": "arg0", | |
1102 "orthanc_cast": "arg0", | |
1103 "python_format": "s", | |
1104 "python_type": "const char*", | |
1105 "sdk_name": "uuid", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
1106 "sdk_type": "const char *" |
145 | 1107 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1108 { |
145 | 1109 "name": "arg1", |
1110 "orthanc_cast": "arg1.buf", | |
1111 "python_format": "s*", | |
1112 "python_type": "Py_buffer", | |
1113 "release": "PyBuffer_Release(&arg1);", | |
1114 "sdk_name": "content", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
1115 "sdk_type": "const void *" |
145 | 1116 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1117 { |
145 | 1118 "initialization": " = 0", |
1119 "name": "arg2", | |
1120 "orthanc_cast": "arg2", | |
1121 "python_format": "K", | |
1122 "python_type": "unsigned long long", | |
1123 "sdk_name": "size", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
1124 "sdk_type": "uint64_t" |
145 | 1125 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1126 { |
145 | 1127 "initialization": " = 0", |
1128 "name": "arg3", | |
1129 "orthanc_cast": "static_cast<OrthancPluginContentType>(arg3)", | |
1130 "python_format": "l", | |
1131 "python_type": "long int", | |
1132 "sdk_enumeration": "OrthancPluginContentType", | |
1133 "sdk_name": "type", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
1134 "sdk_type": "enumeration" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1135 } |
145 | 1136 ], |
1137 "c_function": "OrthancPluginStorageAreaCreate", | |
1138 "call_args": ", arg0, arg1.buf, arg2, static_cast<OrthancPluginContentType>(arg3)", | |
1139 "count_args": 4, | |
1140 "has_args": true, | |
1141 "return_error": true, | |
1142 "return_sdk_enumeration": "OrthancPluginErrorCode", | |
1143 "return_sdk_type": "enumeration", | |
1144 "self": ", self->object_", | |
1145 "short_name": "StorageAreaCreate", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1146 "tuple_format": "\"ss*Kl\", &arg0, &arg1, &arg2, &arg3" |
145 | 1147 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1148 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1149 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1150 { |
145 | 1151 "initialization": " = NULL", |
1152 "name": "arg0", | |
1153 "orthanc_cast": "arg0", | |
1154 "python_format": "s", | |
1155 "python_type": "const char*", | |
1156 "sdk_name": "uuid", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
1157 "sdk_type": "const char *" |
145 | 1158 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1159 { |
145 | 1160 "initialization": " = 0", |
1161 "name": "arg1", | |
1162 "orthanc_cast": "static_cast<OrthancPluginContentType>(arg1)", | |
1163 "python_format": "l", | |
1164 "python_type": "long int", | |
1165 "sdk_enumeration": "OrthancPluginContentType", | |
1166 "sdk_name": "type", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
1167 "sdk_type": "enumeration" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1168 } |
145 | 1169 ], |
1170 "c_function": "OrthancPluginStorageAreaRead", | |
1171 "call_args": ", arg0, static_cast<OrthancPluginContentType>(arg1)", | |
1172 "count_args": 2, | |
1173 "has_args": true, | |
1174 "return_bytes": true, | |
1175 "return_sdk_type": "OrthancPluginMemoryBuffer *", | |
1176 "self": ", self->object_", | |
1177 "short_name": "StorageAreaRead", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1178 "tuple_format": "\"sl\", &arg0, &arg1" |
145 | 1179 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1180 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1181 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1182 { |
145 | 1183 "initialization": " = NULL", |
1184 "name": "arg0", | |
1185 "orthanc_cast": "arg0", | |
1186 "python_format": "s", | |
1187 "python_type": "const char*", | |
1188 "sdk_name": "uuid", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
1189 "sdk_type": "const char *" |
145 | 1190 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1191 { |
145 | 1192 "initialization": " = 0", |
1193 "name": "arg1", | |
1194 "orthanc_cast": "static_cast<OrthancPluginContentType>(arg1)", | |
1195 "python_format": "l", | |
1196 "python_type": "long int", | |
1197 "sdk_enumeration": "OrthancPluginContentType", | |
1198 "sdk_name": "type", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
1199 "sdk_type": "enumeration" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1200 } |
145 | 1201 ], |
1202 "c_function": "OrthancPluginStorageAreaRemove", | |
1203 "call_args": ", arg0, static_cast<OrthancPluginContentType>(arg1)", | |
1204 "count_args": 2, | |
1205 "has_args": true, | |
1206 "return_error": true, | |
1207 "return_sdk_enumeration": "OrthancPluginErrorCode", | |
1208 "return_sdk_type": "enumeration", | |
1209 "self": ", self->object_", | |
1210 "short_name": "StorageAreaRemove", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1211 "tuple_format": "\"sl\", &arg0, &arg1" |
145 | 1212 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1213 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1214 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1215 { |
145 | 1216 "initialization": " = 0", |
1217 "name": "arg0", | |
1218 "orthanc_cast": "static_cast<OrthancPluginResourceType>(arg0)", | |
1219 "python_format": "l", | |
1220 "python_type": "long int", | |
1221 "sdk_enumeration": "OrthancPluginResourceType", | |
1222 "sdk_name": "level", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
1223 "sdk_type": "enumeration" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1224 } |
145 | 1225 ], |
1226 "c_function": "OrthancPluginReconstructMainDicomTags", | |
1227 "call_args": ", static_cast<OrthancPluginResourceType>(arg0)", | |
1228 "count_args": 1, | |
1229 "has_args": true, | |
1230 "return_error": true, | |
1231 "return_sdk_enumeration": "OrthancPluginErrorCode", | |
1232 "return_sdk_type": "enumeration", | |
1233 "self": ", self->object_", | |
1234 "short_name": "ReconstructMainDicomTags", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1235 "tuple_format": "\"l\", &arg0" |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1236 } |
145 | 1237 ], |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1238 "short_name": "StorageArea" |
145 | 1239 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1240 { |
145 | 1241 "class_name": "OrthancPluginWorklistAnswers", |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1242 "custom_methods": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1243 { |
145 | 1244 "class_name": "OrthancPluginWorklistAnswers", |
1245 "implementation": "WorklistAddAnswer", | |
1246 "method_name": "WorklistAddAnswer", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1247 "sdk_function": "OrthancPluginWorklistAddAnswer" |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1248 } |
145 | 1249 ], |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1250 "methods": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1251 { |
145 | 1252 "args": [], |
1253 "c_function": "OrthancPluginWorklistMarkIncomplete", | |
1254 "return_error": true, | |
1255 "return_sdk_enumeration": "OrthancPluginErrorCode", | |
1256 "return_sdk_type": "enumeration", | |
1257 "self": ", self->object_", | |
1258 "short_name": "WorklistMarkIncomplete", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1259 "tuple_format": "\"\", " |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1260 } |
145 | 1261 ], |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1262 "short_name": "WorklistAnswers" |
145 | 1263 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1264 { |
145 | 1265 "class_name": "OrthancPluginWorklistQuery", |
1266 "custom_methods": [], | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1267 "methods": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1268 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1269 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1270 { |
145 | 1271 "name": "arg0", |
1272 "orthanc_cast": "arg0.buf, arg0.len", | |
1273 "python_format": "s*", | |
1274 "python_type": "Py_buffer", | |
1275 "release": "PyBuffer_Release(&arg0);", | |
1276 "sdk_name": "dicom", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
1277 "sdk_type": "const_void_pointer_with_size" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1278 } |
145 | 1279 ], |
1280 "c_function": "OrthancPluginWorklistIsMatch", | |
1281 "call_args": ", arg0.buf, arg0.len", | |
1282 "count_args": 1, | |
1283 "has_args": true, | |
1284 "return_long": true, | |
1285 "return_sdk_type": "int32_t", | |
1286 "self": ", self->object_", | |
1287 "short_name": "WorklistIsMatch", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1288 "tuple_format": "\"s*\", &arg0" |
145 | 1289 }, |
1290 { | |
1291 "args": [], | |
1292 "c_function": "OrthancPluginWorklistGetDicomQuery", | |
1293 "return_bytes": true, | |
1294 "return_sdk_type": "OrthancPluginMemoryBuffer *", | |
1295 "self": ", self->object_", | |
1296 "short_name": "WorklistGetDicomQuery", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1297 "tuple_format": "\"\", " |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1298 } |
145 | 1299 ], |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1300 "short_name": "WorklistQuery" |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1301 } |
145 | 1302 ], |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1303 "enumerations": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1304 { |
145 | 1305 "name": "OrthancPluginChangeType", |
1306 "path": "sdk_OrthancPluginChangeType.impl.h", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1307 "values": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1308 { |
145 | 1309 "key": "COMPLETED_SERIES", |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1310 "value": 0 |
145 | 1311 }, |
1312 { | |
1313 "key": "DELETED", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1314 "value": 1 |
145 | 1315 }, |
1316 { | |
1317 "key": "NEW_CHILD_INSTANCE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1318 "value": 2 |
145 | 1319 }, |
1320 { | |
1321 "key": "NEW_INSTANCE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1322 "value": 3 |
145 | 1323 }, |
1324 { | |
1325 "key": "NEW_PATIENT", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1326 "value": 4 |
145 | 1327 }, |
1328 { | |
1329 "key": "NEW_SERIES", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1330 "value": 5 |
145 | 1331 }, |
1332 { | |
1333 "key": "NEW_STUDY", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1334 "value": 6 |
145 | 1335 }, |
1336 { | |
1337 "key": "STABLE_PATIENT", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1338 "value": 7 |
145 | 1339 }, |
1340 { | |
1341 "key": "STABLE_SERIES", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1342 "value": 8 |
145 | 1343 }, |
1344 { | |
1345 "key": "STABLE_STUDY", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1346 "value": 9 |
145 | 1347 }, |
1348 { | |
1349 "key": "ORTHANC_STARTED", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1350 "value": 10 |
145 | 1351 }, |
1352 { | |
1353 "key": "ORTHANC_STOPPED", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1354 "value": 11 |
145 | 1355 }, |
1356 { | |
1357 "key": "UPDATED_ATTACHMENT", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1358 "value": 12 |
145 | 1359 }, |
1360 { | |
1361 "key": "UPDATED_METADATA", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1362 "value": 13 |
145 | 1363 }, |
1364 { | |
1365 "key": "UPDATED_PEERS", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1366 "value": 14 |
145 | 1367 }, |
1368 { | |
1369 "key": "UPDATED_MODALITIES", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1370 "value": 15 |
145 | 1371 }, |
1372 { | |
1373 "key": "JOB_SUBMITTED", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1374 "value": 16 |
145 | 1375 }, |
1376 { | |
1377 "key": "JOB_SUCCESS", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1378 "value": 17 |
145 | 1379 }, |
1380 { | |
1381 "key": "JOB_FAILURE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1382 "value": 18 |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1383 } |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1384 ] |
145 | 1385 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1386 { |
145 | 1387 "name": "OrthancPluginCompressionType", |
1388 "path": "sdk_OrthancPluginCompressionType.impl.h", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1389 "values": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1390 { |
145 | 1391 "key": "ZLIB", |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1392 "value": 0 |
145 | 1393 }, |
1394 { | |
1395 "key": "ZLIB_WITH_SIZE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1396 "value": 1 |
145 | 1397 }, |
1398 { | |
1399 "key": "GZIP", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1400 "value": 2 |
145 | 1401 }, |
1402 { | |
1403 "key": "GZIP_WITH_SIZE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1404 "value": 3 |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1405 } |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1406 ] |
145 | 1407 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1408 { |
145 | 1409 "name": "OrthancPluginConstraintType", |
1410 "path": "sdk_OrthancPluginConstraintType.impl.h", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1411 "values": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1412 { |
145 | 1413 "key": "EQUAL", |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1414 "value": 1 |
145 | 1415 }, |
1416 { | |
1417 "key": "SMALLER_OR_EQUAL", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1418 "value": 2 |
145 | 1419 }, |
1420 { | |
1421 "key": "GREATER_OR_EQUAL", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1422 "value": 3 |
145 | 1423 }, |
1424 { | |
1425 "key": "WILDCARD", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1426 "value": 4 |
145 | 1427 }, |
1428 { | |
1429 "key": "LIST", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1430 "value": 5 |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1431 } |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1432 ] |
145 | 1433 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1434 { |
145 | 1435 "name": "OrthancPluginContentType", |
1436 "path": "sdk_OrthancPluginContentType.impl.h", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1437 "values": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1438 { |
145 | 1439 "key": "UNKNOWN", |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1440 "value": 0 |
145 | 1441 }, |
1442 { | |
1443 "key": "DICOM", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1444 "value": 1 |
145 | 1445 }, |
1446 { | |
1447 "key": "DICOM_AS_JSON", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1448 "value": 2 |
145 | 1449 }, |
1450 { | |
1451 "key": "DICOM_UNTIL_PIXEL_DATA", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1452 "value": 3 |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1453 } |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1454 ] |
145 | 1455 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1456 { |
145 | 1457 "name": "OrthancPluginCreateDicomFlags", |
1458 "path": "sdk_OrthancPluginCreateDicomFlags.impl.h", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1459 "values": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1460 { |
145 | 1461 "key": "NONE", |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1462 "value": 0 |
145 | 1463 }, |
1464 { | |
1465 "key": "DECODE_DATA_URI_SCHEME", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1466 "value": 1 |
145 | 1467 }, |
1468 { | |
1469 "key": "GENERATE_IDENTIFIERS", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1470 "value": 2 |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1471 } |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1472 ] |
145 | 1473 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1474 { |
145 | 1475 "name": "OrthancPluginDicomToJsonFlags", |
1476 "path": "sdk_OrthancPluginDicomToJsonFlags.impl.h", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1477 "values": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1478 { |
145 | 1479 "key": "NONE", |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1480 "value": 0 |
145 | 1481 }, |
1482 { | |
1483 "key": "INCLUDE_BINARY", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1484 "value": 1 |
145 | 1485 }, |
1486 { | |
1487 "key": "INCLUDE_PRIVATE_TAGS", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1488 "value": 2 |
145 | 1489 }, |
1490 { | |
1491 "key": "INCLUDE_UNKNOWN_TAGS", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1492 "value": 4 |
145 | 1493 }, |
1494 { | |
1495 "key": "INCLUDE_PIXEL_DATA", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1496 "value": 8 |
145 | 1497 }, |
1498 { | |
1499 "key": "CONVERT_BINARY_TO_ASCII", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1500 "value": 16 |
145 | 1501 }, |
1502 { | |
1503 "key": "CONVERT_BINARY_TO_NULL", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1504 "value": 32 |
145 | 1505 }, |
1506 { | |
1507 "key": "STOP_AFTER_PIXEL_DATA", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1508 "value": 64 |
145 | 1509 }, |
1510 { | |
1511 "key": "SKIP_GROUP_LENGTHS", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1512 "value": 128 |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1513 } |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1514 ] |
145 | 1515 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1516 { |
145 | 1517 "name": "OrthancPluginDicomToJsonFormat", |
1518 "path": "sdk_OrthancPluginDicomToJsonFormat.impl.h", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1519 "values": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1520 { |
145 | 1521 "key": "FULL", |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1522 "value": 1 |
145 | 1523 }, |
1524 { | |
1525 "key": "SHORT", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1526 "value": 2 |
145 | 1527 }, |
1528 { | |
1529 "key": "HUMAN", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1530 "value": 3 |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1531 } |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1532 ] |
145 | 1533 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1534 { |
145 | 1535 "name": "OrthancPluginDicomWebBinaryMode", |
1536 "path": "sdk_OrthancPluginDicomWebBinaryMode.impl.h", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1537 "values": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1538 { |
145 | 1539 "key": "IGNORE", |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1540 "value": 0 |
145 | 1541 }, |
1542 { | |
1543 "key": "INLINE_BINARY", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1544 "value": 1 |
145 | 1545 }, |
1546 { | |
1547 "key": "BULK_DATA_URI", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1548 "value": 2 |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1549 } |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1550 ] |
145 | 1551 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1552 { |
145 | 1553 "name": "OrthancPluginErrorCode", |
1554 "path": "sdk_OrthancPluginErrorCode.impl.h", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1555 "values": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1556 { |
145 | 1557 "key": "INTERNAL_ERROR", |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1558 "value": -1 |
145 | 1559 }, |
1560 { | |
1561 "key": "SUCCESS", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1562 "value": 0 |
145 | 1563 }, |
1564 { | |
1565 "key": "PLUGIN", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1566 "value": 1 |
145 | 1567 }, |
1568 { | |
1569 "key": "NOT_IMPLEMENTED", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1570 "value": 2 |
145 | 1571 }, |
1572 { | |
1573 "key": "PARAMETER_OUT_OF_RANGE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1574 "value": 3 |
145 | 1575 }, |
1576 { | |
1577 "key": "NOT_ENOUGH_MEMORY", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1578 "value": 4 |
145 | 1579 }, |
1580 { | |
1581 "key": "BAD_PARAMETER_TYPE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1582 "value": 5 |
145 | 1583 }, |
1584 { | |
1585 "key": "BAD_SEQUENCE_OF_CALLS", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1586 "value": 6 |
145 | 1587 }, |
1588 { | |
1589 "key": "INEXISTENT_ITEM", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1590 "value": 7 |
145 | 1591 }, |
1592 { | |
1593 "key": "BAD_REQUEST", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1594 "value": 8 |
145 | 1595 }, |
1596 { | |
1597 "key": "NETWORK_PROTOCOL", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1598 "value": 9 |
145 | 1599 }, |
1600 { | |
1601 "key": "SYSTEM_COMMAND", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1602 "value": 10 |
145 | 1603 }, |
1604 { | |
1605 "key": "DATABASE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1606 "value": 11 |
145 | 1607 }, |
1608 { | |
1609 "key": "URI_SYNTAX", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1610 "value": 12 |
145 | 1611 }, |
1612 { | |
1613 "key": "INEXISTENT_FILE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1614 "value": 13 |
145 | 1615 }, |
1616 { | |
1617 "key": "CANNOT_WRITE_FILE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1618 "value": 14 |
145 | 1619 }, |
1620 { | |
1621 "key": "BAD_FILE_FORMAT", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1622 "value": 15 |
145 | 1623 }, |
1624 { | |
1625 "key": "TIMEOUT", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1626 "value": 16 |
145 | 1627 }, |
1628 { | |
1629 "key": "UNKNOWN_RESOURCE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1630 "value": 17 |
145 | 1631 }, |
1632 { | |
1633 "key": "INCOMPATIBLE_DATABASE_VERSION", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1634 "value": 18 |
145 | 1635 }, |
1636 { | |
1637 "key": "FULL_STORAGE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1638 "value": 19 |
145 | 1639 }, |
1640 { | |
1641 "key": "CORRUPTED_FILE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1642 "value": 20 |
145 | 1643 }, |
1644 { | |
1645 "key": "INEXISTENT_TAG", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1646 "value": 21 |
145 | 1647 }, |
1648 { | |
1649 "key": "READ_ONLY", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1650 "value": 22 |
145 | 1651 }, |
1652 { | |
1653 "key": "INCOMPATIBLE_IMAGE_FORMAT", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1654 "value": 23 |
145 | 1655 }, |
1656 { | |
1657 "key": "INCOMPATIBLE_IMAGE_SIZE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1658 "value": 24 |
145 | 1659 }, |
1660 { | |
1661 "key": "SHARED_LIBRARY", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1662 "value": 25 |
145 | 1663 }, |
1664 { | |
1665 "key": "UNKNOWN_PLUGIN_SERVICE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1666 "value": 26 |
145 | 1667 }, |
1668 { | |
1669 "key": "UNKNOWN_DICOM_TAG", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1670 "value": 27 |
145 | 1671 }, |
1672 { | |
1673 "key": "BAD_JSON", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1674 "value": 28 |
145 | 1675 }, |
1676 { | |
1677 "key": "UNAUTHORIZED", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1678 "value": 29 |
145 | 1679 }, |
1680 { | |
1681 "key": "BAD_FONT", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1682 "value": 30 |
145 | 1683 }, |
1684 { | |
1685 "key": "DATABASE_PLUGIN", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1686 "value": 31 |
145 | 1687 }, |
1688 { | |
1689 "key": "STORAGE_AREA_PLUGIN", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1690 "value": 32 |
145 | 1691 }, |
1692 { | |
1693 "key": "EMPTY_REQUEST", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1694 "value": 33 |
145 | 1695 }, |
1696 { | |
1697 "key": "NOT_ACCEPTABLE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1698 "value": 34 |
145 | 1699 }, |
1700 { | |
1701 "key": "NULL_POINTER", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1702 "value": 35 |
145 | 1703 }, |
1704 { | |
1705 "key": "DATABASE_UNAVAILABLE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1706 "value": 36 |
145 | 1707 }, |
1708 { | |
1709 "key": "CANCELED_JOB", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1710 "value": 37 |
145 | 1711 }, |
1712 { | |
1713 "key": "BAD_GEOMETRY", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1714 "value": 38 |
145 | 1715 }, |
1716 { | |
1717 "key": "SSL_INITIALIZATION", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1718 "value": 39 |
145 | 1719 }, |
1720 { | |
1721 "key": "DISCONTINUED_ABI", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1722 "value": 40 |
145 | 1723 }, |
1724 { | |
1725 "key": "BAD_RANGE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1726 "value": 41 |
145 | 1727 }, |
1728 { | |
1729 "key": "DATABASE_CANNOT_SERIALIZE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1730 "value": 42 |
145 | 1731 }, |
1732 { | |
1733 "key": "REVISION", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1734 "value": 43 |
145 | 1735 }, |
1736 { | |
1737 "key": "SQLITE_NOT_OPENED", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1738 "value": 1000 |
145 | 1739 }, |
1740 { | |
1741 "key": "SQLITE_ALREADY_OPENED", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1742 "value": 1001 |
145 | 1743 }, |
1744 { | |
1745 "key": "SQLITE_CANNOT_OPEN", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1746 "value": 1002 |
145 | 1747 }, |
1748 { | |
1749 "key": "SQLITE_STATEMENT_ALREADY_USED", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1750 "value": 1003 |
145 | 1751 }, |
1752 { | |
1753 "key": "SQLITE_EXECUTE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1754 "value": 1004 |
145 | 1755 }, |
1756 { | |
1757 "key": "SQLITE_ROLLBACK_WITHOUT_TRANSACTION", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1758 "value": 1005 |
145 | 1759 }, |
1760 { | |
1761 "key": "SQLITE_COMMIT_WITHOUT_TRANSACTION", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1762 "value": 1006 |
145 | 1763 }, |
1764 { | |
1765 "key": "SQLITE_REGISTER_FUNCTION", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1766 "value": 1007 |
145 | 1767 }, |
1768 { | |
1769 "key": "SQLITE_FLUSH", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1770 "value": 1008 |
145 | 1771 }, |
1772 { | |
1773 "key": "SQLITE_CANNOT_RUN", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1774 "value": 1009 |
145 | 1775 }, |
1776 { | |
1777 "key": "SQLITE_CANNOT_STEP", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1778 "value": 1010 |
145 | 1779 }, |
1780 { | |
1781 "key": "SQLITE_BIND_OUT_OF_RANGE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1782 "value": 1011 |
145 | 1783 }, |
1784 { | |
1785 "key": "SQLITE_PREPARE_STATEMENT", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1786 "value": 1012 |
145 | 1787 }, |
1788 { | |
1789 "key": "SQLITE_TRANSACTION_ALREADY_STARTED", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1790 "value": 1013 |
145 | 1791 }, |
1792 { | |
1793 "key": "SQLITE_TRANSACTION_COMMIT", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1794 "value": 1014 |
145 | 1795 }, |
1796 { | |
1797 "key": "SQLITE_TRANSACTION_BEGIN", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1798 "value": 1015 |
145 | 1799 }, |
1800 { | |
1801 "key": "DIRECTORY_OVER_FILE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1802 "value": 2000 |
145 | 1803 }, |
1804 { | |
1805 "key": "FILE_STORAGE_CANNOT_WRITE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1806 "value": 2001 |
145 | 1807 }, |
1808 { | |
1809 "key": "DIRECTORY_EXPECTED", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1810 "value": 2002 |
145 | 1811 }, |
1812 { | |
1813 "key": "HTTP_PORT_IN_USE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1814 "value": 2003 |
145 | 1815 }, |
1816 { | |
1817 "key": "DICOM_PORT_IN_USE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1818 "value": 2004 |
145 | 1819 }, |
1820 { | |
1821 "key": "BAD_HTTP_STATUS_IN_REST", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1822 "value": 2005 |
145 | 1823 }, |
1824 { | |
1825 "key": "REGULAR_FILE_EXPECTED", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1826 "value": 2006 |
145 | 1827 }, |
1828 { | |
1829 "key": "PATH_TO_EXECUTABLE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1830 "value": 2007 |
145 | 1831 }, |
1832 { | |
1833 "key": "MAKE_DIRECTORY", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1834 "value": 2008 |
145 | 1835 }, |
1836 { | |
1837 "key": "BAD_APPLICATION_ENTITY_TITLE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1838 "value": 2009 |
145 | 1839 }, |
1840 { | |
1841 "key": "NO_CFIND_HANDLER", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1842 "value": 2010 |
145 | 1843 }, |
1844 { | |
1845 "key": "NO_CMOVE_HANDLER", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1846 "value": 2011 |
145 | 1847 }, |
1848 { | |
1849 "key": "NO_CSTORE_HANDLER", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1850 "value": 2012 |
145 | 1851 }, |
1852 { | |
1853 "key": "NO_APPLICATION_ENTITY_FILTER", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1854 "value": 2013 |
145 | 1855 }, |
1856 { | |
1857 "key": "NO_SOP_CLASS_OR_INSTANCE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1858 "value": 2014 |
145 | 1859 }, |
1860 { | |
1861 "key": "NO_PRESENTATION_CONTEXT", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1862 "value": 2015 |
145 | 1863 }, |
1864 { | |
1865 "key": "DICOM_FIND_UNAVAILABLE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1866 "value": 2016 |
145 | 1867 }, |
1868 { | |
1869 "key": "DICOM_MOVE_UNAVAILABLE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1870 "value": 2017 |
145 | 1871 }, |
1872 { | |
1873 "key": "CANNOT_STORE_INSTANCE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1874 "value": 2018 |
145 | 1875 }, |
1876 { | |
1877 "key": "CREATE_DICOM_NOT_STRING", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1878 "value": 2019 |
145 | 1879 }, |
1880 { | |
1881 "key": "CREATE_DICOM_OVERRIDE_TAG", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1882 "value": 2020 |
145 | 1883 }, |
1884 { | |
1885 "key": "CREATE_DICOM_USE_CONTENT", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1886 "value": 2021 |
145 | 1887 }, |
1888 { | |
1889 "key": "CREATE_DICOM_NO_PAYLOAD", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1890 "value": 2022 |
145 | 1891 }, |
1892 { | |
1893 "key": "CREATE_DICOM_USE_DATA_URI_SCHEME", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1894 "value": 2023 |
145 | 1895 }, |
1896 { | |
1897 "key": "CREATE_DICOM_BAD_PARENT", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1898 "value": 2024 |
145 | 1899 }, |
1900 { | |
1901 "key": "CREATE_DICOM_PARENT_IS_INSTANCE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1902 "value": 2025 |
145 | 1903 }, |
1904 { | |
1905 "key": "CREATE_DICOM_PARENT_ENCODING", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1906 "value": 2026 |
145 | 1907 }, |
1908 { | |
1909 "key": "UNKNOWN_MODALITY", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1910 "value": 2027 |
145 | 1911 }, |
1912 { | |
1913 "key": "BAD_JOB_ORDERING", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1914 "value": 2028 |
145 | 1915 }, |
1916 { | |
1917 "key": "JSON_TO_LUA_TABLE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1918 "value": 2029 |
145 | 1919 }, |
1920 { | |
1921 "key": "CANNOT_CREATE_LUA", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1922 "value": 2030 |
145 | 1923 }, |
1924 { | |
1925 "key": "CANNOT_EXECUTE_LUA", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1926 "value": 2031 |
145 | 1927 }, |
1928 { | |
1929 "key": "LUA_ALREADY_EXECUTED", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1930 "value": 2032 |
145 | 1931 }, |
1932 { | |
1933 "key": "LUA_BAD_OUTPUT", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1934 "value": 2033 |
145 | 1935 }, |
1936 { | |
1937 "key": "NOT_LUA_PREDICATE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1938 "value": 2034 |
145 | 1939 }, |
1940 { | |
1941 "key": "LUA_RETURNS_NO_STRING", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1942 "value": 2035 |
145 | 1943 }, |
1944 { | |
1945 "key": "STORAGE_AREA_ALREADY_REGISTERED", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1946 "value": 2036 |
145 | 1947 }, |
1948 { | |
1949 "key": "DATABASE_BACKEND_ALREADY_REGISTERED", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1950 "value": 2037 |
145 | 1951 }, |
1952 { | |
1953 "key": "DATABASE_NOT_INITIALIZED", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1954 "value": 2038 |
145 | 1955 }, |
1956 { | |
1957 "key": "SSL_DISABLED", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1958 "value": 2039 |
145 | 1959 }, |
1960 { | |
1961 "key": "CANNOT_ORDER_SLICES", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1962 "value": 2040 |
145 | 1963 }, |
1964 { | |
1965 "key": "NO_WORKLIST_HANDLER", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1966 "value": 2041 |
145 | 1967 }, |
1968 { | |
1969 "key": "ALREADY_EXISTING_TAG", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1970 "value": 2042 |
145 | 1971 }, |
1972 { | |
1973 "key": "NO_STORAGE_COMMITMENT_HANDLER", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1974 "value": 2043 |
145 | 1975 }, |
1976 { | |
1977 "key": "NO_CGET_HANDLER", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1978 "value": 2044 |
145 | 1979 }, |
1980 { | |
1981 "key": "UNSUPPORTED_MEDIA_TYPE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1982 "value": 3000 |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1983 } |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1984 ] |
145 | 1985 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1986 { |
145 | 1987 "name": "OrthancPluginHttpMethod", |
1988 "path": "sdk_OrthancPluginHttpMethod.impl.h", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1989 "values": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1990 { |
145 | 1991 "key": "GET", |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1992 "value": 1 |
145 | 1993 }, |
1994 { | |
1995 "key": "POST", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1996 "value": 2 |
145 | 1997 }, |
1998 { | |
1999 "key": "PUT", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2000 "value": 3 |
145 | 2001 }, |
2002 { | |
2003 "key": "DELETE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2004 "value": 4 |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2005 } |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2006 ] |
145 | 2007 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2008 { |
145 | 2009 "name": "OrthancPluginIdentifierConstraint", |
2010 "path": "sdk_OrthancPluginIdentifierConstraint.impl.h", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2011 "values": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2012 { |
145 | 2013 "key": "EQUAL", |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2014 "value": 1 |
145 | 2015 }, |
2016 { | |
2017 "key": "SMALLER_OR_EQUAL", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2018 "value": 2 |
145 | 2019 }, |
2020 { | |
2021 "key": "GREATER_OR_EQUAL", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2022 "value": 3 |
145 | 2023 }, |
2024 { | |
2025 "key": "WILDCARD", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2026 "value": 4 |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2027 } |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2028 ] |
145 | 2029 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2030 { |
145 | 2031 "name": "OrthancPluginImageFormat", |
2032 "path": "sdk_OrthancPluginImageFormat.impl.h", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2033 "values": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2034 { |
145 | 2035 "key": "PNG", |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2036 "value": 0 |
145 | 2037 }, |
2038 { | |
2039 "key": "JPEG", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2040 "value": 1 |
145 | 2041 }, |
2042 { | |
2043 "key": "DICOM", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2044 "value": 2 |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2045 } |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2046 ] |
145 | 2047 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2048 { |
145 | 2049 "name": "OrthancPluginInstanceOrigin", |
2050 "path": "sdk_OrthancPluginInstanceOrigin.impl.h", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2051 "values": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2052 { |
145 | 2053 "key": "UNKNOWN", |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2054 "value": 1 |
145 | 2055 }, |
2056 { | |
2057 "key": "DICOM_PROTOCOL", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2058 "value": 2 |
145 | 2059 }, |
2060 { | |
2061 "key": "REST_API", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2062 "value": 3 |
145 | 2063 }, |
2064 { | |
2065 "key": "PLUGIN", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2066 "value": 4 |
145 | 2067 }, |
2068 { | |
2069 "key": "LUA", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2070 "value": 5 |
145 | 2071 }, |
2072 { | |
2073 "key": "WEB_DAV", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2074 "value": 6 |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2075 } |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2076 ] |
145 | 2077 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2078 { |
145 | 2079 "name": "OrthancPluginJobStepStatus", |
2080 "path": "sdk_OrthancPluginJobStepStatus.impl.h", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2081 "values": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2082 { |
145 | 2083 "key": "SUCCESS", |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2084 "value": 1 |
145 | 2085 }, |
2086 { | |
2087 "key": "FAILURE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2088 "value": 2 |
145 | 2089 }, |
2090 { | |
2091 "key": "CONTINUE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2092 "value": 3 |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2093 } |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2094 ] |
145 | 2095 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2096 { |
145 | 2097 "name": "OrthancPluginJobStopReason", |
2098 "path": "sdk_OrthancPluginJobStopReason.impl.h", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2099 "values": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2100 { |
145 | 2101 "key": "SUCCESS", |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2102 "value": 1 |
145 | 2103 }, |
2104 { | |
2105 "key": "PAUSED", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2106 "value": 2 |
145 | 2107 }, |
2108 { | |
2109 "key": "FAILURE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2110 "value": 3 |
145 | 2111 }, |
2112 { | |
2113 "key": "CANCELED", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2114 "value": 4 |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2115 } |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2116 ] |
145 | 2117 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2118 { |
145 | 2119 "name": "OrthancPluginMetricsType", |
2120 "path": "sdk_OrthancPluginMetricsType.impl.h", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2121 "values": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2122 { |
145 | 2123 "key": "DEFAULT", |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2124 "value": 0 |
145 | 2125 }, |
2126 { | |
2127 "key": "TIMER", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2128 "value": 1 |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2129 } |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2130 ] |
145 | 2131 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2132 { |
145 | 2133 "name": "OrthancPluginPixelFormat", |
2134 "path": "sdk_OrthancPluginPixelFormat.impl.h", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2135 "values": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2136 { |
145 | 2137 "key": "GRAYSCALE8", |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2138 "value": 1 |
145 | 2139 }, |
2140 { | |
2141 "key": "GRAYSCALE16", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2142 "value": 2 |
145 | 2143 }, |
2144 { | |
2145 "key": "SIGNED_GRAYSCALE16", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2146 "value": 3 |
145 | 2147 }, |
2148 { | |
2149 "key": "RGB24", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2150 "value": 4 |
145 | 2151 }, |
2152 { | |
2153 "key": "RGBA32", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2154 "value": 5 |
145 | 2155 }, |
2156 { | |
2157 "key": "UNKNOWN", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2158 "value": 6 |
145 | 2159 }, |
2160 { | |
2161 "key": "RGB48", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2162 "value": 7 |
145 | 2163 }, |
2164 { | |
2165 "key": "GRAYSCALE32", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2166 "value": 8 |
145 | 2167 }, |
2168 { | |
2169 "key": "FLOAT32", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2170 "value": 9 |
145 | 2171 }, |
2172 { | |
2173 "key": "BGRA32", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2174 "value": 10 |
145 | 2175 }, |
2176 { | |
2177 "key": "GRAYSCALE64", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2178 "value": 11 |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2179 } |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2180 ] |
145 | 2181 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2182 { |
145 | 2183 "name": "OrthancPluginReceivedInstanceAction", |
2184 "path": "sdk_OrthancPluginReceivedInstanceAction.impl.h", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2185 "values": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2186 { |
145 | 2187 "key": "KEEP_AS_IS", |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2188 "value": 1 |
145 | 2189 }, |
2190 { | |
2191 "key": "MODIFY", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2192 "value": 2 |
145 | 2193 }, |
2194 { | |
2195 "key": "DISCARD", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2196 "value": 3 |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2197 } |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2198 ] |
145 | 2199 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2200 { |
145 | 2201 "name": "OrthancPluginResourceType", |
2202 "path": "sdk_OrthancPluginResourceType.impl.h", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2203 "values": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2204 { |
145 | 2205 "key": "PATIENT", |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2206 "value": 0 |
145 | 2207 }, |
2208 { | |
2209 "key": "STUDY", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2210 "value": 1 |
145 | 2211 }, |
2212 { | |
2213 "key": "SERIES", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2214 "value": 2 |
145 | 2215 }, |
2216 { | |
2217 "key": "INSTANCE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2218 "value": 3 |
145 | 2219 }, |
2220 { | |
2221 "key": "NONE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2222 "value": 4 |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2223 } |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2224 ] |
145 | 2225 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2226 { |
145 | 2227 "name": "OrthancPluginStorageCommitmentFailureReason", |
2228 "path": "sdk_OrthancPluginStorageCommitmentFailureReason.impl.h", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2229 "values": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2230 { |
145 | 2231 "key": "SUCCESS", |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2232 "value": 0 |
145 | 2233 }, |
2234 { | |
2235 "key": "PROCESSING_FAILURE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2236 "value": 1 |
145 | 2237 }, |
2238 { | |
2239 "key": "NO_SUCH_OBJECT_INSTANCE", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2240 "value": 2 |
145 | 2241 }, |
2242 { | |
2243 "key": "RESOURCE_LIMITATION", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2244 "value": 3 |
145 | 2245 }, |
2246 { | |
2247 "key": "REFERENCED_SOPCLASS_NOT_SUPPORTED", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2248 "value": 4 |
145 | 2249 }, |
2250 { | |
2251 "key": "CLASS_INSTANCE_CONFLICT", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2252 "value": 5 |
145 | 2253 }, |
2254 { | |
2255 "key": "DUPLICATE_TRANSACTION_UID", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2256 "value": 6 |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2257 } |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2258 ] |
145 | 2259 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2260 { |
145 | 2261 "name": "OrthancPluginValueRepresentation", |
2262 "path": "sdk_OrthancPluginValueRepresentation.impl.h", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2263 "values": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2264 { |
145 | 2265 "key": "AE", |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2266 "value": 1 |
145 | 2267 }, |
2268 { | |
2269 "key": "AS", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2270 "value": 2 |
145 | 2271 }, |
2272 { | |
2273 "key": "AT", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2274 "value": 3 |
145 | 2275 }, |
2276 { | |
2277 "key": "CS", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2278 "value": 4 |
145 | 2279 }, |
2280 { | |
2281 "key": "DA", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2282 "value": 5 |
145 | 2283 }, |
2284 { | |
2285 "key": "DS", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2286 "value": 6 |
145 | 2287 }, |
2288 { | |
2289 "key": "DT", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2290 "value": 7 |
145 | 2291 }, |
2292 { | |
2293 "key": "FD", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2294 "value": 8 |
145 | 2295 }, |
2296 { | |
2297 "key": "FL", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2298 "value": 9 |
145 | 2299 }, |
2300 { | |
2301 "key": "IS", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2302 "value": 10 |
145 | 2303 }, |
2304 { | |
2305 "key": "LO", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2306 "value": 11 |
145 | 2307 }, |
2308 { | |
2309 "key": "LT", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2310 "value": 12 |
145 | 2311 }, |
2312 { | |
2313 "key": "OB", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2314 "value": 13 |
145 | 2315 }, |
2316 { | |
2317 "key": "OF", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2318 "value": 14 |
145 | 2319 }, |
2320 { | |
2321 "key": "OW", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2322 "value": 15 |
145 | 2323 }, |
2324 { | |
2325 "key": "PN", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2326 "value": 16 |
145 | 2327 }, |
2328 { | |
2329 "key": "SH", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2330 "value": 17 |
145 | 2331 }, |
2332 { | |
2333 "key": "SL", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2334 "value": 18 |
145 | 2335 }, |
2336 { | |
2337 "key": "SQ", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2338 "value": 19 |
145 | 2339 }, |
2340 { | |
2341 "key": "SS", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2342 "value": 20 |
145 | 2343 }, |
2344 { | |
2345 "key": "ST", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2346 "value": 21 |
145 | 2347 }, |
2348 { | |
2349 "key": "TM", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2350 "value": 22 |
145 | 2351 }, |
2352 { | |
2353 "key": "UI", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2354 "value": 23 |
145 | 2355 }, |
2356 { | |
2357 "key": "UL", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2358 "value": 24 |
145 | 2359 }, |
2360 { | |
2361 "key": "UN", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2362 "value": 25 |
145 | 2363 }, |
2364 { | |
2365 "key": "US", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2366 "value": 26 |
145 | 2367 }, |
2368 { | |
2369 "key": "UT", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2370 "value": 27 |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2371 } |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2372 ] |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2373 } |
145 | 2374 ], |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2375 "global_functions": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2376 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2377 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2378 { |
145 | 2379 "initialization": " = 0", |
2380 "name": "arg0", | |
2381 "orthanc_cast": "arg0", | |
2382 "python_format": "l", | |
2383 "python_type": "long int", | |
2384 "sdk_name": "expectedMajor", | |
142
6288b8132659
replaced "int" by "int32_t" in the SDK to prevent any ABI issue
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
141
diff
changeset
|
2385 "sdk_type": "int32_t" |
145 | 2386 }, |
2387 { | |
2388 "initialization": " = 0", | |
2389 "name": "arg1", | |
2390 "orthanc_cast": "arg1", | |
2391 "python_format": "l", | |
2392 "python_type": "long int", | |
2393 "sdk_name": "expectedMinor", | |
142
6288b8132659
replaced "int" by "int32_t" in the SDK to prevent any ABI issue
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
141
diff
changeset
|
2394 "sdk_type": "int32_t" |
145 | 2395 }, |
2396 { | |
2397 "initialization": " = 0", | |
2398 "name": "arg2", | |
2399 "orthanc_cast": "arg2", | |
2400 "python_format": "l", | |
2401 "python_type": "long int", | |
2402 "sdk_name": "expectedRevision", | |
142
6288b8132659
replaced "int" by "int32_t" in the SDK to prevent any ABI issue
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
141
diff
changeset
|
2403 "sdk_type": "int32_t" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2404 } |
145 | 2405 ], |
2406 "c_function": "OrthancPluginCheckVersionAdvanced", | |
2407 "call_args": ", arg0, arg1, arg2", | |
2408 "count_args": 3, | |
2409 "has_args": true, | |
2410 "return_long": true, | |
2411 "return_sdk_type": "int32_t", | |
2412 "short_name": "CheckVersionAdvanced", | |
142
6288b8132659
replaced "int" by "int32_t" in the SDK to prevent any ABI issue
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
141
diff
changeset
|
2413 "tuple_format": "\"lll\", &arg0, &arg1, &arg2" |
145 | 2414 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2415 { |
145 | 2416 "args": [], |
2417 "c_function": "OrthancPluginCheckVersion", | |
2418 "return_long": true, | |
2419 "return_sdk_type": "int32_t", | |
2420 "short_name": "CheckVersion", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2421 "tuple_format": "\"\", " |
145 | 2422 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2423 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2424 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2425 { |
145 | 2426 "initialization": " = NULL", |
2427 "name": "arg0", | |
2428 "orthanc_cast": "arg0", | |
2429 "python_format": "s", | |
2430 "python_type": "const char*", | |
2431 "sdk_name": "message", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
2432 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2433 } |
145 | 2434 ], |
2435 "c_function": "OrthancPluginLogError", | |
2436 "call_args": ", arg0", | |
2437 "count_args": 1, | |
2438 "has_args": true, | |
2439 "return_sdk_type": "void", | |
2440 "return_void": true, | |
2441 "short_name": "LogError", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2442 "tuple_format": "\"s\", &arg0" |
145 | 2443 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2444 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2445 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2446 { |
145 | 2447 "initialization": " = NULL", |
2448 "name": "arg0", | |
2449 "orthanc_cast": "arg0", | |
2450 "python_format": "s", | |
2451 "python_type": "const char*", | |
2452 "sdk_name": "message", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
2453 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2454 } |
145 | 2455 ], |
2456 "c_function": "OrthancPluginLogWarning", | |
2457 "call_args": ", arg0", | |
2458 "count_args": 1, | |
2459 "has_args": true, | |
2460 "return_sdk_type": "void", | |
2461 "return_void": true, | |
2462 "short_name": "LogWarning", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2463 "tuple_format": "\"s\", &arg0" |
145 | 2464 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2465 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2466 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2467 { |
145 | 2468 "initialization": " = NULL", |
2469 "name": "arg0", | |
2470 "orthanc_cast": "arg0", | |
2471 "python_format": "s", | |
2472 "python_type": "const char*", | |
2473 "sdk_name": "message", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
2474 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2475 } |
145 | 2476 ], |
2477 "c_function": "OrthancPluginLogInfo", | |
2478 "call_args": ", arg0", | |
2479 "count_args": 1, | |
2480 "has_args": true, | |
2481 "return_sdk_type": "void", | |
2482 "return_void": true, | |
2483 "short_name": "LogInfo", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2484 "tuple_format": "\"s\", &arg0" |
145 | 2485 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2486 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2487 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2488 { |
145 | 2489 "initialization": " = NULL", |
2490 "name": "arg0", | |
2491 "orthanc_cast": "arg0", | |
2492 "python_format": "s", | |
2493 "python_type": "const char*", | |
2494 "sdk_name": "instanceId", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
2495 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2496 } |
145 | 2497 ], |
2498 "c_function": "OrthancPluginGetDicomForInstance", | |
2499 "call_args": ", arg0", | |
2500 "count_args": 1, | |
2501 "has_args": true, | |
2502 "return_bytes": true, | |
2503 "return_sdk_type": "OrthancPluginMemoryBuffer *", | |
2504 "short_name": "GetDicomForInstance", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2505 "tuple_format": "\"s\", &arg0" |
145 | 2506 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2507 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2508 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2509 { |
145 | 2510 "initialization": " = NULL", |
2511 "name": "arg0", | |
2512 "orthanc_cast": "arg0", | |
2513 "python_format": "s", | |
2514 "python_type": "const char*", | |
2515 "sdk_name": "uri", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
2516 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2517 } |
145 | 2518 ], |
2519 "c_function": "OrthancPluginRestApiGet", | |
2520 "call_args": ", arg0", | |
2521 "count_args": 1, | |
2522 "has_args": true, | |
2523 "return_bytes": true, | |
2524 "return_sdk_type": "OrthancPluginMemoryBuffer *", | |
2525 "short_name": "RestApiGet", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2526 "tuple_format": "\"s\", &arg0" |
145 | 2527 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2528 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2529 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2530 { |
145 | 2531 "initialization": " = NULL", |
2532 "name": "arg0", | |
2533 "orthanc_cast": "arg0", | |
2534 "python_format": "s", | |
2535 "python_type": "const char*", | |
2536 "sdk_name": "uri", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
2537 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2538 } |
145 | 2539 ], |
2540 "c_function": "OrthancPluginRestApiGetAfterPlugins", | |
2541 "call_args": ", arg0", | |
2542 "count_args": 1, | |
2543 "has_args": true, | |
2544 "return_bytes": true, | |
2545 "return_sdk_type": "OrthancPluginMemoryBuffer *", | |
2546 "short_name": "RestApiGetAfterPlugins", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2547 "tuple_format": "\"s\", &arg0" |
145 | 2548 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2549 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2550 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2551 { |
145 | 2552 "initialization": " = NULL", |
2553 "name": "arg0", | |
2554 "orthanc_cast": "arg0", | |
2555 "python_format": "s", | |
2556 "python_type": "const char*", | |
2557 "sdk_name": "uri", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
2558 "sdk_type": "const char *" |
145 | 2559 }, |
2560 { | |
2561 "name": "arg1", | |
2562 "orthanc_cast": "arg1.buf, arg1.len", | |
2563 "python_format": "s*", | |
2564 "python_type": "Py_buffer", | |
2565 "release": "PyBuffer_Release(&arg1);", | |
2566 "sdk_name": "body", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
2567 "sdk_type": "const_void_pointer_with_size" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2568 } |
145 | 2569 ], |
2570 "c_function": "OrthancPluginRestApiPost", | |
2571 "call_args": ", arg0, arg1.buf, arg1.len", | |
2572 "count_args": 2, | |
2573 "has_args": true, | |
2574 "return_bytes": true, | |
2575 "return_sdk_type": "OrthancPluginMemoryBuffer *", | |
2576 "short_name": "RestApiPost", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2577 "tuple_format": "\"ss*\", &arg0, &arg1" |
145 | 2578 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2579 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2580 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2581 { |
145 | 2582 "initialization": " = NULL", |
2583 "name": "arg0", | |
2584 "orthanc_cast": "arg0", | |
2585 "python_format": "s", | |
2586 "python_type": "const char*", | |
2587 "sdk_name": "uri", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
2588 "sdk_type": "const char *" |
145 | 2589 }, |
2590 { | |
2591 "name": "arg1", | |
2592 "orthanc_cast": "arg1.buf, arg1.len", | |
2593 "python_format": "s*", | |
2594 "python_type": "Py_buffer", | |
2595 "release": "PyBuffer_Release(&arg1);", | |
2596 "sdk_name": "body", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
2597 "sdk_type": "const_void_pointer_with_size" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2598 } |
145 | 2599 ], |
2600 "c_function": "OrthancPluginRestApiPostAfterPlugins", | |
2601 "call_args": ", arg0, arg1.buf, arg1.len", | |
2602 "count_args": 2, | |
2603 "has_args": true, | |
2604 "return_bytes": true, | |
2605 "return_sdk_type": "OrthancPluginMemoryBuffer *", | |
2606 "short_name": "RestApiPostAfterPlugins", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2607 "tuple_format": "\"ss*\", &arg0, &arg1" |
145 | 2608 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2609 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2610 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2611 { |
145 | 2612 "initialization": " = NULL", |
2613 "name": "arg0", | |
2614 "orthanc_cast": "arg0", | |
2615 "python_format": "s", | |
2616 "python_type": "const char*", | |
2617 "sdk_name": "uri", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
2618 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2619 } |
145 | 2620 ], |
2621 "c_function": "OrthancPluginRestApiDelete", | |
2622 "call_args": ", arg0", | |
2623 "count_args": 1, | |
2624 "has_args": true, | |
2625 "return_error": true, | |
2626 "return_sdk_enumeration": "OrthancPluginErrorCode", | |
2627 "return_sdk_type": "enumeration", | |
2628 "short_name": "RestApiDelete", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2629 "tuple_format": "\"s\", &arg0" |
145 | 2630 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2631 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2632 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2633 { |
145 | 2634 "initialization": " = NULL", |
2635 "name": "arg0", | |
2636 "orthanc_cast": "arg0", | |
2637 "python_format": "s", | |
2638 "python_type": "const char*", | |
2639 "sdk_name": "uri", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
2640 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2641 } |
145 | 2642 ], |
2643 "c_function": "OrthancPluginRestApiDeleteAfterPlugins", | |
2644 "call_args": ", arg0", | |
2645 "count_args": 1, | |
2646 "has_args": true, | |
2647 "return_error": true, | |
2648 "return_sdk_enumeration": "OrthancPluginErrorCode", | |
2649 "return_sdk_type": "enumeration", | |
2650 "short_name": "RestApiDeleteAfterPlugins", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2651 "tuple_format": "\"s\", &arg0" |
145 | 2652 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2653 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2654 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2655 { |
145 | 2656 "initialization": " = NULL", |
2657 "name": "arg0", | |
2658 "orthanc_cast": "arg0", | |
2659 "python_format": "s", | |
2660 "python_type": "const char*", | |
2661 "sdk_name": "uri", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
2662 "sdk_type": "const char *" |
145 | 2663 }, |
2664 { | |
2665 "name": "arg1", | |
2666 "orthanc_cast": "arg1.buf, arg1.len", | |
2667 "python_format": "s*", | |
2668 "python_type": "Py_buffer", | |
2669 "release": "PyBuffer_Release(&arg1);", | |
2670 "sdk_name": "body", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
2671 "sdk_type": "const_void_pointer_with_size" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2672 } |
145 | 2673 ], |
2674 "c_function": "OrthancPluginRestApiPut", | |
2675 "call_args": ", arg0, arg1.buf, arg1.len", | |
2676 "count_args": 2, | |
2677 "has_args": true, | |
2678 "return_bytes": true, | |
2679 "return_sdk_type": "OrthancPluginMemoryBuffer *", | |
2680 "short_name": "RestApiPut", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2681 "tuple_format": "\"ss*\", &arg0, &arg1" |
145 | 2682 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2683 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2684 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2685 { |
145 | 2686 "initialization": " = NULL", |
2687 "name": "arg0", | |
2688 "orthanc_cast": "arg0", | |
2689 "python_format": "s", | |
2690 "python_type": "const char*", | |
2691 "sdk_name": "uri", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
2692 "sdk_type": "const char *" |
145 | 2693 }, |
2694 { | |
2695 "name": "arg1", | |
2696 "orthanc_cast": "arg1.buf, arg1.len", | |
2697 "python_format": "s*", | |
2698 "python_type": "Py_buffer", | |
2699 "release": "PyBuffer_Release(&arg1);", | |
2700 "sdk_name": "body", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
2701 "sdk_type": "const_void_pointer_with_size" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2702 } |
145 | 2703 ], |
2704 "c_function": "OrthancPluginRestApiPutAfterPlugins", | |
2705 "call_args": ", arg0, arg1.buf, arg1.len", | |
2706 "count_args": 2, | |
2707 "has_args": true, | |
2708 "return_bytes": true, | |
2709 "return_sdk_type": "OrthancPluginMemoryBuffer *", | |
2710 "short_name": "RestApiPutAfterPlugins", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2711 "tuple_format": "\"ss*\", &arg0, &arg1" |
145 | 2712 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2713 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2714 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2715 { |
145 | 2716 "initialization": " = NULL", |
2717 "name": "arg0", | |
2718 "orthanc_cast": "arg0", | |
2719 "python_format": "s", | |
2720 "python_type": "const char*", | |
2721 "sdk_name": "patientID", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
2722 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2723 } |
145 | 2724 ], |
2725 "c_function": "OrthancPluginLookupPatient", | |
2726 "call_args": ", arg0", | |
2727 "count_args": 1, | |
2728 "has_args": true, | |
2729 "return_dynamic_string": true, | |
2730 "return_sdk_type": "char *", | |
2731 "short_name": "LookupPatient", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2732 "tuple_format": "\"s\", &arg0" |
145 | 2733 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2734 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2735 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2736 { |
145 | 2737 "initialization": " = NULL", |
2738 "name": "arg0", | |
2739 "orthanc_cast": "arg0", | |
2740 "python_format": "s", | |
2741 "python_type": "const char*", | |
2742 "sdk_name": "studyUID", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
2743 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2744 } |
145 | 2745 ], |
2746 "c_function": "OrthancPluginLookupStudy", | |
2747 "call_args": ", arg0", | |
2748 "count_args": 1, | |
2749 "has_args": true, | |
2750 "return_dynamic_string": true, | |
2751 "return_sdk_type": "char *", | |
2752 "short_name": "LookupStudy", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2753 "tuple_format": "\"s\", &arg0" |
145 | 2754 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2755 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2756 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2757 { |
145 | 2758 "initialization": " = NULL", |
2759 "name": "arg0", | |
2760 "orthanc_cast": "arg0", | |
2761 "python_format": "s", | |
2762 "python_type": "const char*", | |
2763 "sdk_name": "accessionNumber", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
2764 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2765 } |
145 | 2766 ], |
2767 "c_function": "OrthancPluginLookupStudyWithAccessionNumber", | |
2768 "call_args": ", arg0", | |
2769 "count_args": 1, | |
2770 "has_args": true, | |
2771 "return_dynamic_string": true, | |
2772 "return_sdk_type": "char *", | |
2773 "short_name": "LookupStudyWithAccessionNumber", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2774 "tuple_format": "\"s\", &arg0" |
145 | 2775 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2776 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2777 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2778 { |
145 | 2779 "initialization": " = NULL", |
2780 "name": "arg0", | |
2781 "orthanc_cast": "arg0", | |
2782 "python_format": "s", | |
2783 "python_type": "const char*", | |
2784 "sdk_name": "seriesUID", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
2785 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2786 } |
145 | 2787 ], |
2788 "c_function": "OrthancPluginLookupSeries", | |
2789 "call_args": ", arg0", | |
2790 "count_args": 1, | |
2791 "has_args": true, | |
2792 "return_dynamic_string": true, | |
2793 "return_sdk_type": "char *", | |
2794 "short_name": "LookupSeries", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2795 "tuple_format": "\"s\", &arg0" |
145 | 2796 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2797 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2798 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2799 { |
145 | 2800 "initialization": " = NULL", |
2801 "name": "arg0", | |
2802 "orthanc_cast": "arg0", | |
2803 "python_format": "s", | |
2804 "python_type": "const char*", | |
2805 "sdk_name": "sopInstanceUID", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
2806 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2807 } |
145 | 2808 ], |
2809 "c_function": "OrthancPluginLookupInstance", | |
2810 "call_args": ", arg0", | |
2811 "count_args": 1, | |
2812 "has_args": true, | |
2813 "return_dynamic_string": true, | |
2814 "return_sdk_type": "char *", | |
2815 "short_name": "LookupInstance", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2816 "tuple_format": "\"s\", &arg0" |
145 | 2817 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2818 { |
145 | 2819 "args": [], |
2820 "c_function": "OrthancPluginGetOrthancPath", | |
2821 "return_dynamic_string": true, | |
2822 "return_sdk_type": "char *", | |
2823 "short_name": "GetOrthancPath", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2824 "tuple_format": "\"\", " |
145 | 2825 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2826 { |
145 | 2827 "args": [], |
2828 "c_function": "OrthancPluginGetOrthancDirectory", | |
2829 "return_dynamic_string": true, | |
2830 "return_sdk_type": "char *", | |
2831 "short_name": "GetOrthancDirectory", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2832 "tuple_format": "\"\", " |
145 | 2833 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2834 { |
145 | 2835 "args": [], |
2836 "c_function": "OrthancPluginGetConfigurationPath", | |
2837 "return_dynamic_string": true, | |
2838 "return_sdk_type": "char *", | |
2839 "short_name": "GetConfigurationPath", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2840 "tuple_format": "\"\", " |
145 | 2841 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2842 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2843 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2844 { |
145 | 2845 "initialization": " = NULL", |
2846 "name": "arg0", | |
2847 "orthanc_cast": "arg0", | |
2848 "python_format": "s", | |
2849 "python_type": "const char*", | |
2850 "sdk_name": "uri", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
2851 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2852 } |
145 | 2853 ], |
2854 "c_function": "OrthancPluginSetRootUri", | |
2855 "call_args": ", arg0", | |
2856 "count_args": 1, | |
2857 "has_args": true, | |
2858 "return_sdk_type": "void", | |
2859 "return_void": true, | |
2860 "short_name": "SetRootUri", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2861 "tuple_format": "\"s\", &arg0" |
145 | 2862 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2863 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2864 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2865 { |
145 | 2866 "initialization": " = NULL", |
2867 "name": "arg0", | |
2868 "orthanc_cast": "arg0", | |
2869 "python_format": "s", | |
2870 "python_type": "const char*", | |
2871 "sdk_name": "description", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
2872 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2873 } |
145 | 2874 ], |
2875 "c_function": "OrthancPluginSetDescription", | |
2876 "call_args": ", arg0", | |
2877 "count_args": 1, | |
2878 "has_args": true, | |
2879 "return_sdk_type": "void", | |
2880 "return_void": true, | |
2881 "short_name": "SetDescription", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2882 "tuple_format": "\"s\", &arg0" |
145 | 2883 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2884 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2885 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2886 { |
145 | 2887 "initialization": " = NULL", |
2888 "name": "arg0", | |
2889 "orthanc_cast": "arg0", | |
2890 "python_format": "s", | |
2891 "python_type": "const char*", | |
2892 "sdk_name": "javascript", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
2893 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2894 } |
145 | 2895 ], |
2896 "c_function": "OrthancPluginExtendOrthancExplorer", | |
2897 "call_args": ", arg0", | |
2898 "count_args": 1, | |
2899 "has_args": true, | |
2900 "return_sdk_type": "void", | |
2901 "return_void": true, | |
2902 "short_name": "ExtendOrthancExplorer", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2903 "tuple_format": "\"s\", &arg0" |
145 | 2904 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2905 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2906 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2907 { |
145 | 2908 "initialization": " = 0", |
2909 "name": "arg0", | |
2910 "orthanc_cast": "arg0", | |
2911 "python_format": "l", | |
2912 "python_type": "long int", | |
2913 "sdk_name": "property", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
2914 "sdk_type": "int32_t" |
145 | 2915 }, |
2916 { | |
2917 "initialization": " = NULL", | |
2918 "name": "arg1", | |
2919 "orthanc_cast": "arg1", | |
2920 "python_format": "s", | |
2921 "python_type": "const char*", | |
2922 "sdk_name": "defaultValue", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
2923 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2924 } |
145 | 2925 ], |
2926 "c_function": "OrthancPluginGetGlobalProperty", | |
2927 "call_args": ", arg0, arg1", | |
2928 "count_args": 2, | |
2929 "has_args": true, | |
2930 "return_dynamic_string": true, | |
2931 "return_sdk_type": "char *", | |
2932 "short_name": "GetGlobalProperty", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2933 "tuple_format": "\"ls\", &arg0, &arg1" |
145 | 2934 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2935 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2936 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2937 { |
145 | 2938 "initialization": " = 0", |
2939 "name": "arg0", | |
2940 "orthanc_cast": "arg0", | |
2941 "python_format": "l", | |
2942 "python_type": "long int", | |
2943 "sdk_name": "property", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
2944 "sdk_type": "int32_t" |
145 | 2945 }, |
2946 { | |
2947 "initialization": " = NULL", | |
2948 "name": "arg1", | |
2949 "orthanc_cast": "arg1", | |
2950 "python_format": "s", | |
2951 "python_type": "const char*", | |
2952 "sdk_name": "value", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
2953 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2954 } |
145 | 2955 ], |
2956 "c_function": "OrthancPluginSetGlobalProperty", | |
2957 "call_args": ", arg0, arg1", | |
2958 "count_args": 2, | |
2959 "has_args": true, | |
2960 "return_error": true, | |
2961 "return_sdk_enumeration": "OrthancPluginErrorCode", | |
2962 "return_sdk_type": "enumeration", | |
2963 "short_name": "SetGlobalProperty", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2964 "tuple_format": "\"ls\", &arg0, &arg1" |
145 | 2965 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2966 { |
145 | 2967 "args": [], |
2968 "c_function": "OrthancPluginGetCommandLineArgumentsCount", | |
2969 "return_long": true, | |
2970 "return_sdk_type": "uint32_t", | |
2971 "short_name": "GetCommandLineArgumentsCount", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2972 "tuple_format": "\"\", " |
145 | 2973 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2974 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2975 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2976 { |
145 | 2977 "initialization": " = 0", |
2978 "name": "arg0", | |
2979 "orthanc_cast": "arg0", | |
2980 "python_format": "k", | |
2981 "python_type": "unsigned long", | |
2982 "sdk_name": "argument", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
2983 "sdk_type": "uint32_t" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2984 } |
145 | 2985 ], |
2986 "c_function": "OrthancPluginGetCommandLineArgument", | |
2987 "call_args": ", arg0", | |
2988 "count_args": 1, | |
2989 "has_args": true, | |
2990 "return_dynamic_string": true, | |
2991 "return_sdk_type": "char *", | |
2992 "short_name": "GetCommandLineArgument", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2993 "tuple_format": "\"k\", &arg0" |
145 | 2994 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2995 { |
145 | 2996 "args": [], |
2997 "c_function": "OrthancPluginGetExpectedDatabaseVersion", | |
2998 "return_long": true, | |
2999 "return_sdk_type": "uint32_t", | |
3000 "short_name": "GetExpectedDatabaseVersion", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3001 "tuple_format": "\"\", " |
145 | 3002 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3003 { |
145 | 3004 "args": [], |
3005 "c_function": "OrthancPluginGetConfiguration", | |
3006 "return_dynamic_string": true, | |
3007 "return_sdk_type": "char *", | |
3008 "short_name": "GetConfiguration", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3009 "tuple_format": "\"\", " |
145 | 3010 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3011 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3012 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3013 { |
145 | 3014 "name": "arg0", |
3015 "orthanc_cast": "arg0.buf, arg0.len", | |
3016 "python_format": "s*", | |
3017 "python_type": "Py_buffer", | |
3018 "release": "PyBuffer_Release(&arg0);", | |
3019 "sdk_name": "source", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
3020 "sdk_type": "const_void_pointer_with_size" |
145 | 3021 }, |
3022 { | |
3023 "initialization": " = 0", | |
3024 "name": "arg2", | |
3025 "orthanc_cast": "static_cast<OrthancPluginCompressionType>(arg2)", | |
3026 "python_format": "l", | |
3027 "python_type": "long int", | |
3028 "sdk_enumeration": "OrthancPluginCompressionType", | |
3029 "sdk_name": "compression", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
3030 "sdk_type": "enumeration" |
145 | 3031 }, |
3032 { | |
3033 "initialization": " = 0", | |
3034 "name": "arg3", | |
3035 "orthanc_cast": "arg3", | |
3036 "python_format": "b", | |
3037 "python_type": "unsigned char", | |
3038 "sdk_name": "uncompress", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3039 "sdk_type": "uint8_t" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3040 } |
145 | 3041 ], |
3042 "c_function": "OrthancPluginBufferCompression", | |
3043 "call_args": ", arg0.buf, arg0.len, static_cast<OrthancPluginCompressionType>(arg2), arg3", | |
3044 "count_args": 3, | |
3045 "has_args": true, | |
3046 "return_bytes": true, | |
3047 "return_sdk_type": "OrthancPluginMemoryBuffer *", | |
3048 "short_name": "BufferCompression", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3049 "tuple_format": "\"s*lb\", &arg0, &arg2, &arg3" |
145 | 3050 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3051 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3052 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3053 { |
145 | 3054 "initialization": " = NULL", |
3055 "name": "arg0", | |
3056 "orthanc_cast": "arg0", | |
3057 "python_format": "s", | |
3058 "python_type": "const char*", | |
3059 "sdk_name": "path", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3060 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3061 } |
145 | 3062 ], |
3063 "c_function": "OrthancPluginReadFile", | |
3064 "call_args": ", arg0", | |
3065 "count_args": 1, | |
3066 "has_args": true, | |
3067 "return_bytes": true, | |
3068 "return_sdk_type": "OrthancPluginMemoryBuffer *", | |
3069 "short_name": "ReadFile", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3070 "tuple_format": "\"s\", &arg0" |
145 | 3071 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3072 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3073 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3074 { |
145 | 3075 "initialization": " = NULL", |
3076 "name": "arg0", | |
3077 "orthanc_cast": "arg0", | |
3078 "python_format": "s", | |
3079 "python_type": "const char*", | |
3080 "sdk_name": "path", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3081 "sdk_type": "const char *" |
145 | 3082 }, |
3083 { | |
3084 "name": "arg1", | |
3085 "orthanc_cast": "arg1.buf, arg1.len", | |
3086 "python_format": "s*", | |
3087 "python_type": "Py_buffer", | |
3088 "release": "PyBuffer_Release(&arg1);", | |
3089 "sdk_name": "data", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
3090 "sdk_type": "const_void_pointer_with_size" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3091 } |
145 | 3092 ], |
3093 "c_function": "OrthancPluginWriteFile", | |
3094 "call_args": ", arg0, arg1.buf, arg1.len", | |
3095 "count_args": 2, | |
3096 "has_args": true, | |
3097 "return_error": true, | |
3098 "return_sdk_enumeration": "OrthancPluginErrorCode", | |
3099 "return_sdk_type": "enumeration", | |
3100 "short_name": "WriteFile", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3101 "tuple_format": "\"ss*\", &arg0, &arg1" |
145 | 3102 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3103 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3104 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3105 { |
145 | 3106 "initialization": " = 0", |
3107 "name": "arg0", | |
3108 "orthanc_cast": "static_cast<OrthancPluginErrorCode>(arg0)", | |
3109 "python_format": "l", | |
3110 "python_type": "long int", | |
3111 "sdk_enumeration": "OrthancPluginErrorCode", | |
3112 "sdk_name": "error", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
3113 "sdk_type": "enumeration" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3114 } |
145 | 3115 ], |
3116 "c_function": "OrthancPluginGetErrorDescription", | |
3117 "call_args": ", static_cast<OrthancPluginErrorCode>(arg0)", | |
3118 "count_args": 1, | |
3119 "has_args": true, | |
3120 "return_sdk_type": "const char *", | |
3121 "return_static_string": true, | |
3122 "short_name": "GetErrorDescription", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3123 "tuple_format": "\"l\", &arg0" |
145 | 3124 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3125 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3126 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3127 { |
145 | 3128 "name": "arg0", |
3129 "orthanc_cast": "arg0.buf, arg0.len", | |
3130 "python_format": "s*", | |
3131 "python_type": "Py_buffer", | |
3132 "release": "PyBuffer_Release(&arg0);", | |
3133 "sdk_name": "data", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
3134 "sdk_type": "const_void_pointer_with_size" |
145 | 3135 }, |
3136 { | |
3137 "initialization": " = 0", | |
3138 "name": "arg2", | |
3139 "orthanc_cast": "static_cast<OrthancPluginImageFormat>(arg2)", | |
3140 "python_format": "l", | |
3141 "python_type": "long int", | |
3142 "sdk_enumeration": "OrthancPluginImageFormat", | |
3143 "sdk_name": "format", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
3144 "sdk_type": "enumeration" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3145 } |
145 | 3146 ], |
3147 "c_function": "OrthancPluginUncompressImage", | |
3148 "call_args": ", arg0.buf, arg0.len, static_cast<OrthancPluginImageFormat>(arg2)", | |
3149 "count_args": 2, | |
3150 "has_args": true, | |
3151 "return_object": "OrthancPluginImage", | |
3152 "return_sdk_class": "OrthancPluginImage", | |
3153 "return_sdk_type": "object", | |
3154 "short_name": "UncompressImage", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3155 "tuple_format": "\"s*l\", &arg0, &arg2" |
145 | 3156 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3157 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3158 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3159 { |
145 | 3160 "initialization": " = 0", |
3161 "name": "arg0", | |
3162 "orthanc_cast": "static_cast<OrthancPluginPixelFormat>(arg0)", | |
3163 "python_format": "l", | |
3164 "python_type": "long int", | |
3165 "sdk_enumeration": "OrthancPluginPixelFormat", | |
3166 "sdk_name": "format", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
3167 "sdk_type": "enumeration" |
145 | 3168 }, |
3169 { | |
3170 "initialization": " = 0", | |
3171 "name": "arg1", | |
3172 "orthanc_cast": "arg1", | |
3173 "python_format": "k", | |
3174 "python_type": "unsigned long", | |
3175 "sdk_name": "width", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3176 "sdk_type": "uint32_t" |
145 | 3177 }, |
3178 { | |
3179 "initialization": " = 0", | |
3180 "name": "arg2", | |
3181 "orthanc_cast": "arg2", | |
3182 "python_format": "k", | |
3183 "python_type": "unsigned long", | |
3184 "sdk_name": "height", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3185 "sdk_type": "uint32_t" |
145 | 3186 }, |
3187 { | |
3188 "initialization": " = 0", | |
3189 "name": "arg3", | |
3190 "orthanc_cast": "arg3", | |
3191 "python_format": "k", | |
3192 "python_type": "unsigned long", | |
3193 "sdk_name": "pitch", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3194 "sdk_type": "uint32_t" |
145 | 3195 }, |
3196 { | |
3197 "name": "arg4", | |
3198 "orthanc_cast": "arg4.buf", | |
3199 "python_format": "s*", | |
3200 "python_type": "Py_buffer", | |
3201 "release": "PyBuffer_Release(&arg4);", | |
3202 "sdk_name": "buffer", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3203 "sdk_type": "const void *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3204 } |
145 | 3205 ], |
3206 "c_function": "OrthancPluginCompressPngImage", | |
3207 "call_args": ", static_cast<OrthancPluginPixelFormat>(arg0), arg1, arg2, arg3, arg4.buf", | |
3208 "count_args": 5, | |
3209 "has_args": true, | |
3210 "return_bytes": true, | |
3211 "return_sdk_type": "OrthancPluginMemoryBuffer *", | |
3212 "short_name": "CompressPngImage", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3213 "tuple_format": "\"lkkks*\", &arg0, &arg1, &arg2, &arg3, &arg4" |
145 | 3214 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3215 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3216 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3217 { |
145 | 3218 "initialization": " = 0", |
3219 "name": "arg0", | |
3220 "orthanc_cast": "static_cast<OrthancPluginPixelFormat>(arg0)", | |
3221 "python_format": "l", | |
3222 "python_type": "long int", | |
3223 "sdk_enumeration": "OrthancPluginPixelFormat", | |
3224 "sdk_name": "format", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
3225 "sdk_type": "enumeration" |
145 | 3226 }, |
3227 { | |
3228 "initialization": " = 0", | |
3229 "name": "arg1", | |
3230 "orthanc_cast": "arg1", | |
3231 "python_format": "k", | |
3232 "python_type": "unsigned long", | |
3233 "sdk_name": "width", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3234 "sdk_type": "uint32_t" |
145 | 3235 }, |
3236 { | |
3237 "initialization": " = 0", | |
3238 "name": "arg2", | |
3239 "orthanc_cast": "arg2", | |
3240 "python_format": "k", | |
3241 "python_type": "unsigned long", | |
3242 "sdk_name": "height", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3243 "sdk_type": "uint32_t" |
145 | 3244 }, |
3245 { | |
3246 "initialization": " = 0", | |
3247 "name": "arg3", | |
3248 "orthanc_cast": "arg3", | |
3249 "python_format": "k", | |
3250 "python_type": "unsigned long", | |
3251 "sdk_name": "pitch", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3252 "sdk_type": "uint32_t" |
145 | 3253 }, |
3254 { | |
3255 "name": "arg4", | |
3256 "orthanc_cast": "arg4.buf", | |
3257 "python_format": "s*", | |
3258 "python_type": "Py_buffer", | |
3259 "release": "PyBuffer_Release(&arg4);", | |
3260 "sdk_name": "buffer", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3261 "sdk_type": "const void *" |
145 | 3262 }, |
3263 { | |
3264 "initialization": " = 0", | |
3265 "name": "arg5", | |
3266 "orthanc_cast": "arg5", | |
3267 "python_format": "b", | |
3268 "python_type": "unsigned char", | |
3269 "sdk_name": "quality", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3270 "sdk_type": "uint8_t" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3271 } |
145 | 3272 ], |
3273 "c_function": "OrthancPluginCompressJpegImage", | |
3274 "call_args": ", static_cast<OrthancPluginPixelFormat>(arg0), arg1, arg2, arg3, arg4.buf, arg5", | |
3275 "count_args": 6, | |
3276 "has_args": true, | |
3277 "return_bytes": true, | |
3278 "return_sdk_type": "OrthancPluginMemoryBuffer *", | |
3279 "short_name": "CompressJpegImage", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3280 "tuple_format": "\"lkkks*b\", &arg0, &arg1, &arg2, &arg3, &arg4, &arg5" |
145 | 3281 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3282 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3283 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3284 { |
145 | 3285 "initialization": " = NULL", |
3286 "name": "arg0", | |
3287 "orthanc_cast": "arg0", | |
3288 "python_format": "s", | |
3289 "python_type": "const char*", | |
3290 "sdk_name": "url", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3291 "sdk_type": "const char *" |
145 | 3292 }, |
3293 { | |
3294 "initialization": " = NULL", | |
3295 "name": "arg1", | |
3296 "orthanc_cast": "arg1", | |
3297 "python_format": "s", | |
3298 "python_type": "const char*", | |
3299 "sdk_name": "username", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3300 "sdk_type": "const char *" |
145 | 3301 }, |
3302 { | |
3303 "initialization": " = NULL", | |
3304 "name": "arg2", | |
3305 "orthanc_cast": "arg2", | |
3306 "python_format": "s", | |
3307 "python_type": "const char*", | |
3308 "sdk_name": "password", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3309 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3310 } |
145 | 3311 ], |
3312 "c_function": "OrthancPluginHttpGet", | |
3313 "call_args": ", arg0, arg1, arg2", | |
3314 "count_args": 3, | |
3315 "has_args": true, | |
3316 "return_bytes": true, | |
3317 "return_sdk_type": "OrthancPluginMemoryBuffer *", | |
3318 "short_name": "HttpGet", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3319 "tuple_format": "\"sss\", &arg0, &arg1, &arg2" |
145 | 3320 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3321 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3322 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3323 { |
145 | 3324 "initialization": " = NULL", |
3325 "name": "arg0", | |
3326 "orthanc_cast": "arg0", | |
3327 "python_format": "s", | |
3328 "python_type": "const char*", | |
3329 "sdk_name": "url", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3330 "sdk_type": "const char *" |
145 | 3331 }, |
3332 { | |
3333 "name": "arg1", | |
3334 "orthanc_cast": "arg1.buf, arg1.len", | |
3335 "python_format": "s*", | |
3336 "python_type": "Py_buffer", | |
3337 "release": "PyBuffer_Release(&arg1);", | |
3338 "sdk_name": "body", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
3339 "sdk_type": "const_void_pointer_with_size" |
145 | 3340 }, |
3341 { | |
3342 "initialization": " = NULL", | |
3343 "name": "arg3", | |
3344 "orthanc_cast": "arg3", | |
3345 "python_format": "s", | |
3346 "python_type": "const char*", | |
3347 "sdk_name": "username", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3348 "sdk_type": "const char *" |
145 | 3349 }, |
3350 { | |
3351 "initialization": " = NULL", | |
3352 "name": "arg4", | |
3353 "orthanc_cast": "arg4", | |
3354 "python_format": "s", | |
3355 "python_type": "const char*", | |
3356 "sdk_name": "password", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3357 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3358 } |
145 | 3359 ], |
3360 "c_function": "OrthancPluginHttpPost", | |
3361 "call_args": ", arg0, arg1.buf, arg1.len, arg3, arg4", | |
3362 "count_args": 4, | |
3363 "has_args": true, | |
3364 "return_bytes": true, | |
3365 "return_sdk_type": "OrthancPluginMemoryBuffer *", | |
3366 "short_name": "HttpPost", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3367 "tuple_format": "\"ss*ss\", &arg0, &arg1, &arg3, &arg4" |
145 | 3368 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3369 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3370 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3371 { |
145 | 3372 "initialization": " = NULL", |
3373 "name": "arg0", | |
3374 "orthanc_cast": "arg0", | |
3375 "python_format": "s", | |
3376 "python_type": "const char*", | |
3377 "sdk_name": "url", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3378 "sdk_type": "const char *" |
145 | 3379 }, |
3380 { | |
3381 "name": "arg1", | |
3382 "orthanc_cast": "arg1.buf, arg1.len", | |
3383 "python_format": "s*", | |
3384 "python_type": "Py_buffer", | |
3385 "release": "PyBuffer_Release(&arg1);", | |
3386 "sdk_name": "body", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
3387 "sdk_type": "const_void_pointer_with_size" |
145 | 3388 }, |
3389 { | |
3390 "initialization": " = NULL", | |
3391 "name": "arg3", | |
3392 "orthanc_cast": "arg3", | |
3393 "python_format": "s", | |
3394 "python_type": "const char*", | |
3395 "sdk_name": "username", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3396 "sdk_type": "const char *" |
145 | 3397 }, |
3398 { | |
3399 "initialization": " = NULL", | |
3400 "name": "arg4", | |
3401 "orthanc_cast": "arg4", | |
3402 "python_format": "s", | |
3403 "python_type": "const char*", | |
3404 "sdk_name": "password", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3405 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3406 } |
145 | 3407 ], |
3408 "c_function": "OrthancPluginHttpPut", | |
3409 "call_args": ", arg0, arg1.buf, arg1.len, arg3, arg4", | |
3410 "count_args": 4, | |
3411 "has_args": true, | |
3412 "return_bytes": true, | |
3413 "return_sdk_type": "OrthancPluginMemoryBuffer *", | |
3414 "short_name": "HttpPut", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3415 "tuple_format": "\"ss*ss\", &arg0, &arg1, &arg3, &arg4" |
145 | 3416 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3417 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3418 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3419 { |
145 | 3420 "initialization": " = NULL", |
3421 "name": "arg0", | |
3422 "orthanc_cast": "arg0", | |
3423 "python_format": "s", | |
3424 "python_type": "const char*", | |
3425 "sdk_name": "url", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3426 "sdk_type": "const char *" |
145 | 3427 }, |
3428 { | |
3429 "initialization": " = NULL", | |
3430 "name": "arg1", | |
3431 "orthanc_cast": "arg1", | |
3432 "python_format": "s", | |
3433 "python_type": "const char*", | |
3434 "sdk_name": "username", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3435 "sdk_type": "const char *" |
145 | 3436 }, |
3437 { | |
3438 "initialization": " = NULL", | |
3439 "name": "arg2", | |
3440 "orthanc_cast": "arg2", | |
3441 "python_format": "s", | |
3442 "python_type": "const char*", | |
3443 "sdk_name": "password", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3444 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3445 } |
145 | 3446 ], |
3447 "c_function": "OrthancPluginHttpDelete", | |
3448 "call_args": ", arg0, arg1, arg2", | |
3449 "count_args": 3, | |
3450 "has_args": true, | |
3451 "return_error": true, | |
3452 "return_sdk_enumeration": "OrthancPluginErrorCode", | |
3453 "return_sdk_type": "enumeration", | |
3454 "short_name": "HttpDelete", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3455 "tuple_format": "\"sss\", &arg0, &arg1, &arg2" |
145 | 3456 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3457 { |
145 | 3458 "args": [], |
3459 "c_function": "OrthancPluginGetFontsCount", | |
3460 "return_long": true, | |
3461 "return_sdk_type": "uint32_t", | |
3462 "short_name": "GetFontsCount", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3463 "tuple_format": "\"\", " |
145 | 3464 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3465 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3466 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3467 { |
145 | 3468 "initialization": " = 0", |
3469 "name": "arg0", | |
3470 "orthanc_cast": "arg0", | |
3471 "python_format": "k", | |
3472 "python_type": "unsigned long", | |
3473 "sdk_name": "fontIndex", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3474 "sdk_type": "uint32_t" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3475 } |
145 | 3476 ], |
3477 "c_function": "OrthancPluginGetFontName", | |
3478 "call_args": ", arg0", | |
3479 "count_args": 1, | |
3480 "has_args": true, | |
3481 "return_sdk_type": "const char *", | |
3482 "return_static_string": true, | |
3483 "short_name": "GetFontName", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3484 "tuple_format": "\"k\", &arg0" |
145 | 3485 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3486 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3487 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3488 { |
145 | 3489 "initialization": " = 0", |
3490 "name": "arg0", | |
3491 "orthanc_cast": "arg0", | |
3492 "python_format": "k", | |
3493 "python_type": "unsigned long", | |
3494 "sdk_name": "fontIndex", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3495 "sdk_type": "uint32_t" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3496 } |
145 | 3497 ], |
3498 "c_function": "OrthancPluginGetFontSize", | |
3499 "call_args": ", arg0", | |
3500 "count_args": 1, | |
3501 "has_args": true, | |
3502 "return_long": true, | |
3503 "return_sdk_type": "uint32_t", | |
3504 "short_name": "GetFontSize", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3505 "tuple_format": "\"k\", &arg0" |
145 | 3506 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3507 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3508 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3509 { |
145 | 3510 "initialization": " = 0", |
3511 "name": "arg0", | |
3512 "orthanc_cast": "arg0", | |
3513 "python_format": "l", | |
3514 "python_type": "long int", | |
3515 "sdk_name": "code", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3516 "sdk_type": "int32_t" |
145 | 3517 }, |
3518 { | |
3519 "initialization": " = 0", | |
3520 "name": "arg1", | |
3521 "orthanc_cast": "arg1", | |
3522 "python_format": "H", | |
3523 "python_type": "unsigned short", | |
3524 "sdk_name": "httpStatus", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3525 "sdk_type": "uint16_t" |
145 | 3526 }, |
3527 { | |
3528 "initialization": " = NULL", | |
3529 "name": "arg2", | |
3530 "orthanc_cast": "arg2", | |
3531 "python_format": "s", | |
3532 "python_type": "const char*", | |
3533 "sdk_name": "message", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3534 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3535 } |
145 | 3536 ], |
3537 "c_function": "OrthancPluginRegisterErrorCode", | |
3538 "call_args": ", arg0, arg1, arg2", | |
3539 "count_args": 3, | |
3540 "has_args": true, | |
3541 "return_error": true, | |
3542 "return_sdk_enumeration": "OrthancPluginErrorCode", | |
3543 "return_sdk_type": "enumeration", | |
3544 "short_name": "RegisterErrorCode", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3545 "tuple_format": "\"lHs\", &arg0, &arg1, &arg2" |
145 | 3546 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3547 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3548 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3549 { |
145 | 3550 "initialization": " = 0", |
3551 "name": "arg0", | |
3552 "orthanc_cast": "arg0", | |
3553 "python_format": "H", | |
3554 "python_type": "unsigned short", | |
3555 "sdk_name": "group", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3556 "sdk_type": "uint16_t" |
145 | 3557 }, |
3558 { | |
3559 "initialization": " = 0", | |
3560 "name": "arg1", | |
3561 "orthanc_cast": "arg1", | |
3562 "python_format": "H", | |
3563 "python_type": "unsigned short", | |
3564 "sdk_name": "element", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3565 "sdk_type": "uint16_t" |
145 | 3566 }, |
3567 { | |
3568 "initialization": " = 0", | |
3569 "name": "arg2", | |
3570 "orthanc_cast": "static_cast<OrthancPluginValueRepresentation>(arg2)", | |
3571 "python_format": "l", | |
3572 "python_type": "long int", | |
3573 "sdk_enumeration": "OrthancPluginValueRepresentation", | |
3574 "sdk_name": "vr", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
3575 "sdk_type": "enumeration" |
145 | 3576 }, |
3577 { | |
3578 "initialization": " = NULL", | |
3579 "name": "arg3", | |
3580 "orthanc_cast": "arg3", | |
3581 "python_format": "s", | |
3582 "python_type": "const char*", | |
3583 "sdk_name": "name", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3584 "sdk_type": "const char *" |
145 | 3585 }, |
3586 { | |
3587 "initialization": " = 0", | |
3588 "name": "arg4", | |
3589 "orthanc_cast": "arg4", | |
3590 "python_format": "k", | |
3591 "python_type": "unsigned long", | |
3592 "sdk_name": "minMultiplicity", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3593 "sdk_type": "uint32_t" |
145 | 3594 }, |
3595 { | |
3596 "initialization": " = 0", | |
3597 "name": "arg5", | |
3598 "orthanc_cast": "arg5", | |
3599 "python_format": "k", | |
3600 "python_type": "unsigned long", | |
3601 "sdk_name": "maxMultiplicity", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3602 "sdk_type": "uint32_t" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3603 } |
145 | 3604 ], |
3605 "c_function": "OrthancPluginRegisterDictionaryTag", | |
3606 "call_args": ", arg0, arg1, static_cast<OrthancPluginValueRepresentation>(arg2), arg3, arg4, arg5", | |
3607 "count_args": 6, | |
3608 "has_args": true, | |
3609 "return_error": true, | |
3610 "return_sdk_enumeration": "OrthancPluginErrorCode", | |
3611 "return_sdk_type": "enumeration", | |
3612 "short_name": "RegisterDictionaryTag", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3613 "tuple_format": "\"HHlskk\", &arg0, &arg1, &arg2, &arg3, &arg4, &arg5" |
145 | 3614 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3615 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3616 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3617 { |
145 | 3618 "initialization": " = 0", |
3619 "name": "arg0", | |
3620 "orthanc_cast": "arg0", | |
3621 "python_format": "H", | |
3622 "python_type": "unsigned short", | |
3623 "sdk_name": "group", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3624 "sdk_type": "uint16_t" |
145 | 3625 }, |
3626 { | |
3627 "initialization": " = 0", | |
3628 "name": "arg1", | |
3629 "orthanc_cast": "arg1", | |
3630 "python_format": "H", | |
3631 "python_type": "unsigned short", | |
3632 "sdk_name": "element", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3633 "sdk_type": "uint16_t" |
145 | 3634 }, |
3635 { | |
3636 "initialization": " = 0", | |
3637 "name": "arg2", | |
3638 "orthanc_cast": "static_cast<OrthancPluginValueRepresentation>(arg2)", | |
3639 "python_format": "l", | |
3640 "python_type": "long int", | |
3641 "sdk_enumeration": "OrthancPluginValueRepresentation", | |
3642 "sdk_name": "vr", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
3643 "sdk_type": "enumeration" |
145 | 3644 }, |
3645 { | |
3646 "initialization": " = NULL", | |
3647 "name": "arg3", | |
3648 "orthanc_cast": "arg3", | |
3649 "python_format": "s", | |
3650 "python_type": "const char*", | |
3651 "sdk_name": "name", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3652 "sdk_type": "const char *" |
145 | 3653 }, |
3654 { | |
3655 "initialization": " = 0", | |
3656 "name": "arg4", | |
3657 "orthanc_cast": "arg4", | |
3658 "python_format": "k", | |
3659 "python_type": "unsigned long", | |
3660 "sdk_name": "minMultiplicity", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3661 "sdk_type": "uint32_t" |
145 | 3662 }, |
3663 { | |
3664 "initialization": " = 0", | |
3665 "name": "arg5", | |
3666 "orthanc_cast": "arg5", | |
3667 "python_format": "k", | |
3668 "python_type": "unsigned long", | |
3669 "sdk_name": "maxMultiplicity", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3670 "sdk_type": "uint32_t" |
145 | 3671 }, |
3672 { | |
3673 "initialization": " = NULL", | |
3674 "name": "arg6", | |
3675 "orthanc_cast": "arg6", | |
3676 "python_format": "s", | |
3677 "python_type": "const char*", | |
3678 "sdk_name": "privateCreator", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3679 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3680 } |
145 | 3681 ], |
3682 "c_function": "OrthancPluginRegisterPrivateDictionaryTag", | |
3683 "call_args": ", arg0, arg1, static_cast<OrthancPluginValueRepresentation>(arg2), arg3, arg4, arg5, arg6", | |
3684 "count_args": 7, | |
3685 "has_args": true, | |
3686 "return_error": true, | |
3687 "return_sdk_enumeration": "OrthancPluginErrorCode", | |
3688 "return_sdk_type": "enumeration", | |
3689 "short_name": "RegisterPrivateDictionaryTag", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3690 "tuple_format": "\"HHlskks\", &arg0, &arg1, &arg2, &arg3, &arg4, &arg5, &arg6" |
145 | 3691 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3692 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3693 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3694 { |
145 | 3695 "name": "arg0", |
3696 "orthanc_cast": "arg0.buf, arg0.len", | |
3697 "python_format": "s*", | |
3698 "python_type": "Py_buffer", | |
3699 "release": "PyBuffer_Release(&arg0);", | |
3700 "sdk_name": "buffer", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
3701 "sdk_type": "const_void_pointer_with_size" |
145 | 3702 }, |
3703 { | |
3704 "initialization": " = 0", | |
3705 "name": "arg2", | |
3706 "orthanc_cast": "static_cast<OrthancPluginDicomToJsonFormat>(arg2)", | |
3707 "python_format": "l", | |
3708 "python_type": "long int", | |
3709 "sdk_enumeration": "OrthancPluginDicomToJsonFormat", | |
3710 "sdk_name": "format", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
3711 "sdk_type": "enumeration" |
145 | 3712 }, |
3713 { | |
3714 "initialization": " = 0", | |
3715 "name": "arg3", | |
3716 "orthanc_cast": "static_cast<OrthancPluginDicomToJsonFlags>(arg3)", | |
3717 "python_format": "l", | |
3718 "python_type": "long int", | |
3719 "sdk_enumeration": "OrthancPluginDicomToJsonFlags", | |
3720 "sdk_name": "flags", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
3721 "sdk_type": "enumeration" |
145 | 3722 }, |
3723 { | |
3724 "initialization": " = 0", | |
3725 "name": "arg4", | |
3726 "orthanc_cast": "arg4", | |
3727 "python_format": "k", | |
3728 "python_type": "unsigned long", | |
3729 "sdk_name": "maxStringLength", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3730 "sdk_type": "uint32_t" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3731 } |
145 | 3732 ], |
3733 "c_function": "OrthancPluginDicomBufferToJson", | |
3734 "call_args": ", arg0.buf, arg0.len, static_cast<OrthancPluginDicomToJsonFormat>(arg2), static_cast<OrthancPluginDicomToJsonFlags>(arg3), arg4", | |
3735 "count_args": 4, | |
3736 "has_args": true, | |
3737 "return_dynamic_string": true, | |
3738 "return_sdk_type": "char *", | |
3739 "short_name": "DicomBufferToJson", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3740 "tuple_format": "\"s*llk\", &arg0, &arg2, &arg3, &arg4" |
145 | 3741 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3742 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3743 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3744 { |
145 | 3745 "initialization": " = NULL", |
3746 "name": "arg0", | |
3747 "orthanc_cast": "arg0", | |
3748 "python_format": "s", | |
3749 "python_type": "const char*", | |
3750 "sdk_name": "instanceId", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3751 "sdk_type": "const char *" |
145 | 3752 }, |
3753 { | |
3754 "initialization": " = 0", | |
3755 "name": "arg1", | |
3756 "orthanc_cast": "static_cast<OrthancPluginDicomToJsonFormat>(arg1)", | |
3757 "python_format": "l", | |
3758 "python_type": "long int", | |
3759 "sdk_enumeration": "OrthancPluginDicomToJsonFormat", | |
3760 "sdk_name": "format", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
3761 "sdk_type": "enumeration" |
145 | 3762 }, |
3763 { | |
3764 "initialization": " = 0", | |
3765 "name": "arg2", | |
3766 "orthanc_cast": "static_cast<OrthancPluginDicomToJsonFlags>(arg2)", | |
3767 "python_format": "l", | |
3768 "python_type": "long int", | |
3769 "sdk_enumeration": "OrthancPluginDicomToJsonFlags", | |
3770 "sdk_name": "flags", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
3771 "sdk_type": "enumeration" |
145 | 3772 }, |
3773 { | |
3774 "initialization": " = 0", | |
3775 "name": "arg3", | |
3776 "orthanc_cast": "arg3", | |
3777 "python_format": "k", | |
3778 "python_type": "unsigned long", | |
3779 "sdk_name": "maxStringLength", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3780 "sdk_type": "uint32_t" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3781 } |
145 | 3782 ], |
3783 "c_function": "OrthancPluginDicomInstanceToJson", | |
3784 "call_args": ", arg0, static_cast<OrthancPluginDicomToJsonFormat>(arg1), static_cast<OrthancPluginDicomToJsonFlags>(arg2), arg3", | |
3785 "count_args": 4, | |
3786 "has_args": true, | |
3787 "return_dynamic_string": true, | |
3788 "return_sdk_type": "char *", | |
3789 "short_name": "DicomInstanceToJson", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3790 "tuple_format": "\"sllk\", &arg0, &arg1, &arg2, &arg3" |
145 | 3791 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3792 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3793 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3794 { |
145 | 3795 "initialization": " = 0", |
3796 "name": "arg0", | |
3797 "orthanc_cast": "static_cast<OrthancPluginPixelFormat>(arg0)", | |
3798 "python_format": "l", | |
3799 "python_type": "long int", | |
3800 "sdk_enumeration": "OrthancPluginPixelFormat", | |
3801 "sdk_name": "format", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
3802 "sdk_type": "enumeration" |
145 | 3803 }, |
3804 { | |
3805 "initialization": " = 0", | |
3806 "name": "arg1", | |
3807 "orthanc_cast": "arg1", | |
3808 "python_format": "k", | |
3809 "python_type": "unsigned long", | |
3810 "sdk_name": "width", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3811 "sdk_type": "uint32_t" |
145 | 3812 }, |
3813 { | |
3814 "initialization": " = 0", | |
3815 "name": "arg2", | |
3816 "orthanc_cast": "arg2", | |
3817 "python_format": "k", | |
3818 "python_type": "unsigned long", | |
3819 "sdk_name": "height", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3820 "sdk_type": "uint32_t" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3821 } |
145 | 3822 ], |
3823 "c_function": "OrthancPluginCreateImage", | |
3824 "call_args": ", static_cast<OrthancPluginPixelFormat>(arg0), arg1, arg2", | |
3825 "count_args": 3, | |
3826 "has_args": true, | |
3827 "return_object": "OrthancPluginImage", | |
3828 "return_sdk_class": "OrthancPluginImage", | |
3829 "return_sdk_type": "object", | |
3830 "short_name": "CreateImage", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3831 "tuple_format": "\"lkk\", &arg0, &arg1, &arg2" |
145 | 3832 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3833 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3834 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3835 { |
145 | 3836 "name": "arg0", |
3837 "orthanc_cast": "arg0.buf, arg0.len", | |
3838 "python_format": "s*", | |
3839 "python_type": "Py_buffer", | |
3840 "release": "PyBuffer_Release(&arg0);", | |
3841 "sdk_name": "buffer", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
3842 "sdk_type": "const_void_pointer_with_size" |
145 | 3843 }, |
3844 { | |
3845 "initialization": " = 0", | |
3846 "name": "arg2", | |
3847 "orthanc_cast": "arg2", | |
3848 "python_format": "k", | |
3849 "python_type": "unsigned long", | |
3850 "sdk_name": "frameIndex", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3851 "sdk_type": "uint32_t" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3852 } |
145 | 3853 ], |
3854 "c_function": "OrthancPluginDecodeDicomImage", | |
3855 "call_args": ", arg0.buf, arg0.len, arg2", | |
3856 "count_args": 2, | |
3857 "has_args": true, | |
3858 "return_object": "OrthancPluginImage", | |
3859 "return_sdk_class": "OrthancPluginImage", | |
3860 "return_sdk_type": "object", | |
3861 "short_name": "DecodeDicomImage", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3862 "tuple_format": "\"s*k\", &arg0, &arg2" |
145 | 3863 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3864 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3865 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3866 { |
145 | 3867 "name": "arg0", |
3868 "orthanc_cast": "arg0.buf, arg0.len", | |
3869 "python_format": "s*", | |
3870 "python_type": "Py_buffer", | |
3871 "release": "PyBuffer_Release(&arg0);", | |
3872 "sdk_name": "buffer", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
3873 "sdk_type": "const_void_pointer_with_size" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3874 } |
145 | 3875 ], |
3876 "c_function": "OrthancPluginComputeMd5", | |
3877 "call_args": ", arg0.buf, arg0.len", | |
3878 "count_args": 1, | |
3879 "has_args": true, | |
3880 "return_dynamic_string": true, | |
3881 "return_sdk_type": "char *", | |
3882 "short_name": "ComputeMd5", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3883 "tuple_format": "\"s*\", &arg0" |
145 | 3884 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3885 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3886 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3887 { |
145 | 3888 "name": "arg0", |
3889 "orthanc_cast": "arg0.buf, arg0.len", | |
3890 "python_format": "s*", | |
3891 "python_type": "Py_buffer", | |
3892 "release": "PyBuffer_Release(&arg0);", | |
3893 "sdk_name": "buffer", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
3894 "sdk_type": "const_void_pointer_with_size" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3895 } |
145 | 3896 ], |
3897 "c_function": "OrthancPluginComputeSha1", | |
3898 "call_args": ", arg0.buf, arg0.len", | |
3899 "count_args": 1, | |
3900 "has_args": true, | |
3901 "return_dynamic_string": true, | |
3902 "return_sdk_type": "char *", | |
3903 "short_name": "ComputeSha1", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3904 "tuple_format": "\"s*\", &arg0" |
145 | 3905 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3906 { |
145 | 3907 "args": [], |
3908 "c_function": "OrthancPluginGenerateUuid", | |
3909 "return_dynamic_string": true, | |
3910 "return_sdk_type": "char *", | |
3911 "short_name": "GenerateUuid", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3912 "tuple_format": "\"\", " |
145 | 3913 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3914 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3915 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3916 { |
145 | 3917 "name": "arg0", |
3918 "orthanc_cast": "arg0.buf, arg0.len", | |
3919 "python_format": "s*", | |
3920 "python_type": "Py_buffer", | |
3921 "release": "PyBuffer_Release(&arg0);", | |
3922 "sdk_name": "query", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
3923 "sdk_type": "const_void_pointer_with_size" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3924 } |
145 | 3925 ], |
3926 "c_function": "OrthancPluginCreateFindMatcher", | |
3927 "call_args": ", arg0.buf, arg0.len", | |
3928 "count_args": 1, | |
3929 "has_args": true, | |
3930 "return_object": "OrthancPluginFindMatcher", | |
3931 "return_sdk_class": "OrthancPluginFindMatcher", | |
3932 "return_sdk_type": "object", | |
3933 "short_name": "CreateFindMatcher", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3934 "tuple_format": "\"s*\", &arg0" |
145 | 3935 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3936 { |
145 | 3937 "args": [], |
3938 "c_function": "OrthancPluginGetPeers", | |
3939 "return_object": "OrthancPluginPeers", | |
3940 "return_sdk_class": "OrthancPluginPeers", | |
3941 "return_sdk_type": "object", | |
3942 "short_name": "GetPeers", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3943 "tuple_format": "\"\", " |
145 | 3944 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3945 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3946 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3947 { |
145 | 3948 "initialization": " = NULL", |
3949 "name": "arg0", | |
3950 "orthanc_cast": "arg0", | |
3951 "python_format": "s", | |
3952 "python_type": "const char*", | |
3953 "sdk_name": "path", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3954 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3955 } |
145 | 3956 ], |
3957 "c_function": "OrthancPluginAutodetectMimeType", | |
3958 "call_args": ", arg0", | |
3959 "count_args": 1, | |
3960 "has_args": true, | |
3961 "return_sdk_type": "const char *", | |
3962 "return_static_string": true, | |
3963 "short_name": "AutodetectMimeType", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3964 "tuple_format": "\"s\", &arg0" |
145 | 3965 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3966 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3967 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3968 { |
145 | 3969 "initialization": " = NULL", |
3970 "name": "arg0", | |
3971 "orthanc_cast": "arg0", | |
3972 "python_format": "s", | |
3973 "python_type": "const char*", | |
3974 "sdk_name": "name", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3975 "sdk_type": "const char *" |
145 | 3976 }, |
3977 { | |
3978 "initialization": " = 0", | |
3979 "name": "arg1", | |
3980 "orthanc_cast": "arg1", | |
3981 "python_format": "f", | |
3982 "python_type": "float", | |
3983 "sdk_name": "value", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
3984 "sdk_type": "float" |
145 | 3985 }, |
3986 { | |
3987 "initialization": " = 0", | |
3988 "name": "arg2", | |
3989 "orthanc_cast": "static_cast<OrthancPluginMetricsType>(arg2)", | |
3990 "python_format": "l", | |
3991 "python_type": "long int", | |
3992 "sdk_enumeration": "OrthancPluginMetricsType", | |
3993 "sdk_name": "type", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
3994 "sdk_type": "enumeration" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3995 } |
145 | 3996 ], |
3997 "c_function": "OrthancPluginSetMetricsValue", | |
3998 "call_args": ", arg0, arg1, static_cast<OrthancPluginMetricsType>(arg2)", | |
3999 "count_args": 3, | |
4000 "has_args": true, | |
4001 "return_sdk_type": "void", | |
4002 "return_void": true, | |
4003 "short_name": "SetMetricsValue", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4004 "tuple_format": "\"sfl\", &arg0, &arg1, &arg2" |
145 | 4005 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4006 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4007 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4008 { |
145 | 4009 "initialization": " = 0", |
4010 "name": "arg0", | |
4011 "orthanc_cast": "arg0", | |
4012 "python_format": "H", | |
4013 "python_type": "unsigned short", | |
4014 "sdk_name": "group", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
4015 "sdk_type": "uint16_t" |
145 | 4016 }, |
4017 { | |
4018 "initialization": " = 0", | |
4019 "name": "arg1", | |
4020 "orthanc_cast": "arg1", | |
4021 "python_format": "H", | |
4022 "python_type": "unsigned short", | |
4023 "sdk_name": "element", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
4024 "sdk_type": "uint16_t" |
145 | 4025 }, |
4026 { | |
4027 "initialization": " = NULL", | |
4028 "name": "arg2", | |
4029 "orthanc_cast": "arg2", | |
4030 "python_format": "s", | |
4031 "python_type": "const char*", | |
4032 "sdk_name": "privateCreator", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
4033 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4034 } |
145 | 4035 ], |
4036 "c_function": "OrthancPluginGetTagName", | |
4037 "call_args": ", arg0, arg1, arg2", | |
4038 "count_args": 3, | |
4039 "has_args": true, | |
4040 "return_dynamic_string": true, | |
4041 "return_sdk_type": "char *", | |
4042 "short_name": "GetTagName", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4043 "tuple_format": "\"HHs\", &arg0, &arg1, &arg2" |
145 | 4044 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4045 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4046 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4047 { |
145 | 4048 "name": "arg0", |
4049 "orthanc_cast": "arg0.buf, arg0.len", | |
4050 "python_format": "s*", | |
4051 "python_type": "Py_buffer", | |
4052 "release": "PyBuffer_Release(&arg0);", | |
4053 "sdk_name": "buffer", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
4054 "sdk_type": "const_void_pointer_with_size" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4055 } |
145 | 4056 ], |
4057 "c_function": "OrthancPluginCreateDicomInstance", | |
4058 "call_args": ", arg0.buf, arg0.len", | |
4059 "count_args": 1, | |
4060 "has_args": true, | |
4061 "return_object": "OrthancPluginDicomInstance", | |
4062 "return_sdk_class": "OrthancPluginDicomInstance", | |
4063 "return_sdk_type": "object", | |
4064 "short_name": "CreateDicomInstance", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4065 "tuple_format": "\"s*\", &arg0" |
145 | 4066 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4067 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4068 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4069 { |
145 | 4070 "name": "arg0", |
4071 "orthanc_cast": "arg0.buf, arg0.len", | |
4072 "python_format": "s*", | |
4073 "python_type": "Py_buffer", | |
4074 "release": "PyBuffer_Release(&arg0);", | |
4075 "sdk_name": "buffer", | |
141
3867cb23991d
added information in the code model
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
4076 "sdk_type": "const_void_pointer_with_size" |
145 | 4077 }, |
4078 { | |
4079 "initialization": " = NULL", | |
4080 "name": "arg2", | |
4081 "orthanc_cast": "arg2", | |
4082 "python_format": "s", | |
4083 "python_type": "const char*", | |
4084 "sdk_name": "transferSyntax", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
4085 "sdk_type": "const char *" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4086 } |
145 | 4087 ], |
4088 "c_function": "OrthancPluginTranscodeDicomInstance", | |
4089 "call_args": ", arg0.buf, arg0.len, arg2", | |
4090 "count_args": 2, | |
4091 "has_args": true, | |
4092 "return_object": "OrthancPluginDicomInstance", | |
4093 "return_sdk_class": "OrthancPluginDicomInstance", | |
4094 "return_sdk_type": "object", | |
4095 "short_name": "TranscodeDicomInstance", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4096 "tuple_format": "\"s*s\", &arg0, &arg2" |
145 | 4097 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4098 { |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4099 "args": [ |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4100 { |
145 | 4101 "initialization": " = 0", |
4102 "name": "arg0", | |
4103 "orthanc_cast": "arg0", | |
4104 "python_format": "k", | |
4105 "python_type": "unsigned long", | |
4106 "sdk_name": "size", | |
140
b6835b7a7c0a
code generation on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
138
diff
changeset
|
4107 "sdk_type": "uint32_t" |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4108 } |
145 | 4109 ], |
4110 "c_function": "OrthancPluginCreateMemoryBuffer", | |
4111 "call_args": ", arg0", | |
4112 "count_args": 1, | |
4113 "has_args": true, | |
4114 "return_bytes": true, | |
4115 "return_sdk_type": "OrthancPluginMemoryBuffer *", | |
4116 "short_name": "CreateMemoryBuffer", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4117 "tuple_format": "\"k\", &arg0" |
145 | 4118 }, |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4119 { |
145 | 4120 "args": [], |
4121 "c_function": "OrthancPluginGenerateRestApiAuthorizationToken", | |
4122 "return_dynamic_string": true, | |
4123 "return_sdk_type": "char *", | |
4124 "short_name": "GenerateRestApiAuthorizationToken", | |
138
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4125 "tuple_format": "\"\", " |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4126 } |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4127 ] |
3e89d1c4f721
export the code model as json
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4128 } |