Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Project Objectives: To write a program that implements the following Advanced Programming concepts: 1 . Data encapsulation 2 . Instantiate classes 3 . Inheritance 4

Project Objectives:
To write a program that implements the following Advanced Programming concepts:
1. Data encapsulation
2. Instantiate classes
3. Inheritance
4. Graphical User Interface concepts
5. Inner classes
6. Database + Hibernate
Project: Medical Record
The program will have the following private attributes:
1. Patient name
2. Patient last name
3. Date of Birth
4. Social Security Number (ssn)
5. Phone number
6. Address 1
7. Address 2
8. City
9. Zip code
10. Allergy1
11. Allergy2
12. Allergy3
13. Photo
The program will have the following menu and menu items:
1. File
Add patient
Modify patient
Search patient
Display all patients
Exit
2. Help
Help Contents
About
Items menu description:
Add patient will add a new patient (must verified unique patient ssn).
Modify patient search should be made by patient ssn then modify record.
Search patient search by patient ssn then display patient info in window.
Display all patients will display all patients of DB (in a JTable).
Help contents will display the help of your program.
About will display an about window displaying each of your member team
names.

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 Systems Design Implementation And Management

Authors: Carlos Coronel, Steven Morris

14th Edition

978-0357673034

More Books

Students also viewed these Databases questions