diff OrthancServer/ParsedDicomFile.h @ 2310:b7fba68747f6 issue-46-anonymization

DicomModification::Clear()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Jul 2017 14:00:00 +0200
parents e002430baa41
children 96b3ec054b69
line wrap: on
line diff
--- a/OrthancServer/ParsedDicomFile.h	Wed Jul 12 13:40:02 2017 +0200
+++ b/OrthancServer/ParsedDicomFile.h	Wed Jul 12 14:00:00 2017 +0200
@@ -96,6 +96,10 @@
 
     void Remove(const DicomTag& tag);
 
+    // Replace the DICOM tag as a NULL/empty value (e.g. for anonymization)
+    void Clear(const DicomTag& tag,
+               bool onlyIfExists);
+
     void Replace(const DicomTag& tag,
                  const std::string& utf8Value,
                  bool decodeDataUriScheme,