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

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

Syntax

C#
public virtual void SetContent(
	string content,
	HL7MessageConfiguration config,
	bool subcomponent
)
Visual Basic (Declaration)
Public Overridable Sub SetContent ( _
	content As String, _
	config As HL7MessageConfiguration, _
	subcomponent As Boolean _
)
Visual C++
public:
virtual void SetContent(
	String^ content, 
	HL7MessageConfiguration^ config, 
	bool subcomponent
)

Parameters

content
Type: System..::.String
The encoded value.
config
Type: Mergecom.HL7..::.HL7MessageConfiguration
The configuration object containing the encoding separators.
subcomponent
Type: System..::.Boolean
Flag indicating whether this field is a subcomponent of another field.

See Also