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.Exceptionvoid createNote(Note note) throws java.lang.Exception
java.lang.ExceptionNote getNote(java.lang.Integer noteId) throws java.lang.Exception
java.lang.Exceptionvoid updateNote(Note note) throws java.lang.Exception
java.lang.ExceptionCopyright © 2018 OpenMRS Inc.. All Rights Reserved.