|  | Hl | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe Hl7Writer type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | Hl7Writer(Stream, Hl7WriterSettings) | Initializes a new instance of the Hl7Writer class. | 
|  | Hl7Writer(String, Boolean, Hl7WriterSettings) | Initializes a new instance of the Hl7Writer class. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Write(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)) | 
|  | Write(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)) | 
|  | WriteAsync(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)) | 
|  | WriteAsync(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)) | 
 See Also
See Also