comparison 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
comparison
equal deleted inserted replaced
4770:248408d2b336 4771:9f207131c7f4
283 283
284 void RemovePath(const DicomPath& path); 284 void RemovePath(const DicomPath& path);
285 285
286 void ClearPath(const DicomPath& path, 286 void ClearPath(const DicomPath& path,
287 bool onlyIfExists); 287 bool onlyIfExists);
288
289 bool LookupSubSequence(DicomMap& target,
290 const DicomPath& path,
291 size_t sequenceIndex) const;
288 }; 292 };
289 } 293 }