Skip to main content

core.hl7field._constructor_

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

Hl7Field.(constructor)

Creates a new HL7 field.

Signature:

constructor(components: string[][], context?: Hl7Context);

Parameters

ParameterTypeDescription
componentsstring[][]The HL7 components.
contextHl7Context(Optional) Optional HL7 parsing context.