Table Of Contents

Previous topic

mllp_send - MLLP network client

Next topic

Change Log

This Page

Contributing

The source code is available at http://github.com/johnpaulett/python-hl7

Please fork and issue pull requests. Generally any changes, bug fixes, or new features should be accompanied by corresponding tests in our test suite.

Testing

The test suite is located in tests/ and can be run via setup.py:

$ python setup.py test
...
----------------------------------------------------------------------
Ran 17 tests in 0.005s

OK

Make sure the documentation is still valid:

$ pushd docs && make html man doctest && popd
...
Doctest summary
===============
   23 tests
    0 failures in tests
    0 failures in setup code
...