Class MedicalTechnologyAutomationProposalEvent
java.lang.Object
application.presenter.event.model.automation.proposal.MedicalTechnologyAutomationProposalEvent
- All Implemented Interfaces:
Event<MedicalTechnologyAutomationProposalPayload>
public class MedicalTechnologyAutomationProposalEvent
extends Object
implements Event<MedicalTechnologyAutomationProposalPayload>
Medical Technology Automation Proposal event.
This is the event with which this service propose to an Operating Room the automation scenario that supports
the usage of a medical technology.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Medical Technology Automation Proposal event key. -
Constructor Summary
ConstructorDescriptionMedicalTechnologyAutomationProposalEvent
(MedicalTechnologyAutomationProposalPayload data, String dateTime) Default constructor. -
Method Summary
-
Field Details
-
MEDICAL_TECHNOLOGY_AUTOMATION_PROPOSAL_EVENT_KEY
Medical Technology Automation Proposal event key.- See Also:
-
-
Constructor Details
-
MedicalTechnologyAutomationProposalEvent
public MedicalTechnologyAutomationProposalEvent(MedicalTechnologyAutomationProposalPayload data, String dateTime) Default constructor.- Parameters:
data
- the data payload of the event.dateTime
- the date time of the event.
-
-
Method Details
-
getKey
Description copied from interface:Event
Get the key of the event.- Specified by:
getKey
in interfaceEvent<MedicalTechnologyAutomationProposalPayload>
- Returns:
- the key.
-
getData
Description copied from interface:Event
Get the data payload of the event.- Specified by:
getData
in interfaceEvent<MedicalTechnologyAutomationProposalPayload>
- Returns:
- the data payload.
-
getDateTime
Description copied from interface:Event
Get the date time in string format.- Specified by:
getDateTime
in interfaceEvent<MedicalTechnologyAutomationProposalPayload>
- Returns:
- the string of date time.
-