←Select platform
In This Topic ▼

Options Class Properties

Summary

For a list of all members of this type, see Options members

Public Properties

Name Description
Public Property
Add_NoneStandardSegmentToRoot Boolean accessor and setter to allow or prevent the addition of non-standard segments during their parsing.
Public Property Forgive_IncompleteMessage 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.
Public Property Forgive_MissingMandatorySegments Boolean accessor and setter for passing any messages that are missing a mandatory segment. By default this is set to false;
Public Property Ignore_NoneStandardSegment Boolean accessor and setter for overlooking unexpected segments. By default is set to true.
Public Property Parse_RepeatableParentGroupFirst 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.

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

Leadtools.Medical.HL7 Assembly