←Select platform

FieldsContainer Constructor

Summary

Initializes a new instance of the FieldsContainer class.

Syntax

C#
VB
C++
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(  
   Leadtools.Medical.Hl7.V2x.Models.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 19.0.2017.10.30
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly