OnMLPMessage Method

Summary

The MLP reply code.

Syntax
C#
VB
C++
Public Overridable Function OnMLPMessage( _ 
   ByVal msg As String _ 
) As String 
public virtual string OnMLPMessage( 
   string msg 
) 
public: 
virtual String^ OnMLPMessage(  
   String^ msg 
)  

Parameters

msg
The MLP message to handle.

Return Value

The MLP reply code.

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