| Hl7Reader(Stream, String, 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,
string rulesAssembly,
Hl7ReaderSettings settings = null
)
Public Sub New (
ediStream As Stream,
rulesAssembly As String,
Optional settings As Hl7ReaderSettings = Nothing
)
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
Hl7Reader class.
See Also