FindNext Method

Summary
Finds a designated INodeItem given a name. If there is none, it returns null. The found INodeItem.
Syntax
C#
VB
C++
Public Function FindNext( 
   ByVal name As String, 
   ByVal RetryRepeatableParentFirst As Boolean, 
   ByVal Forgive_MissingMandatorySegments As Boolean 
) As INodeItem 

Parameters

name
Name of INodeItem to find.

RetryRepeatableParentFirst
If set to true, this method will go to the parent's group node and will try to find the designated INodeItem. It will try to match its children before trying the next INodeItem past the current position.

Forgive_MissingMandatorySegments
If set to true, this method will ignore any missing fields even though these fields can be mandatory.

Return Value

The found INodeItem.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.