Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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
Phone number
Address
Address
City
Zip code
Allergy
Allergy
Allergy
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 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 queries will be provided by the professor.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started