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