Uses of Class
com.oc_p9.note_service.dto.NoteDTO
Packages that use NoteDTO
-
Uses of NoteDTO in com.oc_p9.note_service.controller
Methods in com.oc_p9.note_service.controller that return types with arguments of type NoteDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<NoteDTO>
NoteController.getAllNotes()
NoteController.getNotesByPatientId
(int patId) Methods in com.oc_p9.note_service.controller with parameters of type NoteDTO -
Uses of NoteDTO in com.oc_p9.note_service.mapper
Methods in com.oc_p9.note_service.mapper that return NoteDTOMethods in com.oc_p9.note_service.mapper with parameters of type NoteDTO