C#
VB
C++
Checks if the given node exists, the search starts at the given nodeAnchor.
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
)
name
Item's name to search for.
nodeAnchor
Starting point
True if found, otherwise is false.
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