Frends.Hl7v2.ConvertToXml / 1.3.0
Summary
Parses an HL7 v2 message into XML, resolving its delimited, positional segments against the standard so fields come out named. Covers HL7 versions 2.1 through 2.8.1.
Typical use — the entry point for inbound HL7, turning a pipe-delimited message into something mappable
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. |