core.hl7field._constructor_ | Medplum

Hl7Field.(constructor)

Creates a new HL7 field.

Signature:

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

Parameters

Parameter Type Description
components string[][] The HL7 components.
context Hl7Context (Optional) Optional HL7 parsing context.