Error processing SSI file
Leadtools.Dicom.Common

Show in webframe

BeforeAddTagDelegate Delegate






The list of the tag's parents. This will contain information if the tag is located in a sequence.
The value of the tag.
The tag code.
Optional delegate to be called before class information is added to a data set.
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 the tag's parents. This will contain information if the tag is located in a sequence.
data
The value of the tag.
tag
The tag code.

Return Value

true to add the tag to the data set; otherwise, false
Requirements

Target Platforms

See Also

Reference

BeforeAddTagDelegate Members
Leadtools.Dicom.Common.Extensions Namespace

Error processing SSI file
   Leadtools.Dicom.Common requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features