Initializes a field object for a specific data type.

Namespace:  Mergecom.HL7
Assembly:  Mergecom.HL7 (in Mergecom.HL7.dll) Version: 4.2.0.0

Syntax

C#
protected HL7Field(
	string dataType,
	string fieldname,
	HL7Toolkit..::.HL7Version version,
	bool unknown
)
Visual Basic (Declaration)
Protected Sub New ( _
	dataType As String, _
	fieldname As String, _
	version As HL7Toolkit..::.HL7Version, _
	unknown As Boolean _
)
Visual C++
protected:
HL7Field(
	String^ dataType, 
	String^ fieldname, 
	HL7Toolkit..::.HL7Version version, 
	bool unknown
)

Parameters

dataType
Type: System..::.String
The HL7 data type of this instance.
fieldname
Type: System..::.String
The HL7 field name of this instance.
version
Type: Mergecom.HL7..::.HL7Toolkit..::.HL7Version
The HL7 version of this instance.
unknown
Type: System..::.Boolean
Set to true if data type is unknown

See Also