Frends.Hl7v2.Validate / 1.1.0
Summary
Checks an HL7 v2 message against the standard's structural rules and returns the problems found rather than only a pass or fail.
Typical use — screening inbound messages at the boundary, so a malformed message is rejected with a reason rather than failing deeper in
Essential parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| Hl7v2Message | String |
– | MSH|^~\&|SendingApp|SendingFac|ReceivingApp|ReceivingFac|20060228155525||ADT^A01|123|P|2.3 |
The input string containing a message in Hl7v2 format. |