comparison 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
comparison
equal deleted inserted replaced
1693:558b25228a23 1694:06d579e82bb8
544 { 544 {
545 DcmElement* element = dataset.getElement(i); 545 DcmElement* element = dataset.getElement(i);
546 DcmTag tag(element->getTag()); 546 DcmTag tag(element->getTag());
547 547
548 // Is this a private tag? 548 // Is this a private tag?
549 if (FromDcmtkBridge::IsPrivateTag(tag)) 549 if (tag.isPrivate())
550 { 550 {
551 bool remove = true; 551 bool remove = true;
552 552
553 // Check whether this private tag is to be kept 553 // Check whether this private tag is to be kept
554 if (toKeep != NULL) 554 if (toKeep != NULL)