diff Sources/Autogenerated/orthanc.pyi @ 193:66cd20e970d8 java-code-model

simplification for custom methods
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Jul 2024 18:37:04 +0200
parents b0f096d2339e
children 0c5da632f34d
line wrap: on
line diff
--- a/Sources/Autogenerated/orthanc.pyi	Tue Jul 02 18:25:53 2024 +0200
+++ b/Sources/Autogenerated/orthanc.pyi	Tue Jul 02 18:37:04 2024 +0200
@@ -2334,6 +2334,18 @@
         """
         ...
 
+    # This function returns the element of one DICOM tag in the given C-Find query
+    def GetFindQueryTagElement(self, index: int) -> int:
+        """
+        This function returns the element of one DICOM tag in the given C-Find query.
+
+        Args:
+          index (int): The index of the tag of interest.
+
+        Returns:
+          int: The value of the element.
+        """
+        ...
     # This function returns the group of one DICOM tag in the given C-Find query
     def GetFindQueryTagGroup(self, index: int) -> int:
         """
@@ -2346,18 +2358,6 @@
           int: The value of the group.
         """
         ...
-    # This function returns the element of one DICOM tag in the given C-Find query
-    def GetFindQueryTagElement(self, index: int) -> int:
-        """
-        This function returns the element of one DICOM tag in the given C-Find query.
-
-        Args:
-          index (int): The index of the tag of interest.
-
-        Returns:
-          int: The value of the element.
-        """
-        ...
 class Image:
     ...