Click or drag to resize

Hl7Writer Class

Writes .NET object into HL7 documents.
Inheritance Hierarchy
SystemObject
  EdiFabric.Framework.WritersBaseWriter
    EdiFabric.Framework.WritersEdiWriterFHS, BHS
      EdiFabric.Framework.WritersHl7Writer

Namespace: EdiFabric.Framework.Writers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public sealed class Hl7Writer : EdiWriter<FHS, BHS>

The Hl7Writer type exposes the following members.

Constructors
 NameDescription
Public methodHl7Writer(Stream, Hl7WriterSettings) Initializes a new instance of the Hl7Writer class.
Public methodHl7Writer(String, Boolean, Hl7WriterSettings) Initializes a new instance of the Hl7Writer class.
Top
Methods
 NameDescription
Public methodWrite(BHS, Separators) Writes a group header to the destination to start a new group. Closes the last started group if any.
(Overrides EdiWriterT, UWrite(U, Separators))
Public methodWrite(FHS, Separators) Writes an interchange header to the destination to start a new interchange. Closes the previous interchange and group if any.
(Overrides EdiWriterT, UWrite(T, Separators))
Public methodWriteAsync(BHS, Separators) Writes a group header to the destination to start a new group asynchronously. Closes the last started group if any.
(Overrides EdiWriterT, UWriteAsync(U, Separators))
Public methodWriteAsync(FHS, Separators) Writes an interchange header to the destination to start a new interchange asynchronously. Closes the previous interchange and group if any.
(Overrides EdiWriterT, UWriteAsync(T, Separators))
Top
See Also