Need expert help—fast? Use the Help Bell for personalized assistance getting answers to your important questions.
refPlanNodeList = xmlDemo.SelectNodes("PPMDResults/Results/patientlist/patient/refplanlist/refplan")
For Each refPlanNode In refPlanNodeList
refProv = refPlanNode.Attributes("refprov").Value
If refProv.Replace("rprov", "") = physid Then ''physid Then
result = refPlanNode.Attributes("id").Value
End If
Next
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
Open in new window