Interface NoteFeignClient


@FeignClient("notes") public interface NoteFeignClient
  • Method Details

    • getNoteByPatientId

      @GetMapping("/notes/{patId}") org.springframework.http.ResponseEntity<SuccessResponse<List<NoteDto>>> getNoteByPatientId(@PathVariable Long patId, @RequestHeader("medilabo-solutions-correlation-id") String correlationId)