Mercurial > hg > orthanc
comparison OrthancFramework/Sources/DicomParsing/FromDcmtkBridge.h @ 4777:3b78ba359db3
Support detection of windowing and rescale in Philips multiframe images
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 30 Aug 2021 11:41:05 +0200 |
parents | 9f207131c7f4 |
children | 7053502fbf97 |
comparison
equal
deleted
inserted
replaced
4776:79d4e155592b | 4777:3b78ba359db3 |
---|---|
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 | 280 |
281 static bool LookupSubSequence(DicomMap& target, | 281 static bool LookupSequenceItem(DicomMap& target, |
282 DcmDataset& dataset, | 282 DcmDataset& dataset, |
283 const DicomPath& path, | 283 const DicomPath& path, |
284 size_t sequenceIndex); | 284 size_t sequenceIndex); |
285 }; | 285 }; |
286 } | 286 } |