Class UpdateConditionsDTO

java.lang.Object
org.cswteams.ms3.dto.condition.UpdateConditionsDTO

public class UpdateConditionsDTO extends Object
DTO used from server to client to send new conditions for a doctor
  • Constructor Details

    • UpdateConditionsDTO

      public UpdateConditionsDTO(Long doctorID, UpdateConditionsDTO.GenericCondition condition)
      Parameters:
      doctorID - Id of the doctor we want to update
      condition - Set of conditions we want to update our doctor state with