←Select platform

OnHl7ParseError Method

Summary

Notifies an HL7 listener that the HL7 message being processed cannot be successfully parsed.

Syntax

C#
C++/CLI
public virtual void OnHl7ParseError( 
   string hl7Message, 
   string error 
) 
public:  
   virtual void OnHl7ParseError( 
      String^ hl7Message, 
      String^ error 
   ) 

Parameters

hl7Message

A string representation of the HL7 message.

error

A string describing the error encountered when attempting to parse the HL7 message

Remarks

This method is useful for determining the specific part of an HL7 message that is improperly formatted.

Requirements

Target Platforms

See Also

HL7TxtRequest Class

HL7TxtRequest Members

Leadtools.Medical.HL7.V2x.Listener Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly

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