|
Hl7Writer Constructor (Stream, Hl7WriterSettings)
|
Initializes a new instance of the
Hl7Writer class.
Namespace:
EdiFabric.Framework.Writers
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntaxpublic Hl7Writer(
Stream stream,
Hl7WriterSettings settings = null
)
Public Sub New (
stream As Stream,
Optional settings As Hl7WriterSettings = Nothing
)
Parameters
- stream
- Type: System.IOStream
The stream to write to. - settings (Optional)
- Type: EdiFabric.Framework.WritersHl7WriterSettings
The writer settings.
See Also