Click or drag to resize

Hl7Writer(String, Boolean, Hl7WriterSettings) Constructor

Initializes a new instance of the Hl7Writer class.

Namespace: EdiFabric.Framework.Writers
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public Hl7Writer(
	string path,
	bool append,
	Hl7WriterSettings settings = null
)

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