| Hl7Reader Class |
Reads HL7 documents into .NET objects.
Inheritance Hierarchy Namespace: EdiFabric.Framework.ReadersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public sealed class Hl7Reader : Hl7ReaderBase<FHS, BHS>
Public NotInheritable Class Hl7Reader
Inherits Hl7ReaderBase(Of FHS, BHS)
The Hl7Reader type exposes the following members.
Constructors | Name | Description |
---|
| Hl7Reader(Stream, Hl7ReaderSettings) |
Initializes a new instance of the Hl7Reader class.
|
| Hl7Reader(Stream, FuncFHS, BHS, MSH, TypeInfo, Hl7ReaderSettings) |
Initializes a new instance of the Hl7Reader class.
|
| Hl7Reader(Stream, FuncMessageContext, Assembly, Hl7ReaderSettings) |
Initializes a new instance of the Hl7Reader class.
|
| Hl7Reader(Stream, String, Hl7ReaderSettings) |
Initializes a new instance of the Hl7Reader class.
|
TopSee Also