Table Of Contents

Previous topic

Contributing

Next topic

Authors

This Page

Change Log

0.2.1 - 2011-08-30

0.2.0 - 2011-06-12

  • Converted hl7.segment and hl7.segments into methods on hl7.Message.
  • Support dict-syntax for getting Segments from a Message (e.g. message['OBX'])
  • Use unicode throughout python-hl7 since the HL7 spec allows non-ASCII characters. It is up to the caller of hl7.parse() to convert non-ASCII messages into unicode.
  • Refactored from single hl7.py file into the hl7 module.
  • Added Sphinx documentation. Moved project to github.

0.1.1 - 2009-06-27

  • Apply Python 3 trove classifier

0.1.0 - 2009-03-13

  • Support message-defined separation characters
  • Message, Segment, Field classes

0.0.3 - 2009-01-09

  • Initial release