add(TypeFactory,Boolean,Int32,Int32,String) Method

Summary
Adds the specified class or type to the list of underlying members of the segment. The class or type can be a segment or a segment group.
Syntax
C#
VB
C++
public void add(  
   TypeFactory tf, 
   bool mandatory, 
   int repetition, 
   int maxLength, 
   string description 
) 
Public Overloads Sub add( _ 
   ByVal tf As TypeFactory, _ 
   ByVal mandatory As Boolean, _ 
   ByVal repetition As Integer, _ 
   ByVal maxLength As Integer, _ 
   ByVal description As String _ 
)  
public: 
void add(  
   TypeFactory^ tf, 
   bool mandatory, 
   int repetition, 
   int maxLength, 
   String^ description 
)  

Parameters

tf
Type factory of the object to add.

mandatory
True if the component is required.

repetition
Number of the maximum repetitions allowed.

maxLength
Maximum length of the item.

description
Description of the item.

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.