Creates an HL7Field of a particular type using teh default HL7 version specified for the toolkit

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

Syntax

C#
protected HL7Field(
	string dataType
)
Visual Basic
Protected Sub New ( _
	dataType As String _
)
Visual C++
protected:
HL7Field(
	String^ dataType
)

Parameters

dataType
Type: System..::..String
The datatype that is to be created

See Also