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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly