Click or drag to resize

Hl7ReaderBaseT, U(Stream, String, 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,
	string rulesAssembly,
	Hl7ReaderSettings settings = null
)

Parameters

ediStream  Stream
The HL7 stream to read from.
rulesAssembly  String
The name of the assembly containing the HL7 classes.
settings  Hl7ReaderSettings  (Optional)
The reader settings.

Return Value

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