Uses of Class
com.oc_p9.note_service.model.Note
Packages that use Note
Package
Description
-
Uses of Note in com.oc_p9.note_service.mapper
Methods in com.oc_p9.note_service.mapper that return NoteMethods in com.oc_p9.note_service.mapper with parameters of type Note -
Uses of Note in com.oc_p9.note_service.repository
Methods in com.oc_p9.note_service.repository that return types with arguments of type Note -
Uses of Note in com.oc_p9.note_service.service
Methods in com.oc_p9.note_service.service that return NoteModifier and TypeMethodDescriptionEnregistre une nouvelle note ou met à jour une note existante.Methods in com.oc_p9.note_service.service that return types with arguments of type NoteModifier and TypeMethodDescriptionNoteService.findByPatId
(int patId) Trouve toutes les notes d'un patient grâce à son ID.NoteService.getAllNote()
Retourne la liste de toutes les notes.Methods in com.oc_p9.note_service.service with parameters of type Note