Esempio n. 1
0
 public static bool DicomCopyCallback(DicomElement element, DicomCopyFlags flags)
 {
     return(true);
 }
Esempio n. 2
0
 private bool DicomCopyCallback(DicomElement element, DicomCopyFlags flags)
 {
     //if (element.Tag == DicomTag.PixelData)
     //    return false;
     return true;
 }