|
SeparatorsGetFlatSeparators Method
|
Populates the escape sequence for HL7 and sets the subcomponent separator
Namespace:
EdiFabric.Framework
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntaxpublic static Separators GetFlatSeparators(
char dataElement,
Nullable<char> componentDataElement
)
Public Shared Function GetFlatSeparators (
dataElement As Char,
componentDataElement As Nullable(Of Char)
) As Separators
Parameters
- dataElement
- Type: SystemChar
The global separator - componentDataElement
- Type: SystemNullableChar
The sub separator.
Return Value
Type:
SeparatorsThe separators.
See Also