Click or drag to resize

Hl7ReaderBaseT, U(Stream, FuncFHS, BHS, MSH, TypeInfo, Hl7ReaderSettings) Constructor

Initializes a new instance of the Hl7ReaderBaseT, U class.

Namespace: EdiFabric.Framework.Readers
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public Hl7ReaderBase(
	Stream ediStream,
	Func<FHS, BHS, MSH, TypeInfo> typeFactory,
	Hl7ReaderSettings settings = null
)

Parameters

ediStream  Stream
The HL7 stream to read from.
typeFactory  FuncFHS, BHS, MSH, TypeInfo
The delegate to return the type of the parsed transaction.
settings  Hl7ReaderSettings  (Optional)
The reader settings.

Return Value

A new instance of the Hl7ReaderBaseT, U class.
See Also