Creates a specific type of field object. If there is no class registered for the specified data type
this method creates a HL7Field, base type object. The version of the HL7Field is determined by the default
HL7 Version set by the DEFAULT_HL7_VERSION parameter
Namespace: Mergecom.HL7Assembly: Mergecom.HL7 (in Mergecom.HL7.dll) Version: 4.3.0.0
Syntax
| Visual Basic |
|---|
Public Shared Function CreateField ( _
fieldType As String _
) As HL7Field |
Return Value
An empty HL7Field or HL7Field derived object.
See Also