예제 #1
0
 private static bool IsUidAttributeToRemap(DicomAttribute attribute)
 {
     return(UidsToRemap.Contains(attribute.Tag.TagValue));
 }
예제 #2
0
 private static bool IsUidAttributeToRemap(DicomElement element)
 {
     return(UidsToRemap.Contains(element.Tag.TagValue));
 }