Optional
dateThe date type for the date field. Usually generated at the time of the class being initialized.
Optional
extensionExtension of the file when it gets created.
Optional
fileThe file as a buffer passed onto the constructor
Optional
fullIf you are providing the full file path, please set it here.
Optional
locationLocation where the file will be saved. If this is not set, the files will get save it in the same directory of the executing file that is calling the function. If running this package inside a DOCKER/KUBERNETES node, if the container is destroyed and the files are not saved on a folder mounted outside the node, the files will be lost on restart.
Optional
newAt the end of each line, add this as the new line character.
Optional
parsingParsing a message?
Optional
separatorThe character used to separate different components.
Optional
separatorThe character used to escape characters that need it in order for the computer to interpret the string correctly.
Optional
separatorThe character used for separating fields.
Optional
separatorThe character used for repetition field/values pairs.
Optional
separatorThe character used to have subcomponents seperated.
Optional
specificationThe HL7 spec we are going to be creating. This will be formatted into the MSH header by default.
Optional
textThe HL7 string that we are going to parse.
Client Builder Options
Remarks
Used to specific default paramaters around building an HL7 message if that is so desired. It also sets up checking of input values to make sure they match up to the proper HL7 specification.
Since
1.0.0