←Select platform

DicomCopyCallback Delegate

Summary

Called for each Data Element of the Data Set.

Syntax
C#
VB
C++
Java
public delegate bool DicomCopyCallback( 
   DicomElement element, 
   DicomCopyFlags flags 
) 
Public Delegate Function DicomCopyCallback( _ 
   ByVal element As DicomElement, _ 
   ByVal flags As DicomCopyFlags _ 
) As Boolean 
public interface DicomCopyCallback  
{ 
  public boolean onDicomCopyCallback(DicomElement element, DicomCopyFlags flags); 
} 
public delegate bool DicomCopyCallback(  
   DicomElement^ element, 
   DicomCopyFlags 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

See Also

Reference

DicomCopyCallback Members

Leadtools.Dicom Namespace

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly