Class HealthInformationTableView
java.lang.Object
com.ehealthsystem.healthInformation.HealthInformationTableView
Health information in a stored in an observable format
-
Field Summary
Modifier and TypeFieldDescriptionprivate javafx.beans.property.SimpleStringProperty
private javafx.beans.property.SimpleStringProperty
-
Constructor Summary
ConstructorDescriptionHealthInformationTableView
(String ICD, String healthProblem) set ICD and health problem when creating an object -
Method Summary
Modifier and TypeMethodDescriptionreturn the health problemgetICD()
return the ICDvoid
setHealthProblem
(String healthProblem) set the health problemvoid
set the ICD
-
Field Details
-
ICD
private javafx.beans.property.SimpleStringProperty ICD -
healthProblem
private javafx.beans.property.SimpleStringProperty healthProblem
-
-
Constructor Details
-
HealthInformationTableView
set ICD and health problem when creating an object- Parameters:
ICD
-healthProblem
-
-
-
Method Details
-
setICD
set the ICD- Parameters:
ICD
-
-
setHealthProblem
set the health problem- Parameters:
healthProblem
-
-
getICD
return the ICD- Returns:
-
getHealthProblem
return the health problem- Returns:
-