mlarrieux / BME547_F22_repo

A repo for my classwork for BME547 F22
0 stars 0 forks source link

Patient Health Database

Author: Mimi Larrieux

Purpose

The code in this repository will run a patient health database. The code is written in python.

Specifications

The database will contain:

Future Improvements

Task:

Write a function that takes the db variable as a parameter and print ot each patient information on a line, nicely formatted.

Write a function that takes the database and a patient id, have the function look through the database and return the patient who matches the id.

Write a function taht takes the database, patient id, test name, and test value as parameters, and add those test results to the appropriate patient.