Creates an HL7Field of a particular type along with setting the long name for that type and specific HL7 version. Used by derived classes only

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
)
Visual Basic (Declaration)
Protected Sub New ( _
	dataType As String, _
	fieldname As String, _
	version As HL7Toolkit..::.HL7Version _
)
Visual C++
protected:
HL7Field(
	String^ dataType, 
	String^ fieldname, 
	HL7Toolkit..::.HL7Version version
)

Parameters

dataType
Type: System..::.String
The datatype that is to be created
fieldname
Type: System..::.String
The HL7 field name of this instance.
version
Type: Mergecom.HL7..::.HL7Toolkit..::.HL7Version
The HL7 version of this instance.

See Also