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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.