←Select platform

Send Method

Summary

Sends a message in text format.

Syntax

C#
VB
C++
Public MustOverride Sub Send( _ 
   ByVal msg As String _ 
)  
public abstract void Send( 
   string msg 
) 
public: 
abstract void Send(  
   String^ msg 
)  

Parameters

msg
The message to send.

Requirements

Target Platforms

See Also

Reference

Response Class

Response Members

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