←Select platform

Parse_RepeatableParentGroupFirst Property

Summary

Boolean accessor and setter for parsing the parent's group first. When set to true the parser will try the current parent's group first. In ambiguous cases, the parser cannot decide if a segment belongs to a parent's group or not as a message maybe repeated or because it belongs to a group outside of the current parent. When set to false, the parser will try to match the segments further into the message structure first, then if it cannot find it, it will try to match the parent's group. By default Parse_RepeatableParentGroupFirst is set to true.

Syntax

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

Property Value

Gets or sets the option of Parse_RepeatableParentGroupFirst. When set to true, the parser will try the current parent's group first.

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