Uses of Class
com.ehealthsystem.healthInformation.HealthInformation
Packages that use HealthInformation
-
Uses of HealthInformation in com.ehealthsystem.appointment
Fields in com.ehealthsystem.appointment with type parameters of type HealthInformationModifier and TypeFieldDescriptionprivate ArrayList<HealthInformation>AppointmentHealthController.allHealthInformationstores all the from the database loaded health informationprivate ArrayList<HealthInformation>AppointmentInCreation.healthInformationprivate ArrayList<HealthInformation>AppointmentHealthController.selectedHealthInformationstores all from the user selected health informaitonMethods in com.ehealthsystem.appointment that return types with arguments of type HealthInformationModifier and TypeMethodDescriptionAppointmentInCreation.getHealthInformation()Returns the health information of the user as a List.Methods in com.ehealthsystem.appointment with parameters of type HealthInformationModifier and TypeMethodDescriptionprivate voidAppointmentHealthController.handleCheckBox(javafx.scene.control.CheckBox selection, HealthInformation selectedRow, int row) dynamically added eventhandler for checkboxprivate booleanAppointmentHealthController.healthInformationsMatch(HealthInformation a, HealthInformation b) private voidAppointmentHealthController.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 voidAppointmentHealthController.removeMatchingHealthInformation(HealthInformation c) Compare the data instead of the object because the object is a different one when switching scenesMethod parameters in com.ehealthsystem.appointment with type arguments of type HealthInformationModifier and TypeMethodDescriptionprivate voidAppointmentHealthController.fillHealthTable(ArrayList<HealthInformation> allHealthInformation) fill the grid pane with the loaded health informationvoidAppointmentInCreation.setHealthInformation(ArrayList<HealthInformation> healthInformation) Sets the health information of a user. -
Uses of HealthInformation in com.ehealthsystem.database
Methods in com.ehealthsystem.database that return types with arguments of type HealthInformationModifier and TypeMethodDescriptionstatic ArrayList<HealthInformation>Database.getHealthInformation(String email) Get health statuses of a user