Click or drag to resize

Hl7Reader(Stream, Hl7ReaderSettings) Constructor

Initializes a new instance of the Hl7Reader class.

Namespace: EdiFabric.Framework.Readers
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public Hl7Reader(
	Stream ediStream,
	Hl7ReaderSettings settings = null
)

Parameters

ediStream  Stream
The HL7 stream to read from.
settings  Hl7ReaderSettings  (Optional)
The reader settings.

Return Value

A new instance of the Hl7Reader class.
See Also