Skip to main content

core.hl7context._constructor_

Home > @medplum/core > Hl7Context > (constructor)

Hl7Context.(constructor)

Constructs a new instance of the Hl7Context class

Signature:

constructor(segmentSeparator?: string, fieldSeparator?: string, componentSeparator?: string, repetitionSeparator?: string, escapeCharacter?: string, subcomponentSeparator?: string);

Parameters

ParameterTypeDescription
segmentSeparatorstring(Optional)
fieldSeparatorstring(Optional)
componentSeparatorstring(Optional)
repetitionSeparatorstring(Optional)
escapeCharacterstring(Optional)
subcomponentSeparatorstring(Optional)