←Select platform

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 _ 
) As Leadtools.Medical.Hl7.V2x.Models.INodeItem 
public INodeItem FindNext( 
   string name, 
   bool RetryRepeatableParentFirst 
) 

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.

Return Value

The found INodeItem.

Requirements

Target Platforms

Help Version 19.0.2017.10.30
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly