Class | Description |
---|---|
PatientController |
Represents the Controller for the Bottom Level Agent Patient
This agent is for editing/adding Patients
|
PatientModel |
Represents the Model for the Patient agent
In this class all necessary data is saved
|
PatientView |
Represents the View of the Patient Agent
Loads the belonging fxml and initialize the view and all other elements
Handles the Events and redirect them to the controller.
|