add(Type,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#
C++/CLI
protected void add(  
   Type t, 
   bool mandatory, 
   bool repeating, 
   bool choiceElement 
) 
protected: 
void add(  
   Type^ t, 
   bool mandatory, 
   bool repeating, 
   bool choiceElement 
)  

Parameters

t
Type 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 22.0.2023.2.4
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly

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