Provides the HL7 encoded representation of the value in this field using the default separators.

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

Syntax

C#
public virtual string GetContent(
	HL7MessageConfiguration config,
	bool subcomponent
)
Visual Basic
Public Overridable Function GetContent ( _
	config As HL7MessageConfiguration, _
	subcomponent As Boolean _
) As String
Visual C++
public:
virtual String^ GetContent(
	HL7MessageConfiguration^ config, 
	bool subcomponent
)

Parameters

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.

Return Value

A string representing the encoded value of this field.

See Also