Hi everyone,
Here's the latest update on Usbong.
Tasks accomplished:
- Before, the following two items were automatically performed once the end of the tree has been reached.
Now, the tree grower has to explicitly include a task-node that does the said tasks.
- sendToWebServer task-node = OK (answerable by Yes or No)
<task-node name="sendToWebServer~Send data to web server?"><transition to="endstate" name="Any"></transition></task-node>--> the destination URL is based on Main Menu -> Settings
- sendToCloudBasedService task-node = OK (answerable by Yes or No)
--> e.g. gmail, g+, twitter, facebook
<task-node name="sendToCloudBasedService~Send data to cloud-based service?"> <transition to="endstate" name="Any"></transition></task-node>
- fixed: destination URL sdcard update
- Usbong + OpenMRS integration = OK
--> OpenMRS (version 1.9.0)
Steps:1) collect patient data using Android device--> refer to usbong_openmrs.xml--> mobileSideOct22,2012.png2) send via WIFI to usbong server (XAMPP or LAMP)--> phpMyAdminOct22,2012.png3) transfer data from usbong db to OpenMRS db via standalone java app.--> patientSearchOpenMRSOct22,2012.png
I've already uploaded the latest .apk to Google Play.
You should be able to download it within 24hrs.
Feel free to let me know if there's anything unclear.
Cheerio,
Mike