←Select platform

Forgive_MissingMandatorySegments Property

Summary

Boolean accessor and setter for passing any messages that are missing a mandatory segment. By default this is set to false;

Syntax

C#
VB
C++
Public Property Forgive_MissingMandatorySegments As Boolean 
public bool Forgive_MissingMandatorySegments { get; set; } 
public: 
property bool Forgive_MissingMandatorySegments { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

Gets or sets the option of Forgive_MissingMandatorySegments. When set to true, the messages missing mandatory fields 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