Class MedicalTechnologyAutomationRequestEvent
java.lang.Object
application.presenter.event.model.automation.request.medicaltechnology.MedicalTechnologyAutomationRequestEvent
- All Implemented Interfaces:
Event<MedicalTechnologyAutomationRequestPayload>
public class MedicalTechnologyAutomationRequestEvent
extends Object
implements Event<MedicalTechnologyAutomationRequestPayload>
Medical Technology Automation request event.
This is the event with which a doctor accept a proposal for the adaptation of the environment
in order to support the usage of a medical technology.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Medical Technology Automation request event key. -
Constructor Summary
ConstructorDescriptionMedicalTechnologyAutomationRequestEvent
(String key, MedicalTechnologyAutomationRequestPayload data, String dateTime) Default constructor. -
Method Summary
-
Field Details
-
MEDICAL_TECHNOLOGY_AUTOMATION_REQUEST_EVENT_KEY
Medical Technology Automation request event key.- See Also:
-
-
Constructor Details
-
MedicalTechnologyAutomationRequestEvent
public MedicalTechnologyAutomationRequestEvent(String key, MedicalTechnologyAutomationRequestPayload data, String dateTime) Default constructor.- Parameters:
key
- the key of the event.data
- the data payload of the event.dateTime
- the datetime of the event.
-
-
Method Details
-
getKey
Description copied from interface:Event
Get the key of the event.- Specified by:
getKey
in interfaceEvent<MedicalTechnologyAutomationRequestPayload>
- Returns:
- the key.
-
getData
Description copied from interface:Event
Get the data payload of the event.- Specified by:
getData
in interfaceEvent<MedicalTechnologyAutomationRequestPayload>
- Returns:
- the data payload.
-
getDateTime
Description copied from interface:Event
Get the date time in string format.- Specified by:
getDateTime
in interfaceEvent<MedicalTechnologyAutomationRequestPayload>
- Returns:
- the string of date time.
-