Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel

Project: Duplicate RaxaStore Application Tracker

Brief Explanation:  Create an application that compares a JSON files with all existing JSON files in database and compares the similarity between them

Used Technologies: Sencha touch, JavaScript, mySQL, HTML, CSS, Node js, Java

Primary Mentor: Kartik Jain

Secondary Mentor: John Stoecker

Objectives:

Raxa Store will be used to upload database of concepts etc which can be used by them offline in their health center or shared globally with everyone . In order for a person to select few drugs and use it for his own need, he would upload a database of drugs on RaxaStore, but there will be a possibility of plagiarism. To tackle this issue, we need to create an application that compares a JSON file with all existing JSON files and compares the similarity between them based on specific fields .

Getting Started:

Build an application that compares two or more JSON files and gives the approximate percentage of data that is common in both. The application can be in any language preferably javascript. Take an example of a JSON file containing diagnosis of the form

[

{ "label": "Anemia due to Blood Loss","uuid":"ABCD12345678"},

{ "label": "ASTHMA EXACERBATION","uuid":"ABEF12345678"}

]

Panel

Project: Smart Platforms

Brief Explanation: Create a Smart Platform Eco System and integrate with OpenMRS, which will be used to distribute applets

Used Technologies: Sencha touch, JavaScript, mySQL, HTML, CSS

Primary Mentor: Surajit Nundy

Secondary Mentor: Piyush Madan

Objectives:

Familiarise yourself with Sencha Touch, as well as the OpenMRS REST API

Formulate the existing Smart Apps which can be used with OpenMRS and use Raxa Store to distribute such applets from within our app. Create a smart app which can used to generate discharge summary for patients and give the ability to print such reports.

Getting Started:

Install OpenMRS on your system: http://openmrs.org/download/

Add on the OpenMRS REST module: https://wiki.openmrs.org/display/docs/REST+Module

Build a Hello World Smart App using http://smartplatforms.org/ and integrate with Openmrs

...