LEADTOOLS Medical (Leadtools.Dicom assembly)

DicomCopyCallback Delegate

Show in webframe







The DicomElement tested.
Flags used to indicate additional information.
Called for each Data Element of the Data Set.
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
)

            
public interface DicomCopyCallback 
{
  public boolean onDicomCopyCallback(DicomElement element, DicomCopyFlags flags);
}
            
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

See Also

Reference

DicomCopyCallback Members
Leadtools.Dicom Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 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