My spike this week is around setting up an "atom feed" of changes in openmrs. This will allow another system to ping openmrs periodically and know when new data is being entered or edited. (the wiki page for the atomfeed module <https://wiki.openmrs.org/display/docs/Atom+Feed+Module> is but a shell for now)
Executive summary: - The module is just called "event" and we hope to integrate it to core eventually to prevent module devs from having to AOP for messaging - The module registers AOP around the services for now - The module exposes things like "Patient created" "patient updated", "concept deleted", etc - Other modules can register to be notified of these Events using either Spring or a simple java call You can see the longer api calls on the wiki page for the Event module: https://wiki.openmrs.org/display/docs/Event+Module I'd like to spend a few minutes on the design call<https://wiki.openmrs.org/display/RES/Design+Forum>today discussing this, but also feel free to voice ideas/opinions/outrage here as well. Ben _________________________________________ To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to [email protected] with "SIGNOFF openmrs-devel-l" in the body (not the subject) of your e-mail. [mailto:[email protected]?body=SIGNOFF%20openmrs-devel-l]

