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#
C++/CLI
public void add(  
   Type t, 
   bool mandatory, 
   int repetition, 
   int maxLength, 
   string description 
) 
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 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.