add(Type,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 t As Type, _ 
   ByVal mandatory As Boolean, _ 
   ByVal repeating As Boolean _ 
)  
protected void add(  
   Type t, 
   bool mandatory, 
   bool repeating 
) 
protected: 
void add(  
   Type^ t, 
   bool mandatory, 
   bool repeating 
)  

Parameters

t
Type of the object to add.

mandatory
True if the component is required.

repeating
True if the component may be repeated.

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