Click or drag to resize

Hl7ReaderBaseT, U(Stream, FuncMessageContext, Assembly, Hl7ReaderSettings) Constructor

Initializes a new instance of the Hl7ReaderBaseT, U class.

Namespace: EdiFabric.Framework.Readers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public Hl7ReaderBase(
	Stream ediStream,
	Func<MessageContext, Assembly> assemblyFactory,
	Hl7ReaderSettings settings = null
)

Parameters

ediStream  Stream
The HL7 stream to read from.
assemblyFactory  FuncMessageContext, Assembly
The delegate to return the assembly containing the HL7 classes.
settings  Hl7ReaderSettings  (Optional)
The reader settings.

Return Value

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