Add_NoneStandardSegmentToRoot Property

Summary
Boolean accessor and setter to allow or prevent the addition of non-standard segments during their parsing.
Syntax
C#
VB
C++
Public Property Add_NoneStandardSegmentToRoot As Boolean 
public bool Add_NoneStandardSegmentToRoot { get; set; } 
public: 
property bool Add_NoneStandardSegmentToRoot { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

Gets or sets the flag to indicate if non-standard segments are added to the message root.

Remarks

When set to true, any unexpected segment will be added regardless of whether it is in non-standard format. However in this situation, the unexpected segment will be added to the root. When set to false, the parser will ignore any non-standard segments and will not be act as if they do not exist. By default it is set to true.

Requirements

Target Platforms

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

Leadtools.Medical.HL7 Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.