Leadtools.Dicom.Common
LEAD Technologies, Inc

BeforeAddTagDelegate Delegate






The list of parents for the tag. This will contain information if the tag is located in a sequence.
The value of tag.
The tag code.
Optional delegate to be call before class information is added to dataset.
Syntax
public delegate bool BeforeAddTagDelegate( 
   LinkedList<long> parent,
   object data,
   long tag
)
'Declaration
 
Public Delegate Function BeforeAddTagDelegate( _
   ByVal parent As LinkedList(Of Long), _
   ByVal data As Object, _
   ByVal tag As Long _
) As Boolean
'Usage
 
Dim instance As New BeforeAddTagDelegate(AddressOf HandlerMethod)
public delegate bool BeforeAddTagDelegate( 
   LinkedList<long> parent,
   object data,
   long tag
)
BeforeAddTagDelegate( 
   parent ,
   data ,
   tag 
)
public delegate bool BeforeAddTagDelegate( 
   LinkedList<int64>^ parent,
   Object^ data,
   int64 tag
)

Parameters

parent
The list of parents for the tag. This will contain information if the tag is located in a sequence.
data
The value of tag.
tag
The tag code.

Return Value

Return true to add the tag to the dataset, false otherwise.
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

BeforeAddTagDelegate Members
Leadtools.Dicom.Common.Extensions Namespace

 

 


Products | Support | Contact Us | Copyright Notices

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

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