Click or drag to resize

Hl7Reader Class

Reads HL7 documents into .NET objects.
Inheritance Hierarchy

Namespace: EdiFabric.Framework.Readers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public sealed class Hl7Reader : Hl7ReaderBase<FHS, BHS>

The Hl7Reader type exposes the following members.

Constructors
 NameDescription
Public methodHl7Reader(Stream, Hl7ReaderSettings) Initializes a new instance of the Hl7Reader class.
Public methodHl7Reader(Stream, FuncFHS, BHS, MSH, TypeInfo, Hl7ReaderSettings) Initializes a new instance of the Hl7Reader class.
Public methodHl7Reader(Stream, FuncMessageContext, Assembly, Hl7ReaderSettings) Initializes a new instance of the Hl7Reader class.
Public methodHl7Reader(Stream, String, Hl7ReaderSettings) Initializes a new instance of the Hl7Reader class.
Top
See Also