|
Hl7Reader Constructor (Stream, FuncMessageContext, Assembly, Hl7ReaderSettings)
|
Initializes a new instance of the
Hl7Reader class.
Namespace:
EdiFabric.Framework.Readers
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntaxpublic Hl7Reader(
Stream ediStream,
Func<MessageContext, Assembly> assemblyFactory,
Hl7ReaderSettings settings = null
)
Public Sub New (
ediStream As Stream,
assemblyFactory As Func(Of MessageContext, Assembly),
Optional settings As Hl7ReaderSettings = Nothing
)
Parameters
- ediStream
- Type: System.IOStream
The HL7 stream to read from. - assemblyFactory
- Type: SystemFuncMessageContext, Assembly
The delegate to return the assembly containing the HL7 classes. - settings (Optional)
- Type: EdiFabric.Framework.ReadersHl7ReaderSettings
The reader settings.
Return Value
Type:
A new instance of the
Hl7Reader class.
See Also