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

Parameter

Type

Description

segmentSeparator

string

(Optional)

fieldSeparator

string

(Optional)

componentSeparator

string

(Optional)

repetitionSeparator

string

(Optional)

escapeCharacter

string

(Optional)

subcomponentSeparator

string

(Optional)