C#
VB
C++
Initializes a new instance of the FieldsContainer class.
Public Function New( _ByVal tf As Leadtools.Medical.Hl7.V2x.Models.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)
public:FieldsContainer(Leadtools.Medical.Hl7.V2x.Models.TypeFactory^ tf,bool mandatory,int repetition,int maxLength,String^ description)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
