Joey Beasley

Logo

CSCI 496: Senior Portfolio
In partial fulfillment of the requirements for the degree of Applied Computing: Graphic Arts (class of 2025)

View My Resume

View My LinkedIn Profile

View My GitHub Profile

Back to Portfolio

Project 3: Pedigree

Project description

This was made to check and track the medical records of a family. As a team, we had to code connections betweeen members (Mother,Father,Son,Uncle,Grandmother, etc) to a system, along with the individual family member’s name and history.

How to compile and run the program

How to compile (if applicable) and run the project.

Download the zip file and then open the HL7 Reorientation Program file. From there, open one of the tree files and select the family member from the list. Once selected, enter their info.

UI Design

Make run would run the code. Make example-test runs the example test file.

screenshot
Fig 1. The launch screen

screenshot
Fig 2. Opening a file

screenshot
Fig 3. Selecting a member

screenshot
Fig 4. Entering a family member’s info

screenshot
Fig 5. Feedback when an error occurs.

Back to Portfolio