Class GetAllConcreteShiftDTO
java.lang.Object
org.cswteams.ms3.dto.concreteshift.GetAllConcreteShiftDTO
Passed from server to client
-
Constructor Summary
ConstructorsConstructorDescriptionGetAllConcreteShiftDTO(Long id, Long shiftID, long startDateTime, long endDateTime, String medicalServiceLabel, String medicalServiceTask, String timeSlot, boolean reperibilitaAttiva) Constructor of the DTO that should be sent to te client so that the view of the schedule may have all the information needed to displayGetAllConcreteShiftDTO(Long id, Long shiftID, long startDateTime, long endDateTime, Set<MedicalDoctorInfoDTO> doctorsOnDuty, Set<MedicalDoctorInfoDTO> doctorsOnCall, Set<MedicalDoctorInfoDTO> doctorsOnRemove, String medicalServiceLabel, String medicalServiceTask, String timeSlot, boolean reperibilitaAttiva) Constructor of the DTO that should be sent to te client so that the view of the schedule may have all the information needed to display -
Method Summary
-
Constructor Details
-
GetAllConcreteShiftDTO
public GetAllConcreteShiftDTO(Long id, Long shiftID, long startDateTime, long endDateTime, Set<MedicalDoctorInfoDTO> doctorsOnDuty, Set<MedicalDoctorInfoDTO> doctorsOnCall, Set<MedicalDoctorInfoDTO> doctorsOnRemove, String medicalServiceLabel, String medicalServiceTask, String timeSlot, boolean reperibilitaAttiva) Constructor of the DTO that should be sent to te client so that the view of the schedule may have all the information needed to display- Parameters:
id- ID of a shiftshiftID- ID of a concrete shiftstartDateTime- Long that represents the starting time of the concrete shiftendDateTime- Long that represents the ending time of the concrete shiftdoctorsOnDuty- Set of doctors which are on duty for that shiftdoctorsOnCall- Set of doctors which are on call for that shiftmedicalServiceLabel- Name of the medical service offered in the specifica concrete shiftmedicalServiceTask- Name of the task service offered in the specifica concrete shifttimeSlot- Moment of the day in which the concrete shift takes place, Morning/Afternoon/Night
-
GetAllConcreteShiftDTO
public GetAllConcreteShiftDTO(Long id, Long shiftID, long startDateTime, long endDateTime, String medicalServiceLabel, String medicalServiceTask, String timeSlot, boolean reperibilitaAttiva) Constructor of the DTO that should be sent to te client so that the view of the schedule may have all the information needed to display- Parameters:
id- ID of a shiftshiftID- ID of a concrete shiftstartDateTime- Long that represents the starting time of the concrete shiftendDateTime- Long that represents the ending time of the concrete shiftmedicalServiceLabel- Name of the medical service offered in the specifica concrete shiftmedicalServiceTask- Name of the task service offered in the specifica concrete shifttimeSlot- Moment of the day in which the concrete shift takes place, Morning/Afternoon/Night
-