comparison CodeAnalysis/GenerateOrthancSDK.py @ 174:e9be3c9294d4 java-code-model

[IMPORTANT] replaced old auto-generated code with Java code model
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 Jun 2024 18:02:06 +0200
parents 8382c7dea471
children f49864df6f1f
comparison
equal deleted inserted replaced
173:3c72d1f4c2a5 174:e9be3c9294d4
76 }, 76 },
77 { 77 {
78 'method_name' : 'GetFindQueryTagElement', 78 'method_name' : 'GetFindQueryTagElement',
79 'implementation' : 'GetFindQueryTagElement', 79 'implementation' : 'GetFindQueryTagElement',
80 'sdk_function' : 'OrthancPluginGetFindQueryTag', 80 'sdk_function' : 'OrthancPluginGetFindQueryTag',
81 },
82 ],
83
84 'OrthancPluginWorklistAnswers' : [
85 {
86 'method_name' : 'WorklistAddAnswer',
87 'implementation' : 'WorklistAddAnswer',
88 'sdk_function' : 'OrthancPluginWorklistAddAnswer',
89 }, 81 },
90 ], 82 ],
91 83
92 'OrthancPluginDicomInstance' : [ 84 'OrthancPluginDicomInstance' : [
93 { 85 {