Archive for the 'openmrs' Category

The World is Flat

Monday, October 26th, 2009

At the IMeCA Meeting in Lima, Peru listening to Hamish present about OpenMRS in English with real-time Spanish translation … and Hamish is in Kigali, Rwanda!  Now that is cool!

Groovy thought

Friday, August 21st, 2009

During some noodling about OpenMRS design issues with Paul, we wanted to look at the most recent version of some of our tables.  Did I open up MySQL?  No sirree!  I have 1.6 dev running on an appliance, so I just opened the Groovy module and ran this script:

/* Let’s make a convenient function for [...]

Active Lists in OpenMRS

Thursday, April 30th, 2009

I took some time this afternoon to brainstorm about active lists w/ Paul…in preparation for an OIP project this summer with Upul.
Fundamentally, we need to add support for allergy lists and problem lists within core OpenMRS.  In the end, we’ll have allergy and problem methods within the Patient Service; however, the pattern of list management [...]

Logic-a-thon Wrap-up

Friday, November 7th, 2008

This was a great hack-a-thon.  We tackled a lot of different issues for the logic service.  Unfortunately, a number of these will require additional effort to be completed.
We knocked out some of the simpler tickets:

Rules tokens need to be case insensitive (#1104)
Encounter datasource expansion (#1105)
Creating an Operand interface (#1106)

We made some decisions (like not moving [...]

OpenMRS Logic-a-thon

Thursday, November 6th, 2008

So far, so good at the OpenMRS! To our surprise, we’re actually getting code written. We’re not sure if it’s because of Tammy’s amazing prep work or because Paul & Hamish couldn’t make it.
Looking forward to tomorrow…

OpenMRS Test-a-Thon

Friday, August 22nd, 2008

As with many of our hackathons, we learned a lot about where we stand… in this case, on unit testing. We worked through a lot of the conventions and methodology to create a pathway to improve our unit testing coverage. We’re embracing at least the method-naming aspects of BDD. I am confident [...]

New server for OpenMRS.org

Sunday, June 8th, 2008

We just migrated to a new server (thanks atomicturtle, bwolfe!).  Writing a quick blog to test the feed aggregator.  Hopefully the website will be a bit faster on the new server.

ReviewBoard for OpenMRS GSoC 2008

Monday, May 5th, 2008

Thanks to the generous folks at Review Board, OpenMRS has the opportunity to try out Review Board for performing code reviews for our GSoC projects.
Students can download post -review (a python script) and submit changes for review simply by issuing the command “post-review” within the root of their local copy.
Mentors can review the [...]

Now anyone can join #openmrs on IRC

Sunday, March 30th, 2008

Thanks to the strong work of the folks at Mibbit.com, you can now join the #openmrs IRC channel directly from the OpenMRS.org website!  Just visit irc.openmrs.org to try it out.

Making a groovy module for OpenMRS

Thursday, December 13th, 2007

No, I’m not smoking anything and I’m not trying to do a Greg Brady impersonation. By “groovy” module…I mean a Groovy module.
Groovy has the potential to bring the fun and rapid prototyping benefits of languages like Ruby to the Java scene. But a big advantage of Groovy is that it’s built [...]