| Hl7Reader(Stream, Hl7ReaderSettings) Constructor |
Initializes a new instance of the
Hl7Reader class.
Namespace: EdiFabric.Framework.ReadersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public Hl7Reader(
Stream ediStream,
Hl7ReaderSettings settings = null
)
Public Sub New (
ediStream As Stream,
Optional settings As Hl7ReaderSettings = Nothing
)
Parameters
- ediStream Stream
- The HL7 stream to read from.
- settings Hl7ReaderSettings (Optional)
- The reader settings.
Return Value
A new instance of the
Hl7Reader class.
See Also