Class | Description |
---|---|
MedicalHistoryController |
Represents the Controller for the Bottom Level Agent MedicalHistory
This agent is for editing/adding Medical History Entries
|
MedicalHistoryModel |
Represents the Model for the Medical history agent
In this class all necessary data is saved
|
MedicalHistoryView |
Represents the View of the Medical History Agent
Loads the belonging fxml and initialize the view and all other elements
Handles the Events and redirect them to the controller.
|