Index
All Classes and Interfaces|All Packages|Constant Field Values
H
- handleAddButton(ActionEvent) - Method in class com.ehealthsystem.healthInformation.HealthInformationController
-
Adds a health problem to the user
- handleBackButton(ActionEvent) - Method in class com.ehealthsystem.appointment.AppointmentFoundController
-
event handler for back button
- handleBackButton(ActionEvent) - Method in class com.ehealthsystem.appointment.AppointmentHealthController
-
load the previous scene
- handleBackButton(ActionEvent) - Method in class com.ehealthsystem.appointment.AppointmentInformationController
-
switch to the last scene if the button is pressed.
- handleBackButton(ActionEvent) - Method in class com.ehealthsystem.appointment.AppointmentMadeController
-
return to primary view without any changes made
- handleBackButton(ActionEvent) - Method in class com.ehealthsystem.appointment.AppointmentShiftController
-
Go back to the last scene without shifting the appointment
- handleBackButton(ActionEvent) - Method in class com.ehealthsystem.doctor.FoundDoctorFullController
-
method to load to previous scene
- handleBackButton(ActionEvent) - Method in class com.ehealthsystem.healthInformation.HealthInformationController
-
switches back to the primary view
- handleBackButton(ActionEvent) - Method in class com.ehealthsystem.registration.RegistrationController
-
Method called when back button is pressed.
- handleBackButton(ActionEvent) - Method in class com.ehealthsystem.registration.RegistrationValidationController
-
switch to the registration
- handleBirthdayEditor(KeyEvent) - Method in class com.ehealthsystem.registration.RegistrationController
-
Used to validate the Birthday when user inputs the date into the text field.
- handleCancelButton(ActionEvent) - Method in class com.ehealthsystem.appointment.AppointmentMadeController
-
Cancel the selected appointment
- handleCancelButton(ActionEvent) - Method in class com.ehealthsystem.appointment.AppointmentUserController
-
Switch scene to primary
- handleCancelButton(ActionEvent) - Method in class com.ehealthsystem.primary.PrimaryEditController
-
Method called when cancel button is pressed.
- handleCheckBox(CheckBox, HealthInformation, int) - Method in class com.ehealthsystem.appointment.AppointmentHealthController
-
dynamically added eventhandler for checkbox
- handleContinueButton(ActionEvent) - Method in class com.ehealthsystem.appointment.AppointmentHealthController
-
load the next scene
- handleContinueButton(ActionEvent) - Method in class com.ehealthsystem.appointment.AppointmentInformationController
-
handle the event that is triggered when pressing the continue button.
- handleContinueButton(ActionEvent) - Method in class com.ehealthsystem.appointment.AppointmentUserController
-
Switch scene to next appointment view
- handleDateChoice(ActionEvent) - Method in class com.ehealthsystem.appointment.AppointmentShiftController
-
Check if date is not in the past
- handleDateChoice(ActionEvent) - Method in class com.ehealthsystem.doctor.FoundDoctorFullController
-
check if a valid date is picked
- handleDeleteButton(ActionEvent) - Method in class com.ehealthsystem.admin.AdminController
-
Deltes a selected user from the database if the delete button is clicked
- handleDeleteButton(ActionEvent) - Method in class com.ehealthsystem.healthInformation.HealthInformationController
-
deletes a users health problem (a row) in the Tableview
- handleDeselectAllButton(ActionEvent) - Method in class com.ehealthsystem.appointment.AppointmentHealthController
-
deselects all the checkboxes/health information in the grid pane
- handleEdit() - Method in class com.ehealthsystem.admin.AdminController
-
Add the Event Handler for dynamically for the columns
- handleEditAppointmentButton(ActionEvent) - Method in class com.ehealthsystem.appointment.AppointmentMadeController
-
Switch to edit appointment scene when button is pressed
- handleEditButton(ActionEvent) - Method in class com.ehealthsystem.primary.PrimaryController
-
Switch to the edit of the users account information when button is pressed
- handleEmail(KeyEvent) - Method in class com.ehealthsystem.registration.RegistrationController
-
Method called when Key is pressed and Email Textbox is selected.
- handleEmailTextField(KeyEvent) - Method in class com.ehealthsystem.primary.PrimaryEditController
-
handle Keyboard input for Email Text Field.
- handleFirstName(KeyEvent) - Method in class com.ehealthsystem.registration.RegistrationController
-
Method called when Key is pressed and First Name Textbox is selected.
- handleGenderChoice(ActionEvent) - Method in class com.ehealthsystem.registration.RegistrationController
-
Method to handle the proper functioning of the radio buttons for gender selection
- handleHealthInformation(ActionEvent) - Method in class com.ehealthsystem.primary.PrimaryController
-
Switch the scene to the management of the health information when the menu item is pressed
- handleInsuranceName(KeyEvent) - Method in class com.ehealthsystem.registration.RegistrationController
-
Method called when the insurance name is typed in.
- handleLastName(KeyEvent) - Method in class com.ehealthsystem.registration.RegistrationController
-
Method called when Key is pressed and Last Name Textbox is selected.
- handleLoginButton(ActionEvent) - Method in class com.ehealthsystem.login.LoginController
-
Method called when Login Button is pressed.
- handleLoginButton(ActionEvent) - Method in class com.ehealthsystem.MainController
-
Handle event when login button is pressed.
- handleLogout(ActionEvent) - Method in class com.ehealthsystem.admin.AdminController
-
logs the admin out
- handleLogout(ActionEvent) - Method in class com.ehealthsystem.primary.PrimaryController
-
Call the logout method of the Session class to log out the user when the logout menu item is pressed
- handleMakeAppointmentButton(ActionEvent) - Method in class com.ehealthsystem.doctor.FoundDoctorFullController
-
method to handle the event when trying to make an appointment
- handleMakeAppointmentButton(ActionEvent) - Method in class com.ehealthsystem.primary.PrimaryController
-
Method executed when one of the make appointment Buttons are pressed.
- handleNewPassword(KeyEvent) - Method in class com.ehealthsystem.primary.PrimaryEditController
-
Checks if new password is correct while typing
- handleNumber(KeyEvent) - Method in class com.ehealthsystem.registration.RegistrationController
-
Method called when Key is pressed and Number Textbox is selected.
- handleOldPassword(KeyEvent) - Method in class com.ehealthsystem.primary.PrimaryEditController
-
Check if old password is correct
- handlePassword(KeyEvent) - Method in class com.ehealthsystem.registration.RegistrationController
-
Method called when Key is pressed and Password PasswordField is selected.
- handlepdfButton(ActionEvent) - Method in class com.ehealthsystem.primary.PrimaryController
-
Handle the pdf generation menu item and opens the file chooser if it is pressed
- handleRegistrationButton(ActionEvent) - Method in class com.ehealthsystem.MainController
-
Handle event when registration button is pressed Used to switch to the registration scene.
- handleRegistrationButton(ActionEvent) - Method in class com.ehealthsystem.registration.RegistrationController
-
Method called when Button is pressed.
- handleRegistrationButton(ActionEvent) - Method in class com.ehealthsystem.registration.RegistrationValidationController
-
Scene switch, if validation was successful, to the primary scene
- handleRegistrationLabel(MouseEvent) - Method in class com.ehealthsystem.login.LoginController
-
Method called to switch scene to registration form.
- handleRepeatPassword(KeyEvent) - Method in class com.ehealthsystem.registration.RegistrationController
-
Method called when Key is pressed and Repeated Password PasswordField is selected.
- handleResendLabel(MouseEvent) - Method in class com.ehealthsystem.registration.RegistrationValidationController
-
If the Label is pressed a new code is sent to the user
- handleSaveButton(ActionEvent) - Method in class com.ehealthsystem.primary.PrimaryEditController
-
Method called when save button is pressed.
- handleSelectAllButton(ActionEvent) - Method in class com.ehealthsystem.appointment.AppointmentHealthController
-
select all the checkboxes/health information in the grid pane
- handleShiftAppointmentButton(ActionEvent) - Method in class com.ehealthsystem.appointment.AppointmentShiftController
-
Shift the appointment when the button was pressed
- handleShowMoreButton(ActionEvent) - Method in class com.ehealthsystem.appointment.AppointmentController
-
Event Handler to switch to the doctor scene to make an appointment
- handleShowMoreButton(ActionEvent) - Method in class com.ehealthsystem.doctor.FoundDoctorController
-
Load the scene that shows detailed information for the selected doctor
- handleStreet(KeyEvent) - Method in class com.ehealthsystem.registration.RegistrationController
-
Method called when Key is pressed and Street Textbox is selected.
- handleTimeButton(Label, Button) - Method in class com.ehealthsystem.appointment.ScheduleLoader
-
Sets up a clickable button that handles the click on an appointment time
- handleUsername(KeyEvent) - Method in class com.ehealthsystem.registration.RegistrationController
-
Method called when Key is pressed and Username Textbox is selected.
- handleZip(KeyEvent) - Method in class com.ehealthsystem.registration.RegistrationController
-
Method called when Key is pressed and Zip Textbox is selected.
- HasAddress - Interface in com.ehealthsystem.tools
-
Implemented by every entity that has an address.
- hashPassword(String) - Static method in class com.ehealthsystem.database.Database
-
Helper method to generate a password's hash
- Haversine - Class in com.ehealthsystem.map
- Haversine() - Constructor for class com.ehealthsystem.map.Haversine
- healthChoiceBox - Variable in class com.ehealthsystem.healthInformation.HealthInformationController
- healthGridPane - Variable in class com.ehealthsystem.appointment.AppointmentHealthController
-
attributes with a fx:id of the view
- healthInformation - Variable in class com.ehealthsystem.appointment.AppointmentInCreation
- HealthInformation - Class in com.ehealthsystem.healthInformation
-
Represents the health information of a user
- HealthInformation(String, String, String) - Constructor for class com.ehealthsystem.healthInformation.HealthInformation
-
set the attributes when creating a new object
- HealthInformationController - Class in com.ehealthsystem.healthInformation
-
managed the deleting and creation of the user health information
- HealthInformationController() - Constructor for class com.ehealthsystem.healthInformation.HealthInformationController
- healthInformationsMatch(HealthInformation, HealthInformation) - Method in class com.ehealthsystem.appointment.AppointmentHealthController
- HealthInformationTableView - Class in com.ehealthsystem.healthInformation
-
Health information in a stored in an observable format
- HealthInformationTableView(String, String) - Constructor for class com.ehealthsystem.healthInformation.HealthInformationTableView
-
set ICD and health problem when creating an object
- healthProblem - Variable in class com.ehealthsystem.appointment.AppointmentInCreation
- healthProblem - Variable in class com.ehealthsystem.healthInformation.HealthInformationController
- healthProblem - Variable in class com.ehealthsystem.healthInformation.HealthInformationTableView
- healthProblemChoice - Variable in class com.ehealthsystem.appointment.AppointmentInCreation
- healthProblemChoiceBox - Variable in class com.ehealthsystem.appointment.AppointmentInformationController
- healthProblemDescription - Variable in class com.ehealthsystem.appointment.Appointment
- healthProblemField - Variable in class com.ehealthsystem.appointment.AppointmentInformationController
- healthProblemLabel - Variable in class com.ehealthsystem.appointment.AppointmentMadeController
- healthProblemLabel - Variable in class com.ehealthsystem.appointment.AppointmentShiftController
- healthTableView - Variable in class com.ehealthsystem.healthInformation.HealthInformationController
-
all attributes with a fx:id assigned in the view
- hideError(TextField) - Method in class com.ehealthsystem.registration.RegistrationController
-
Hide an error on a field.
- houseNo - Variable in class com.ehealthsystem.admin.AdminController
- houseNo - Variable in class com.ehealthsystem.admin.UserTableView
-
All the attributes a user can have.
- houseNo - Variable in class com.ehealthsystem.user.User
-
Attributes of the user.
- houseNoLabel - Variable in class com.ehealthsystem.primary.PrimaryController
- houseNoTextField - Variable in class com.ehealthsystem.primary.PrimaryEditController
- houseNumberLabel - Variable in class com.ehealthsystem.appointment.AppointmentUserController
All Classes and Interfaces|All Packages|Constant Field Values