FieldsContainer Constructor

Summary
Initializes a new instance of the FieldsContainer class.
Syntax
C#
VB
C++
Public Function New( _ 
   ByVal tf As TypeFactory, _ 
   ByVal mandatory As Boolean, _ 
   ByVal repetition As Integer, _ 
   ByVal maxLength As Integer, _ 
   ByVal description As String _ 
) 
public: 
FieldsContainer(  
   TypeFactory^ tf, 
   bool mandatory, 
   int repetition, 
   int maxLength, 
   String^ description 
) 

Parameters

tf
A class factory for the contained field object.

mandatory
Designates whether the field is required

repetition
Maximum repetitions allowed. Use -1 for unlimited.

maxLength
Maximum length of the field.

description
Description of this field.

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.