Class NoteController
java.lang.Object
com.oc_p9.note_service.controller.NoteController
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<NoteDTO>
getNotesByPatientId
(int patId)
-
Field Details
-
noteService
-
noteMapper
-
-
Constructor Details
-
NoteController
public NoteController()
-
-
Method Details
-
getAllNotes
-
getNotesByPatientId
-
addNote
-