Leadtools.Dicom.Common

BeforeAddTagDelegate Delegate

Show in webframe





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<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

See Also

Reference

BeforeAddTagDelegate Members
Leadtools.Dicom.Common.Extensions Namespace

 

 


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