Uses of Class
com.MedilaboSolutions.assessment.dto.SuccessResponse
Packages that use SuccessResponse
Package
Description
-
Uses of SuccessResponse in com.MedilaboSolutions.assessment.controller
Methods in com.MedilaboSolutions.assessment.controller that return types with arguments of type SuccessResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<SuccessResponse<AssessmentDto>> AssessmentController.getAssessmentByPatientId
(String correlationId, Long patId) -
Uses of SuccessResponse in com.MedilaboSolutions.assessment.service.client
Methods in com.MedilaboSolutions.assessment.service.client that return types with arguments of type SuccessResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<SuccessResponse<List<NoteDto>>> NoteFeignClient.getNoteByPatientId
(Long patId, String correlationId) org.springframework.http.ResponseEntity
<SuccessResponse<PatientDto>> PatientFeignClient.getPatientById
(Long id, String correlationId)