Class AppointmentController

java.lang.Object
com.ehealthsystem.appointment.AppointmentController

public class AppointmentController extends Object
Class for dynamically adding the doctor information when they are in the set search distance
  • Field Details

    • dateLabel

      javafx.scene.control.Label dateLabel
      attributes with a fx:id of the view
    • timeLabel

      javafx.scene.control.Label timeLabel
    • doctorLabel

      javafx.scene.control.Label doctorLabel
    • showMoreButton

      javafx.scene.control.Button showMoreButton
    • loadedAppointment

      Appointment loadedAppointment
  • Constructor Details

    • AppointmentController

      public AppointmentController()
  • Method Details