Click or drag to resize

Hl7Writer(Stream, Hl7WriterSettings) Constructor

Initializes a new instance of the Hl7Writer class.

Namespace: EdiFabric.Framework.Writers
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public Hl7Writer(
	Stream stream,
	Hl7WriterSettings settings = null
)

Parameters

stream  Stream
The stream to write to.
settings  Hl7WriterSettings  (Optional)
The writer settings.
See Also