Mercurial > hg > orthanc
comparison OrthancServer/ParsedDicomFile.h @ 2315:595919496bb3
integration issue-46-anonymization->mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 12 Jul 2017 22:14:44 +0200 |
parents | b7fba68747f6 |
children | 96b3ec054b69 |
comparison
equal
deleted
inserted
replaced
2307:06ff7e86638a | 2315:595919496bb3 |
---|---|
94 | 94 |
95 void Answer(RestApiOutput& output); | 95 void Answer(RestApiOutput& output); |
96 | 96 |
97 void Remove(const DicomTag& tag); | 97 void Remove(const DicomTag& tag); |
98 | 98 |
99 // Replace the DICOM tag as a NULL/empty value (e.g. for anonymization) | |
100 void Clear(const DicomTag& tag, | |
101 bool onlyIfExists); | |
102 | |
99 void Replace(const DicomTag& tag, | 103 void Replace(const DicomTag& tag, |
100 const std::string& utf8Value, | 104 const std::string& utf8Value, |
101 bool decodeDataUriScheme, | 105 bool decodeDataUriScheme, |
102 DicomReplaceMode mode); | 106 DicomReplaceMode mode); |
103 | 107 |