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