LEADTOOLS Medical (Leadtools.Dicom assembly)
LEAD Technologies, Inc

DicomCopyCallback Delegate








The DicomElement tested.
Flags used to indicate additional information.
Called for each Data Element of the Data Set. .NET support WinRT support Silverlight support
Syntax
public delegate bool DicomCopyCallback( 
   DicomElement element,
   DicomCopyFlags flags
)
'Declaration
 
Public Delegate Function DicomCopyCallback( _
   ByVal element As DicomElement, _
   ByVal flags As DicomCopyFlags _
) As Boolean
'Usage
 
Dim instance As New DicomCopyCallback(AddressOf HandlerMethod)
public delegate bool DicomCopyCallback( 
   DicomElement element,
   DicomCopyFlags flags
)
ObjectiveC Syntax
Java Syntax
DicomCopyCallback( 
   element ,
   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(DicomDataSet,DicomElement,DicomElement) method calls your DicomCopyCallback for each DicomElement in the DicomDataSet.
Example
For an example, refer to Copy.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DicomCopyCallback Members
Leadtools.Dicom Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features