←Select platform

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 Leadtools.Medical.Hl7.V2x.Models.INodeItem, _ 
   ByRef doc As XmlDocument _ 
) As XmlElement 
public static XmlElement SegmentToXML( 
   INodeItem segmentObj, 
   ref XmlDocument doc 
) 
public: 
static XmlElement^ SegmentToXML(  
   Leadtools.Medical.Hl7.V2x.Models.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 19.0.2017.10.30
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly