Forgive_IncompleteMessage Property

Summary
Boolean accessor and setter to allow or prevent the passing of incomplete messages. This situation arises when part of the message is parsed and the remaining segment is not. By default is set to false. Note: When Forgive_MissingMandatorySegments is set to true, Forgive_IncompleteMessage will be overridden.
Syntax
C#
C++/CLI
public bool Forgive_IncompleteMessage { get; set; } 
public: 
property bool Forgive_IncompleteMessage { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

Gets or sets the option of Forgive_IncompleteMessage. When set to true, the incomplete messages are parsed successfully.

Requirements

Target Platforms

Help Version 22.0.2023.2.4
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.