diff OrthancFramework/Sources/DicomParsing/ParsedDicomFile.h @ 4771:9f207131c7f4

added ParsedDicomFile::LookupSubSequence()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 25 Aug 2021 17:20:21 +0200
parents 7182f5732480
children 3b78ba359db3
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomParsing/ParsedDicomFile.h	Wed Aug 25 15:42:34 2021 +0200
+++ b/OrthancFramework/Sources/DicomParsing/ParsedDicomFile.h	Wed Aug 25 17:20:21 2021 +0200
@@ -285,5 +285,9 @@
 
     void ClearPath(const DicomPath& path,
                    bool onlyIfExists);
+
+    bool LookupSubSequence(DicomMap& target,
+                           const DicomPath& path,
+                           size_t sequenceIndex) const;
   };
 }