|
Hl7ReaderBaseT, U Constructor (Stream, FuncFHS, BHS, MSH, TypeInfo, Hl7ReaderSettings)
|
Namespace:
EdiFabric.Framework.Readers
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntaxpublic 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
- Type: System.IOStream
The HL7 stream to read from. - typeFactory
- Type: SystemFuncFHS, BHS, MSH, TypeInfo
The delegate to return the type of the parsed transaction. - settings (Optional)
- Type: EdiFabric.Framework.ReadersHl7ReaderSettings
The reader settings.
Return Value
Type:
A new instance of the
Hl7ReaderBaseT, U class.
See Also