Mercurial > hg > orthanc
comparison OrthancFramework/Sources/DicomParsing/FromDcmtkBridge.h @ 4771:9f207131c7f4
added ParsedDicomFile::LookupSubSequence()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 25 Aug 2021 17:20:21 +0200 |
parents | 248408d2b336 |
children | 3b78ba359db3 |
comparison
equal
deleted
inserted
replaced
4770:248408d2b336 | 4771:9f207131c7f4 |
---|---|
275 | 275 |
276 static void ReplacePath(DcmDataset& dataset, | 276 static void ReplacePath(DcmDataset& dataset, |
277 const DicomPath& path, | 277 const DicomPath& path, |
278 const DcmElement& element, | 278 const DcmElement& element, |
279 DicomReplaceMode mode); | 279 DicomReplaceMode mode); |
280 | |
281 static bool LookupSubSequence(DicomMap& target, | |
282 DcmDataset& dataset, | |
283 const DicomPath& path, | |
284 size_t sequenceIndex); | |
280 }; | 285 }; |
281 } | 286 } |