public class MedicalHistoryController extends AgentController
Constructor and Description |
---|
MedicalHistoryController() |
Modifier and Type | Method and Description |
---|---|
void |
closeDialog()
Close the dialog without saving the data
|
void |
refreshMedHistoryData(MedicalHistory model)
Write all changes into the Model
|
void |
save()
Saves all changes and update it to the Database
|
boolean |
setupAgent()
Method which is called every time the Agent is initialized
|
addChild, getParent, receiveMessage, removeCildren, setParent
public boolean setupAgent()
setupAgent
in class AgentController
public void closeDialog()
public void refreshMedHistoryData(MedicalHistory model)
model
- the model which should be writtenpublic void save()