Gets the HL7 data type of this field.

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

Syntax

C#
public virtual string DataType { get; }
Visual Basic
Public Overridable ReadOnly Property DataType As String
	Get
Visual C++
public:
virtual property String^ DataType {
	String^ get ();
}

Return Value

A string representing the field's data type.

See Also