add(Type,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 either a segment or a segment group.

Syntax
C#
VB
C++
public void add(  
   Type t, 
   bool mandatory, 
   int repetition, 
   int maxLength, 
   string description 
) 
Public Overloads Sub add( _ 
   ByVal t As Type, _ 
   ByVal mandatory As Boolean, _ 
   ByVal repetition As Integer, _ 
   ByVal maxLength As Integer, _ 
   ByVal description As String _ 
)  
public: 
void add(  
   Type^ t, 
   bool mandatory, 
   int repetition, 
   int maxLength, 
   String^ description 
)  

Parameters

t
Type of the object to add.

mandatory
True if the component is required.

repetition
Number of maximum repetitions allowed.

maxLength
Maximum length of the item.

description
Description of the item.

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