Class DashboardController
java.lang.Object
com.serinity.consultationcontrol.controller.doctor.DashboardController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgoConsultations(javafx.event.ActionEvent event) voidgoPatients(javafx.event.ActionEvent event) voidgoRdv(javafx.event.ActionEvent event) void
-
Constructor Details
-
DashboardController
public DashboardController()
-
-
Method Details
-
initialize
public void initialize() -
goRdv
public void goRdv(javafx.event.ActionEvent event) -
goConsultations
public void goConsultations(javafx.event.ActionEvent event) -
goPatients
public void goPatients(javafx.event.ActionEvent event)
-