public interface NoteService
Modifier and Type | Method and Description |
---|---|
void |
createNote(Note note) |
Note |
getNote(Integer noteId) |
List<Note> |
getNotes(User user) |
void |
updateNote(Note note) |
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.