org.openmrs.notification
Interface NoteService
- All Known Implementing Classes:
- NoteServiceImpl
public interface NoteService
getNotes
java.util.List<Note> getNotes(User user)
throws java.lang.Exception
- Throws:
java.lang.Exception
createNote
void createNote(Note note)
throws java.lang.Exception
- Throws:
java.lang.Exception
getNote
Note getNote(java.lang.Integer noteId)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateNote
void updateNote(Note note)
throws java.lang.Exception
- Throws:
java.lang.Exception
Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change