Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Programming Exercise 2: (Computerization of Health Records) A health care issue that has been in the news lately is the computerization of health records. This

Programming Exercise 2: (Computerization of Health Records) A health care issue that has been in the news lately is the computerization of health records. This possibility is being approached cautiously because of sensitive privacy and security concerns, among others. [We address such concerns in later exercises.] Computerizing health records could make it easier for patients to share their health profiles and histories among their various health care professionals. This could improve the quality of health care, help avoid drug conflicts and erroneous drug prescriptions, reduce costs and, in emergencies, could save lives. In this exercise, youll design a starter HealthProfile class for a person. The class attributes should include the persons first name, last name, gender, date of birth (consisting of separate attributes for the month, day and year of birth), height (in inches) and weight (in pounds). Your class should have a constructor that receives this data. For each attribute, provide set and get methods. The class also should include methods that calculate and return the users age in years, maximum heart rate and target-heart-rate range (see Exercise 3.16), and body mass index (BMI; see Exercise 2.33). Write a Java application that prompts for the persons information, instantiates an object of class HealthProfile for that person and prints the information from that objectincluding the persons first name, last name, gender, date of birth, height and weightthen calculates and prints the persons age in years, BMI, maximum heart rate and target heart-rate range. It should also display the BMI values chart from Exercise 2.33

http://cscnt.savannahstate.edu/StudentFiles/eclipse/Java_HowTo_9th_Edition.pdf

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions

Question

A new business is built around the entrepreneur. True False

Answered: 1 week ago