Class MedicalServiceCreationDTO

java.lang.Object
org.cswteams.ms3.dto.medicalservice.MedicalServiceCreationDTO

public class MedicalServiceCreationDTO extends Object
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 Details

    • MedicalServiceCreationDTO

      public MedicalServiceCreationDTO(String name, List<String> taskTypes)
    • MedicalServiceCreationDTO

      public MedicalServiceCreationDTO()