Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Design and implement a Java program to create a list of patients records in a medical practice. The program will maintain a current list of

Design and implement a Java program to create a list of patients records in a medical practice. The program will maintain a current list of patients records within a given multi-disciplinary practice. Patient data for the program includes a patient's ID, first name, last name, e-mail address (valid emails contain an @ and .), age, gender, weight, height and an array of doctors used by the patient and their specialty (the maximum number of specialists should be five). Error checking of all data is required. The program should allow entry of patient information via the keyboard with the maximum number of patients being 30, but the list can contain less. Once the data is entered the program should then allow the user to retrieve the entire list of patients' or an individual patients information via the patients ID number.

The program in both instances should display all of the information listed above plus the program should calculate the patients Body Mass Index (BMI = (weight in pounds/(height in inches X height in inches) X 703) and display it along with the category the patient falls under.

The categories are based upon the following: Below 18.5 - Underweight 18.5 24.9 - Normal 25 29.9 - Overweight 30 and above - Obese Make sure to submit the following: documentation code screen shots or files of I/O executable file (JAR file)

Completely confused about this assignment..hints will help too.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts

Authors: David Kroenke, David Auer, Scott Vandenberg, Robert Yoder

10th Edition

0137916787, 978-0137916788

More Books

Students also viewed these Databases questions

Question

What does Processing of an OLAP Cube accomplish?

Answered: 1 week ago