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

Leadtools.Medical.HL7 Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.