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