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