| Hl7ReaderBaseT, U(Stream, FuncFHS, BHS, MSH, TypeInfo, Hl7ReaderSettings) Constructor |
Namespace: EdiFabric.Framework.ReadersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public Hl7ReaderBase(
Stream ediStream,
Func<FHS, BHS, MSH, TypeInfo> typeFactory,
Hl7ReaderSettings settings = null
)
Public Sub New (
ediStream As Stream,
typeFactory As Func(Of FHS, BHS, MSH, TypeInfo),
Optional settings As Hl7ReaderSettings = Nothing
)
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