diff OrthancServer/DicomModification.cpp @ 787:ac18946afa74

refactoring of anonymization/modification
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 05 May 2014 15:52:14 +0200
parents b6d6b65142e8
children 7ebe4bf87196
line wrap: on
line diff
--- a/OrthancServer/DicomModification.cpp	Mon May 05 13:07:10 2014 +0200
+++ b/OrthancServer/DicomModification.cpp	Mon May 05 15:52:14 2014 +0200
@@ -87,7 +87,7 @@
     level_ = DicomRootLevel_Instance;
   }
 
-  void DicomModification::Reset(const DicomTag& tag)
+  void DicomModification::Keep(const DicomTag& tag)
   {
     removals_.erase(tag);
     replacements_.erase(tag);