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.2.0.0
Syntax
| C# |
|---|
public virtual string GetContent(
bool subcomponent
) |
| Visual Basic (Declaration) |
|---|
Public Overridable Function GetContent ( _
subcomponent As Boolean _
) As String |
| Visual C++ |
|---|
public:
virtual String^ GetContent(
bool subcomponent
) |
Parameters
- 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