Sets the value of this field from an HL7 encoded representation using the default separators.

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

Syntax

C#
public virtual void SetContent(
	string content
)
Visual Basic (Declaration)
Public Overridable Sub SetContent ( _
	content As String _
)
Visual C++
public:
virtual void SetContent(
	String^ content
)

Parameters

content
Type: System..::.String
The encoded value.

See Also