Sets the value of this field to "Y" or "N" as specified by the Yes/No table indicator (0136) in section 2.24.23.1.

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

Syntax

C#
public virtual void SetValue(
	bool val
)
Visual Basic (Declaration)
Public Overridable Sub SetValue ( _
	val As Boolean _
)
Visual C++
public:
virtual void SetValue(
	bool val
)

Parameters

val
Type: System..::.Boolean
The value to set.

See Also