comparison OrthancFramework/Sources/DicomParsing/DicomWebJsonVisitor.h @ 4737:979ae3ea3381

DANGEROUS commit: Anonymization is now also applied to nested sequences
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 06 Jul 2021 08:12:26 +0200
parents b51c08bd5c38
children 7053502fbf97
comparison
equal deleted inserted replaced
4736:bf852fd773b7 4737:979ae3ea3381
89 const std::vector<size_t>& parentIndexes, 89 const std::vector<size_t>& parentIndexes,
90 const DicomTag& tag, 90 const DicomTag& tag,
91 ValueRepresentation vr) 91 ValueRepresentation vr)
92 ORTHANC_OVERRIDE; 92 ORTHANC_OVERRIDE;
93 93
94 virtual Action VisitEmptySequence(const std::vector<DicomTag>& parentTags, 94 virtual Action VisitSequence(const std::vector<DicomTag>& parentTags,
95 const std::vector<size_t>& parentIndexes, 95 const std::vector<size_t>& parentIndexes,
96 const DicomTag& tag) 96 const DicomTag& tag,
97 size_t countItems)
97 ORTHANC_OVERRIDE; 98 ORTHANC_OVERRIDE;
98 99
99 virtual Action VisitBinary(const std::vector<DicomTag>& parentTags, 100 virtual Action VisitBinary(const std::vector<DicomTag>& parentTags,
100 const std::vector<size_t>& parentIndexes, 101 const std::vector<size_t>& parentIndexes,
101 const DicomTag& tag, 102 const DicomTag& tag,