←Select platform

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#
VB
C++
Public Property Forgive_IncompleteMessage As Boolean 
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 19.0.2017.10.30
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly