JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.medilabo.solutions.assessment.client
Interface NoteServiceClient
@FeignClient(name="note")
public interface
NoteServiceClient
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<
NoteDto
>
getNoteByPatientId
(int patId)
Method Details
getNoteByPatientId
@GetMapping("/api/note/{patId}")
List
<
NoteDto
>
getNoteByPatientId
(@PathVariable("patId") int patId)