←Select platform

NodeExist Method

Summary

Checks if the given node exists, the search starts at the given nodeAnchor.

Syntax

C#
VB
C++
Public Function NodeExist( _ 
   ByVal name As String, _ 
   ByVal nodeAnchor As Leadtools.Medical.Hl7.V2x.Models.INodeItem _ 
) As Boolean 
public bool NodeExist( 
   string name, 
   INodeItem nodeAnchor 
) 
public: 
bool NodeExist(  
   String^ name, 
   Leadtools.Medical.Hl7.V2x.Models.INodeItem^ nodeAnchor 
)  

Parameters

name
Item's name to search for.

nodeAnchor
Starting point

Return Value

True if found, otherwise is false.

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