Example #1
0
 private static bool IsAttributeToNull(DicomAttribute attribute)
 {
     return(TagsToNull.Contains(attribute.Tag.TagValue));
 }
Example #2
0
 private static bool IsAttributeToNull(DicomElement element)
 {
     return(TagsToNull.Contains(element.Tag.TagValue));
 }