Class DoctorSpecializationDTO
java.lang.Object
org.cswteams.ms3.dto.specialization.DoctorSpecializationDTO
-
Constructor Summary
ConstructorsConstructorDescriptionDoctorSpecializationDTO(Long doctorID, Set<String> specialization) This DTO brings the information to the backend needed to delete the specialization of a doctor -
Method Summary
-
Constructor Details
-
DoctorSpecializationDTO
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 DBspecialization- The set of strings representing the specialization
-