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 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.