SegmentToXML Method

Summary

Converts a segment into XML. The XML text resulting from the segment.

Syntax
C#
VB
C++
Public Shared Function SegmentToXML( _ 
   ByVal segmentObj As INodeItem, _ 
   ByRef doc As XmlDocument _ 
) As XmlElement 
public static XmlElement SegmentToXML( 
   INodeItem segmentObj, 
   ref XmlDocument doc 
) 
public: 
static XmlElement^ SegmentToXML(  
   INodeItem^ segmentObj, 
   XmlDocument^% doc 
)  

Parameters

segmentObj
The segment object to convert.

doc
The XML document to write to.

Return Value

The XML text resulting from the segment.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly