Class HealthInformationTableView

java.lang.Object
com.ehealthsystem.healthInformation.HealthInformationTableView

public class HealthInformationTableView extends Object
Health information in a stored in an observable format
  • Field Details

    • ICD

      private javafx.beans.property.SimpleStringProperty ICD
    • healthProblem

      private javafx.beans.property.SimpleStringProperty healthProblem
  • Constructor Details

    • HealthInformationTableView

      public HealthInformationTableView(String ICD, String healthProblem)
      set ICD and health problem when creating an object
      Parameters:
      ICD -
      healthProblem -
  • Method Details

    • setICD

      public void setICD(String ICD)
      set the ICD
      Parameters:
      ICD -
    • setHealthProblem

      public void setHealthProblem(String healthProblem)
      set the health problem
      Parameters:
      healthProblem -
    • getICD

      public String getICD()
      return the ICD
      Returns:
    • getHealthProblem

      public String getHealthProblem()
      return the health problem
      Returns: