170 likes | 299 Views
Geaux Getters Diabetes Database. ISDS 3110- SUZANNE PAWLOWSKI Section 1 Jason Byrd – Kevin Tran – mike semko – de’jon dickerson – brad weeks. Design: ERD Diagram. Table design - Relational schema. Here we have the relational schema as it appears in the database. Data dictionary.
E N D
Geaux Getters Diabetes Database ISDS 3110- SUZANNE PAWLOWSKI Section 1 Jason Byrd – Kevin Tran – mike semko – de’jon dickerson – brad weeks
Table design - Relational schema Here we have the relational schema as it appears in the database
Introduction: uses of database • The main uses of the database is to keep track of: • Glucose levels • Weight over time • Caloric intake • Medication dosage amounts • Types of food eaten Main user welcome screen
Data entry Forms – enter new data • Upon navigating to the “enter new data” form, users are greeted with a main log screen which includes: • Medication Log • Weight Log • Glucose Log • Food Log
Medication log • Here, patients are able to enter their medication type and other fields that are required are: • Date medication was taken • Time medication was taken • Dosage • Delivery Method (oral, injection, or pump)
Weight log • On the weight log form we have: • USER ID • Date weight is logged • Weight being logged From this table, a user can generate averages and keep track of their weight over time
Glucose log • Under glucose log, we have the date and time in which the data was logged. Other required entries are: • Amount of glucose recorded in user’s body • Ketone levels (lower is better) • Test type (fasting, post prandial, random)
Food log • In the food logs form, the user selects their USER ID, followed by the date and time in which the food is logged. Entries include: • Food eaten • Number of servings • Which meal (Breakfast, Lunch, Dinner, Other)
View report screen • On the welcome screen, there is also a view report button that brings the user to a summary of reports that conveniently show different reports a user can print out • Glucose levels • Total carbs: with ketones present • Total Carbs: Post prandial out of normal limits
Report #1 – glucose levels • Amount of glucose • Whether ketones are present • Type of test performed • Red = Low • Green = Normal • Blue = High
Report #2 - On report #2, we have a listing of the days in which ketones are present, as well as the daily total carbs that the user took in for that day.
Report #3 – total carbs post prandial • Report #3 shows the dates in which levels after the meal are out of normal limits, and again the total carbs that were taken. • The user can use this information to later adjust how they eat their eating habits
Report #4 – Weight / Calorie Trend Here we have a graphical report that shows the trends of both weight and calorie logs over time. On the non graphical report, there are averages of each trend
Report #5 - Calories and Food Exceeding Prandial Limit • Our last report deals with foods that exceed the prandial limit • Food Type • Date • Total calories
Database Security • Main Security Features include • Restricted Access • User Name / Password • Guided Entries • Access doesn’t allow user level security, but for the purpose of our database there can be multiple users. (user entity was created for further implementation)