comparison CodeAnalysis/CustomFunctions.json @ 205:234681297600

documented orthanc.LookupDictionary()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 03 Jul 2024 12:35:13 +0200
parents 28531e615104
children 315e1720a35f
comparison
equal deleted inserted replaced
204:65ad095c25d8 205:234681297600
85 "callable_protocol_args" : "uri: str, method: HttpMethod, ip: str, headers: dict, get: dict", 85 "callable_protocol_args" : "uri: str, method: HttpMethod, ip: str, headers: dict, get: dict",
86 "callable_protocol_return" : "bool" 86 "callable_protocol_return" : "bool"
87 } 87 }
88 ], 88 ],
89 "return_sdk_type" : "void" 89 "return_sdk_type" : "void"
90 },
91
92 {
93 "comment" : "New in release 3.2",
94 "short_name" : "LookupDictionary",
95 "implementation" : "LookupDictionary",
96 "documentation" : {
97 "description" : [ "Get information about the given DICOM tag." ],
98 "args" : {
99 "name" : "The name of the DICOM tag."
100 },
101 "return" : "Dictionary containing the requested information."
102 },
103 "args" : [
104 {
105 "sdk_name" : "name",
106 "sdk_type" : "const char *"
107 }
108 ],
109 "return_sdk_type" : "Dictionary"
90 } 110 }
91 ] 111 ]