core.hl7field._constructor_
Home > @medplum/core > Hl7Field > (constructor)
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. |