| Hl7ReaderBaseT, U Class |
Reads HL7 documents into .NET objects.
Inheritance Hierarchy Namespace: EdiFabric.Framework.ReadersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public class Hl7ReaderBase<T, U> : EdiReader<T, U, FTS, BTS, MSH, MST>
where T : FHS
where U : BHS
Public Class Hl7ReaderBase(Of T As FHS, U As BHS)
Inherits EdiReader(Of T, U, FTS, BTS, MSH, MST)
Type Parameters
- T
- The interchange header type.
- U
- The group header type.
The Hl7ReaderBaseT, U type exposes the following members.
Constructors | Name | Description |
---|
| Hl7ReaderBaseT, U(Stream, Hl7ReaderSettings) |
Initializes a new instance of the Hl7ReaderBaseT, U class.
|
| Hl7ReaderBaseT, U(Stream, FuncFHS, BHS, MSH, TypeInfo, Hl7ReaderSettings) |
Initializes a new instance of the Hl7ReaderBaseT, U class.
|
| Hl7ReaderBaseT, U(Stream, FuncMessageContext, Assembly, Hl7ReaderSettings) |
Initializes a new instance of the Hl7ReaderBaseT, U class.
|
| Hl7ReaderBaseT, U(Stream, String, Hl7ReaderSettings) |
Initializes a new instance of the Hl7ReaderBaseT, U class.
|
TopSee Also