Package org.cswteams.ms3.dto.condition
Class UpdateConditionsDTO
java.lang.Object
org.cswteams.ms3.dto.condition.UpdateConditionsDTO
DTO used from server to client to send new conditions for a doctor
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionUpdateConditionsDTO(Long doctorID, UpdateConditionsDTO.GenericCondition condition) -
Method Summary
-
Constructor Details
-
UpdateConditionsDTO
- Parameters:
doctorID- Id of the doctor we want to updatecondition- Set of conditions we want to update our doctor state with
-