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