←Select platform

OnMLPMessage Method

Summary

Overrides the base class function to process an MLP message.

Syntax

C#
VB
C++
Public Overrides Function OnMLPMessage( _ 
   ByVal msg As String _ 
) As String 
public override string OnMLPMessage( 
   string msg 
) 
public: 
String^ OnMLPMessage(  
   String^ msg 
) override  

Parameters

msg
The message's text.

Return Value

The MLP reply.

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