| Hl7Writer(String, Boolean, Hl7WriterSettings) Constructor |
Initializes a new instance of the
Hl7Writer class.
Namespace: EdiFabric.Framework.WritersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public Hl7Writer(
string path,
bool append,
Hl7WriterSettings settings = null
)
Public Sub New (
path As String,
append As Boolean,
Optional settings As Hl7WriterSettings = Nothing
)
Parameters
- path String
- The path to the file to write to.
- append Boolean
- Whether to append to the file. The file will be overwritten by default.
- settings Hl7WriterSettings (Optional)
- The writer settings.
See Also