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