Message representation

This file contains a wrapper for an HL7 message with convenience functions.

class hl7_transform.message.HL7Message(hl7_message)

Encapsulates an HL7 message.

static from_file(path)

Initialize a message from a file.

static from_string(txt)

Initialize a message from string.

to_string()

Returns a string representation of the encapsulated HL7 message.