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
FieldsModifier and TypeFieldDescriptionstatic final StringMedical Technology Automation request event key. -
Constructor Summary
ConstructorsConstructorDescriptionMedicalTechnologyAutomationRequestEvent(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:EventGet the key of the event.- Specified by:
getKeyin interfaceEvent<MedicalTechnologyAutomationRequestPayload>- Returns:
- the key.
-
getData
Description copied from interface:EventGet the data payload of the event.- Specified by:
getDatain interfaceEvent<MedicalTechnologyAutomationRequestPayload>- Returns:
- the data payload.
-
getDateTime
Description copied from interface:EventGet the date time in string format.- Specified by:
getDateTimein interfaceEvent<MedicalTechnologyAutomationRequestPayload>- Returns:
- the string of date time.
-