Skip to content

hirey-m/MedConnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MedConnect

This application is a platform for people to find medical resource in different city and community.

Encounter represent a visit to the doctor’s office. The vital signs timeline is linked to the encounters. Each Encounter will have a single Vital Sign component.

Class Diagram

HMS

Sequence Diagram

Blank diagram

Requirements

Netbeans IDE 15, Java 18.0.2.1

Installation

Go to https://github.com/hirey-m/Hirey_Manav_002786706_Assignment2 and clone the repository. Run the HomeJFrame.java files in Netbeans IDE and run the application.

Configuration

No configuration needed for these modules since they don't have configurable settings.
Tip: Caches for faster viewing and reduce load times of pages.

Files

Person.java - Superclass from where common user attributes can be inherited.
Patient.java - Contains the Patient Model
SystemAdmin.java - Contains the System Admin Model
HospitalAdmin.java - Contains the Hospital Admin Model
CommunityAdmin.java - Contains the CommunityAdmin Model
Doctor.java - Contains the Doctor Model
DoctorDirectory.java - Consists an ArrayList of Doctors
PatientDirectory.java - Consists an ArrayList of Patient
City.java - Contains the City Model
Community.java - Contains the Community Model
CommunityDirectory.java - Consists an ArrayList of Community
CityDirectory.java - Consists an ArrayList of City
Encounter.java - Contains the Encounter Model
EncounterHistory.java - Consists an ArrayList of Encounter
Hospital.java - Contains the Hospital Model
VitalSigns.java - Contains the VitalSign Model
PersonDirectory.java - Consists an ArrayList of person.
HospitalDirectory.java - Consists an ArrayList of hospitals.
House.java - Contains the VitalSign Model

Troubleshooting

For troubleshooting, write an email to hirey.m@northeastern.edu

Credits

Name - Manav Hirey
NUID - 002786706

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages