Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Plz u sing eclipse ide how you make this proyect show me the output using sql i need helppppp asap Project Objectives: To write a

Plz u
sing eclipse ide how you make this proyect show me the output using sql i need helppppp asap
Project Objectives:
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
Allergy3
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
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.
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.
image text in transcribed

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