Question: With java plz create this Project Object beives: To write a program that implements the following Advanced Programming concepts: Data encapsulation Instantiate classes Inheritance Graphical

With java plz create this
Project Object beives:
To write a program that implements the following Advanced Programming concepts:
Data encapsulation
Instantiate classes
Inheritance
Graphical User Interface concepts
Inner classes
Database + Hibernate
Project: Medical Record
The program will have the following private attributes:
Patient name
Patient last name
Date of Birth
Social Security Number (ssn)
Phone number
Address 1
Address 2
City
Zip code
Allergy 1
Allergy 2
Allergy 3
Photo
The program will have the following menu and menu items:
File
Add patient
Modify patient
Search patient
Display all patients
Exit
Help
Help Contents
AboutE
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.
All the records or data will be saved into a MySQL database and the photo image into a default directory.
Before opening the Modify patient and Search Patient frame you should open a dialog window search frame asking the patient ssn. Once you enter the patient ssn then you will open the Modify patient or Search patient frame.
Display all patients it will display all patient's information registered on database using a JTable component.
In Add patient, Modify patient and Search patient frames should display the patient's photo. Your program should use the JFileChooser class in order to get the patient's photo name.
All SQL queries will be provided by the professor.
 With java plz create this Project Object beives: To write a

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!