add(TypeFactory,Boolean,Boolean,Boolean) Method

Summary

Adds the specified class or type to the list of underlying members in the message. Mainly it adds a Segment or a SegmentsGroup.

Syntax
C#
VB
C++
Protected Overloads Sub add( _ 
   ByVal tf As TypeFactory, _ 
   ByVal mandatory As Boolean, _ 
   ByVal repeating As Boolean, _ 
   ByVal choiceElement As Boolean _ 
)  
protected void add(  
   TypeFactory tf, 
   bool mandatory, 
   bool repeating, 
   bool choiceElement 
) 
protected: 
void add(  
   TypeFactory^ tf, 
   bool mandatory, 
   bool repeating, 
   bool choiceElement 
)  

Parameters

tf
Type or Class factory of the object to add.

mandatory
True if the component is required.

repeating
True if the component may be repeated.

choiceElement
True if the element is a choice element.

Requirements

Target Platforms

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