Index

A B C D E F G H I L M N O P R S T U V Z 
All Classes and Interfaces|All Packages|Constant Field Values

L

label - Variable in enum class com.ehealthsystem.tools.ReminderTime
 
lastName - Variable in class com.ehealthsystem.admin.AdminController
 
lastName - Variable in class com.ehealthsystem.admin.UserTableView
All the attributes a user can have.
lastName - Variable in class com.ehealthsystem.doctor.Doctor
 
lastName - Variable in class com.ehealthsystem.user.User
Attributes of the user.
lastNameLabel - Variable in class com.ehealthsystem.appointment.AppointmentUserController
 
lastNameLabel - Variable in class com.ehealthsystem.primary.PrimaryController
 
lastNameTextField - Variable in class com.ehealthsystem.primary.PrimaryEditController
 
lastNameTextField - Variable in class com.ehealthsystem.registration.RegistrationController
 
loadAdminWindow(ActionEvent) - Method in class com.ehealthsystem.login.LoginController
 
loadAppointment() - Method in class com.ehealthsystem.appointment.AppointmentMadeController
load the appointment information
loadAppointmentMadeView(Event, Appointment) - Static method in class com.ehealthsystem.tools.SceneSwitch
Switches scene and displays the appointment the user has made.
loadAppointmentsFromResultSet(ResultSet) - Static method in class com.ehealthsystem.database.Database
Helper method to turn result set into array of appointment objects
loadBirthday(LocalDate) - Method in class com.ehealthsystem.appointment.AppointmentUserController
Set Date Picker to birthday in DB
loadBirthday(LocalDate) - Method in class com.ehealthsystem.primary.PrimaryEditController
Set Date Picker to birthday in DB
loadCurrentAppointment() - Method in class com.ehealthsystem.appointment.AppointmentShiftController
set the data to current appointment informaton section
loadDoctor() - Method in class com.ehealthsystem.appointment.AppointmentMadeController
load the doctors informaiton
loadDoctorData() - Method in class com.ehealthsystem.doctor.FoundDoctorFullController
load the doctor data into the Labels
loadDoctorFromId(int) - Static method in class com.ehealthsystem.database.Database
Get a doctor by their ID
loadDoctors(ArrayList<DoctorDistance>) - Method in class com.ehealthsystem.appointment.AppointmentFoundController
dynamically load the doctors in the grid pane
loadDoctorsFromResultSet(ResultSet) - Static method in class com.ehealthsystem.database.Database
Helper method to turn result set into array of Doctor objects
loadDoctorSpecializations(int) - Static method in class com.ehealthsystem.database.Database
Get a list of a doctor's specializations
loadedAppointment - Variable in class com.ehealthsystem.appointment.AppointmentController
 
loadedAppointment - Variable in class com.ehealthsystem.appointment.AppointmentMadeController
contains the laodedAppointment
loadedAppointment - Static variable in class com.ehealthsystem.appointment.AppointmentShiftController
the appointment to shift which is loaded in the scene
loadEmail(String) - Method in class com.ehealthsystem.appointment.AppointmentUserController
Set Email Text Field to user information in DB
loadFirstName(String) - Method in class com.ehealthsystem.appointment.AppointmentUserController
Set First Name Text Field to user information in DB
loadGender(String) - Method in class com.ehealthsystem.appointment.AppointmentUserController
Set Gender Text Field to user information in DB
loadGMap() - Method in class com.ehealthsystem.appointment.AppointmentMadeController
load google maps into with webengine
loadGMap() - Method in class com.ehealthsystem.doctor.FoundDoctorFullController
loads the map into the scene via webengine and webview
loadHealthInformation() - Method in class com.ehealthsystem.appointment.AppointmentHealthController
load the health information of the user from the database
loadHealthProblem() - Method in class com.ehealthsystem.healthInformation.HealthInformationController
Load the users health problems from the database and store them als Observable
loadHouseNo(String) - Method in class com.ehealthsystem.appointment.AppointmentUserController
Set House Number Text Field to user information in DB
loadInsuranceName(String) - Method in class com.ehealthsystem.appointment.AppointmentUserController
Set the Insurance Name Text Field to user information in the DB
loadLastName(String) - Method in class com.ehealthsystem.appointment.AppointmentUserController
Set Last Name Text Field to user information in DB
loadOsmMap() - Method in class com.ehealthsystem.doctor.FoundDoctorFullController
Deprecated.
: replaced by interactive route display: FoundDoctorFullController.loadGMap() Load a static map image using OpenStreetMap data into the webview
loadPrimaryWindow(Event) - Method in class com.ehealthsystem.login.LoginController
Method called to switch scene to primary window after successfully logged in.
loadPrivateInsurance(boolean) - Method in class com.ehealthsystem.appointment.AppointmentUserController
Set private insurance Check Box to user information in DB
loadProblems() - Static method in class com.ehealthsystem.database.Database
Get list of all potential health problems based on which you can select a doctor
loadScene(ActionEvent) - Method in class com.ehealthsystem.primary.PrimaryEditController
scene switch to primary scene
loadSchedule() - Method in class com.ehealthsystem.appointment.AppointmentShiftController
load the doctors schedule
loadSchedule() - Method in class com.ehealthsystem.doctor.FoundDoctorFullController
dynamically load the doctors schedule
loadSchedule(LocalDate, Doctor, Label, Button) - Method in class com.ehealthsystem.appointment.ScheduleLoader
 
loadShiftAppointment() - Method in class com.ehealthsystem.appointment.AppointmentShiftController
set the current data to the appointment shift section
loadSpecializations() - Static method in class com.ehealthsystem.database.Database
Get a list of all specializations that doctors can have
loadStreet(String) - Method in class com.ehealthsystem.appointment.AppointmentUserController
Set Street Text Field to user information in DB
loadUserAppointments() - Method in class com.ehealthsystem.primary.PrimaryController
load the user appointments to show them in a list for managing them.
loadUserDetails() - Method in class com.ehealthsystem.appointment.AppointmentUserController
Load user information when button is pressed
loadUserDetails() - Method in class com.ehealthsystem.primary.PrimaryController
Call the setter methods for setting the user data to show them his user information
loadUserDetails() - Method in class com.ehealthsystem.primary.PrimaryEditController
Load user information when button is pressed
loadUsername(String) - Method in class com.ehealthsystem.appointment.AppointmentUserController
Set Username Text Field to user information in DB
loadUsersFromDatabase() - Method in class com.ehealthsystem.admin.AdminController
Load the users from the data base and store them in an observable.
loadUsersFromResultSet(ResultSet) - Static method in class com.ehealthsystem.database.Database
Helper method to turn result set into array of User objects
loadZip(String) - Method in class com.ehealthsystem.appointment.AppointmentUserController
Set Zip Text Field to user information in DB
location - Variable in class com.ehealthsystem.doctor.Doctor
 
log(String) - Static method in class com.ehealthsystem.reminder.ReminderScheduler
Display messages to the console for verbosity purposes.
logging - Static variable in class com.ehealthsystem.reminder.ReminderScheduler
 
loginAdmin(String) - Static method in class com.ehealthsystem.tools.Session
Called when the admin logs-in.
loginButton - Variable in class com.ehealthsystem.login.LoginController
 
loginButton - Variable in class com.ehealthsystem.MainController
attributes with a fx:id assigned in the view
LoginController - Class in com.ehealthsystem.login
 
LoginController() - Constructor for class com.ehealthsystem.login.LoginController
 
loginUser(String) - Static method in class com.ehealthsystem.tools.Session
To be called on login to load user object for the user to be called by further methods
logout() - Static method in class com.ehealthsystem.tools.Session
Logout the session's user by setting the attribute to null and showing the main view (login, register)
A B C D E F G H I L M N O P R S T U V Z 
All Classes and Interfaces|All Packages|Constant Field Values