Finds a designated INodeItem given a name. If there is none, it returns null. The found INodeItem.
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
)
public:
Leadtools.Medical.Hl7.V2x.Models.INodeItem^ FindNext(
String^ name,
bool RetryRepeatableParentFirst
)
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.
The found INodeItem.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET