Alpha | Supported
This library generates FP17 claim messages for submissions by NHS dentists to the NHS Business Services Authority (BSA).
This software is currently undergoing the BSA certification process.
- Install the requirements with
pip install -r requirements.txt
-
Install pytest with
pip install pytest
-
Run tests with
pytest -vv -r ssX -l
Documentation uses Sphinx
-
Install Sphinx with
pip install sphinx
-
Build the documentation to your target format - for instance:
make -C docs html