Class DoctorSpecializationDTO

java.lang.Object
org.cswteams.ms3.dto.specialization.DoctorSpecializationDTO

public class DoctorSpecializationDTO extends Object
  • Constructor Details

    • DoctorSpecializationDTO

      public DoctorSpecializationDTO(Long doctorID, Set<String> specialization)
      This DTO brings the information to the backend needed to delete the specialization of a doctor
      Parameters:
      doctorID - The ID with which the doctor is identified in the DB
      specialization - The set of strings representing the specialization