Tells whether the HL7 data type of this field is a basic type that, i.e. no components are defined for this field.

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

Syntax

C#
public virtual bool IsBasicType { get; }
Visual Basic
Public Overridable ReadOnly Property IsBasicType As Boolean
	Get
Visual C++
public:
virtual property bool IsBasicType {
	bool get ();
}

Return Value

true if this field is of a basic type.

See Also