diff 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
line wrap: on
line diff
--- a/CodeAnalysis/CustomFunctions.json	Wed Jul 03 12:21:32 2024 +0200
+++ b/CodeAnalysis/CustomFunctions.json	Wed Jul 03 12:35:13 2024 +0200
@@ -87,5 +87,25 @@
       }
     ],
     "return_sdk_type" : "void"
+  },
+
+  {
+    "comment" : "New in release 3.2",
+    "short_name" : "LookupDictionary",
+    "implementation" : "LookupDictionary",
+    "documentation" : {
+      "description" : [ "Get information about the given DICOM tag." ],
+      "args" : {
+        "name" : "The name of the DICOM tag."
+      },
+      "return" : "Dictionary containing the requested information."
+    },
+    "args" : [
+      {
+        "sdk_name" : "name",
+        "sdk_type" : "const char *"
+      }
+    ],
+    "return_sdk_type" : "Dictionary"
   }
 ]