Uses of Class
com.ehealthsystem.healthInformation.HealthInformation
-
Uses of HealthInformation in com.ehealthsystem.appointment
Modifier and TypeFieldDescriptionprivate ArrayList<HealthInformation>
AppointmentHealthController.allHealthInformation
stores all the from the database loaded health informationprivate ArrayList<HealthInformation>
AppointmentInCreation.healthInformation
private ArrayList<HealthInformation>
AppointmentHealthController.selectedHealthInformation
stores all from the user selected health informaitonModifier and TypeMethodDescriptionAppointmentInCreation.getHealthInformation()
Returns the health information of the user as a List.Modifier and TypeMethodDescriptionprivate void
AppointmentHealthController.handleCheckBox
(javafx.scene.control.CheckBox selection, HealthInformation selectedRow, int row) dynamically added eventhandler for checkboxprivate boolean
AppointmentHealthController.healthInformationsMatch
(HealthInformation a, HealthInformation b) private void
AppointmentHealthController.manuallySelect
(javafx.scene.control.CheckBox c, HealthInformation h, boolean selected) if a check box is selected and add the health information to the grid paneprivate void
AppointmentHealthController.removeMatchingHealthInformation
(HealthInformation c) Compare the data instead of the object because the object is a different one when switching scenesModifier and TypeMethodDescriptionprivate void
AppointmentHealthController.fillHealthTable
(ArrayList<HealthInformation> allHealthInformation) fill the grid pane with the loaded health informationvoid
AppointmentInCreation.setHealthInformation
(ArrayList<HealthInformation> healthInformation) Sets the health information of a user. -
Uses of HealthInformation in com.ehealthsystem.database
Modifier and TypeMethodDescriptionstatic ArrayList<HealthInformation>
Database.getHealthInformation
(String email) Get health statuses of a user