OnMLPMessage Method

Summary

Handles an MLP message.

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

Parameters

msg
The MLP message to handle.

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