Class MedicalServiceCreationDTO
java.lang.Object
org.cswteams.ms3.dto.medicalservice.MedicalServiceCreationDTO
This DTO is different wrt
MedicalServiceDTO: task types are here passed
by a list of String rather than a list of Task.
Strings will be properly adapted to Task object somewhere else.
It makes easier the creation of new medical services.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MedicalServiceCreationDTO
-
MedicalServiceCreationDTO
public MedicalServiceCreationDTO()
-