Uses of Class
com.MedilaboSolutions.patient.dto.SuccessResponse
Packages that use SuccessResponse
-
Uses of SuccessResponse in com.MedilaboSolutions.patient.controller
Methods in com.MedilaboSolutions.patient.controller that return types with arguments of type SuccessResponseModifier 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)