comparison CodeAnalysis/ParseOrthancSDK.py @ 189:46a81ed6e843

removed pointless function orthanc.CreateMemoryBuffer()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Jul 2024 17:17:24 +0200
parents b49eeb36cd0d
children
comparison
equal deleted inserted replaced
177:008be55355a4 189:46a81ed6e843
37 ## Configuration of the custom primitives that are manually 37 ## Configuration of the custom primitives that are manually
38 ## implemented (not autogenerated) 38 ## implemented (not autogenerated)
39 ## 39 ##
40 40
41 CUSTOM_FUNCTIONS = set([ 41 CUSTOM_FUNCTIONS = set([
42 'OrthancPluginCreateMemoryBuffer',
42 'OrthancPluginCreateDicom', 43 'OrthancPluginCreateDicom',
43 'OrthancPluginCreateImageAccessor', # Replaced by "orthanc.CreateImageFromBuffer()" 44 'OrthancPluginCreateImageAccessor', # Replaced by "orthanc.CreateImageFromBuffer()"
44 'OrthancPluginFreeMemoryBuffer', 45 'OrthancPluginFreeMemoryBuffer',
45 'OrthancPluginFreeString', 46 'OrthancPluginFreeString',
46 'OrthancPluginLookupDictionary', 47 'OrthancPluginLookupDictionary',