Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 347 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 347 Bytes

Patient Health Database

classwork repo for BME547
author: Zac Spalding

Purpose

The code in this respository will run a patient health database.
The code is written in Python.

Specifications

This database will contain:

  • Patient Name
    • First Name
    • Last Name
  • Age
  • Blood type
  • Test results
    1. HDL
    2. LDL

Acknowledgements