Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. # BloodPls Blood Bank Data Management Application Suite
  2.  
  3. The BloodPls Blood Bank Data Management Application Suite is a collection of mobile and desktop applications designed to maintain a database of critical data about blood donors and blood donations for use with the Open Medical Record System (OpenMRS). These include a Donor Tracker mobile app that creates new donor records and new donation records, a Blood Transfusion Tracker mobile app that tracks blood transfusions and donated blood units. These are complimented by a desktop application that interfaces with OpenMRS in order to collect and
  4.  
  5. ## Installation
  6.  
  7. Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.
  8.  
  9. ```bash
  10. pip install foobar
  11. ```
  12.  
  13. ## Usage
  14.  
  15. ```python
  16. import foobar
  17.  
  18. foobar.pluralize('word') # returns 'words'
  19. foobar.pluralize('goose') # returns 'geese'
  20. foobar.singularize('phenomena') # returns 'phenomenon'
  21. ```
  22.  
  23. ## Contributing
  24. Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
  25.  
  26. Please make sure to update tests as appropriate.
  27.  
  28. ## License
  29. [MIT](https://choosealicense.com/licenses/mit/)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement