MessageToXML Method

Summary

Serializes the message object into an HL7 XML message. The XML text message.

Syntax
C#
VB
C++
Public Shared Function MessageToXML( _ 
   ByVal hl7Msg As IHL7MessageItem _ 
) As String 
public static string MessageToXML( 
   IHL7MessageItem hl7Msg 
) 
public: 
static String^ MessageToXML(  
   IHL7MessageItem^ hl7Msg 
)  

Parameters

hl7Msg
The message object into an HL7 XML message.

Return Value

The XML text message.

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