Click or drag to resize

SeparatorsGetFlatSeparators Method

Populates the escape sequence for HL7 and sets the subcomponent separator

Namespace: EdiFabric.Framework
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public static Separators GetFlatSeparators(
	char dataElement,
	char? componentDataElement
)

Parameters

dataElement  Char
The global separator
componentDataElement  NullableChar
The sub separator.

Return Value

Separators
The separators.
See Also