Txhl7

Latest version: v0.5.0

Safety actively analyzes 682244 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.2.0

======================

* Abstract message into a separate class that is responsible for building ACK.
This makes txHL7 useable with other HL7 parsing frameworks.
Requires a new ``IHL7Receiver.parseMessage()`` interface method.
* Add message implementation based on python-hl7, using the new ACK functionality in 0.3.1
* Upgrade to latest python-hl7, v0.3.1, for ACK creation

0.1.0

===================

* twistd plugin. Thanks to `Andrew Wason <https://github.com/rectalogic>`_
* Upgrade to latest python-hl7, v0.3.0, for correct MSH indexing

.. warning::

python-hl7 v0.3.0 breaks `backwards compatibility
<http://python-hl7.readthedocs.org/en/latest/changelog.htmlchangelog-0-3-0>`_.

0.0.3

==================

* Convert to unicode. As soon as a message string is assembled, decode into
unicode, using the codec specified by the implementation of
``IHL7Receiver.getCodec()``. When writing an ACK, the message is re-encoded
into that codec.

0.0.2

======================

* ACK^001 for acknowledging messages (adds python-hl7 dependency)
* Add errBack for catching unhandled errors that responds with reject (AR) ACK.

0.0.1

======================

* Initial basic MLLP implementation

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.