| SeparatorsGetFlatSeparators Method |
Populates the escape sequence for HL7 and sets the subcomponent separator
Namespace: EdiFabric.FrameworkAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public static Separators GetFlatSeparators(
char dataElement,
char? componentDataElement
)
Public Shared Function GetFlatSeparators (
dataElement As Char,
componentDataElement As Char?
) As Separators
Parameters
- dataElement Char
- The global separator
- componentDataElement NullableChar
- The sub separator.
Return Value
SeparatorsThe separators.
See Also