←Select platform

DicomCopyCallback Delegate

Summary

Called for each Data Element of the Data Set.

Syntax

C#
VB
Java
WinRT C#
C++
public delegate bool DicomCopyCallback( 
   DicomElement element, 
   DicomCopyFlags flags 
) 
Public Delegate Function DicomCopyCallback( _ 
   ByVal element As Leadtools.Dicom.DicomElement, _ 
   ByVal flags As Leadtools.Dicom.DicomCopyFlags _ 
) As Boolean 
public delegate bool DicomCopyCallback(  
   Leadtools.Dicom.DicomElement element, 
   Leadtools.Dicom.DicomCopyFlags flags 
) 
public interface DicomCopyCallback  
{ 
  public boolean onDicomCopyCallback(DicomElement element, DicomCopyFlags flags); 
} 
             
DicomCopyCallback(  
   element , 
   flags  
) 

Parameters

element
The DicomElement tested.

flags
Flags used to indicate additional information.

Return Value

Return true to include element in the copy, false exclude element from the copy.

Remarks

The Copy method calls your DicomCopyCallback for each DicomElement in the DicomDataSet.

Example

For an example, refer to Copy.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly