| Hl7Writer(Stream, Hl7WriterSettings) Constructor |
Initializes a new instance of the
Hl7Writer class.
Namespace: EdiFabric.Framework.WritersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public Hl7Writer(
Stream stream,
Hl7WriterSettings settings = null
)
Public Sub New (
stream As Stream,
Optional settings As Hl7WriterSettings = Nothing
)
Parameters
- stream Stream
- The stream to write to.
- settings Hl7WriterSettings (Optional)
- The writer settings.
See Also