|
Hl7WriterWrite Method (BHS, Separators)
|
Writes a group header to the destination to start a new group.
Closes the last started group if any.
Namespace:
EdiFabric.Framework.Writers
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntaxpublic override void Write(
BHS groupHeader,
Separators separators = null
)
Public Overrides Sub Write (
groupHeader As BHS,
Optional separators As Separators = Nothing
)
Parameters
- groupHeader
- Type: EdiFabric.Core.Model.Hl7BHS
The group header. - separators (Optional)
- Type: EdiFabric.FrameworkSeparators
The separators.
Allows to write multiple groups to the destination, each with its own separators.
See Also