Uses of Class
com.MedilaboSolutions.patient.dto.PatientRequestDto
Packages that use PatientRequestDto
Package
Description
-
Uses of PatientRequestDto in com.MedilaboSolutions.patient.controller
Methods in com.MedilaboSolutions.patient.controller with parameters of type PatientRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<SuccessResponse<PatientDto>> PatientController.createPatient
(@Valid PatientRequestDto patientDto) org.springframework.http.ResponseEntity
<SuccessResponse<PatientDto>> PatientController.updatePatient
(Long id, @Valid PatientRequestDto patientDto) -
Uses of PatientRequestDto in com.MedilaboSolutions.patient.mapper
Methods in com.MedilaboSolutions.patient.mapper with parameters of type PatientRequestDto -
Uses of PatientRequestDto in com.MedilaboSolutions.patient.service
Methods in com.MedilaboSolutions.patient.service with parameters of type PatientRequestDtoModifier and TypeMethodDescriptionPatientService.create
(PatientRequestDto patientDto) PatientService.update
(long id, PatientRequestDto patientDto)