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