Class MedicalTechnologyAutomationRequestPayload

java.lang.Object
application.presenter.event.model.automation.request.medicaltechnology.MedicalTechnologyAutomationRequestPayload

public class MedicalTechnologyAutomationRequestPayload extends Object
  • Constructor Details

    • MedicalTechnologyAutomationRequestPayload

      public MedicalTechnologyAutomationRequestPayload(String roomId, String medicalTechnologyType)
      Default constructor.
      Parameters:
      roomId - the room id in which the automation is requested.
      medicalTechnologyType - the medical technology type for which the automation is requested.
  • Method Details

    • getRoomId

      public String getRoomId()
      Get the room id involved in the event.
      Returns:
      the room id.
    • getMedicalTechnologyType

      public String getMedicalTechnologyType()
      Get the medical technology type name involved in the event.
      Returns:
      the medical technology type name.