←Select platform

OnHl7MessageString Method

Summary

Notifies an HL7 listener that an HL7 message is being processed.

Syntax
C#
VB
C++
public virtual void OnHl7MessageString( 
   string hl7Message 
) 
Public Overridable Sub OnHl7MessageString( 
   ByVal hl7Message As String 
) 
public:  
   virtual void OnHl7MessageString( 
      String^ hl7Message 
   ) 

Parameters

hl7Message

A string representation of the HL7 message.

Remarks

hl7Message contains the HL7 message in its original string from when it was first received by the HL7 listener.

Requirements
Target Platforms
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.