core.hl7message.parse | Medplum
Hl7Message.parse() method
Parses an HL7 message string into an Hl7Message object.
Signature:
static parse(text: string): Hl7Message;
Parameters
| Parameter | Type | Description |
|---|---|---|
| text | string | The HL7 message text. |
Returns:
The parsed HL7 message.