diff OrthancServer/ParsedDicomFile.cpp @ 1694:06d579e82bb8

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 Oct 2015 13:49:20 +0200
parents 558b25228a23
children 18c02c6987d5
line wrap: on
line diff
--- a/OrthancServer/ParsedDicomFile.cpp	Thu Oct 08 13:45:33 2015 +0200
+++ b/OrthancServer/ParsedDicomFile.cpp	Thu Oct 08 13:49:20 2015 +0200
@@ -546,7 +546,7 @@
       DcmTag tag(element->getTag());
 
       // Is this a private tag?
-      if (FromDcmtkBridge::IsPrivateTag(tag))
+      if (tag.isPrivate())
       {
         bool remove = true;