Gets the value of this field as a bool. If this field has components the value of the first component is returned.

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

Syntax

C#
public bool GetBoolValue()
Visual Basic (Declaration)
Public Function GetBoolValue As Boolean
Visual C++
public:
bool GetBoolValue()

Return Value

true if the value starts with "Y" or "y".

See Also