comparison OrthancFramework/Sources/DicomFormat/DicomMap.cpp @ 4960:c68265bf1f94 more-tags

fix
author Alain Mazy <am@osimis.io>
date Wed, 23 Mar 2022 11:52:19 +0100
parents f377d5643538
children d0c34145320c
comparison
equal deleted inserted replaced
4950:3778a0433dd3 4960:c68265bf1f94
649 IsGenericComputedTag(tag)); 649 IsGenericComputedTag(tag));
650 } 650 }
651 651
652 bool DicomMap::IsComputedTag(const DicomTag& tag, ResourceType level) 652 bool DicomMap::IsComputedTag(const DicomTag& tag, ResourceType level)
653 { 653 {
654 if (IsGenericComputedTag(tag))
655 {
656 return true;
657 }
658 654
659 switch (level) 655 switch (level)
660 { 656 {
661 case ResourceType_Patient: 657 case ResourceType_Patient:
662 return ( 658 return (