The Raxa JSS EMR is an information management system ("Raxa") designed for and to be initially implemented at the Jan Swasthya Sahyog (JSS), a healthcare non-governmental organization (NGO) working in a largely rural, underserved community in India. Raxa JSS EMR is an OpenMRS based Health Information System.
This project is an open source initiative to enhance care delivery, administration, quality improvement, research and patient access at JSS by digitizing information as it currently flows in its rural hospital and community outreach programs. It is being created using free, open source tools and is available for anyone's usage in India and beyond. For more information, please see our wiki: https://raxaemr.atlassian.net/wiki/display/RAXAJSS/Raxa+JSS+EMR
The project uses HTML5, CSS and JavaScript as the front-end technologies and uses REST webservices provided by OpenMRS. This uses Sencha Touch 2 and Sencha ExtJS 4.1 as the Framework for MVC and UI. This also uses Jasmine 1.1.0 is used for Behavior-Driven Testing.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
#####Using Git 1.Sign up for a GitHub account
3.Create a fork of Raxa-JSS from GitHub Project Page
4.To clone your fork use "git clone git@github.com:(Your GitHub username)/Raxa-JSS.git" in your terminal / Git Bash
To commit code, go to How to Commit Code
#####Using direct download Compressed File
You can check our latest code of Raxa JSS EMR on http://demo.raxa.org
(NOTE: Copy Raxa-JSS folder to ROOT folder of webserver. All paths are written as localhost. Please adjust paths accordingly.)
To view the login screen, navigate to http://localhost/Raxa-JSS/src/
The project tree is set up as follows:
/src
/app -Login Module (Sencha Touch 2.0) for Raxa-JSS EMR
/chw -Community Health Worker Module
/data -Stores the data shared with all other modules
/laboratory -Laboratory module (using Sencha ExtJS 4.1)
/lib -Contains Library files (Sencha ExtJS & Sencha Touch)
/outpatient -Outpatient module (using Sencha Touch 2.0)
/patient-facing -Files for the Patient Module will be stored here
/pharmacy -Pharmacy module (using Sencha Touch 4.1)
/registration -Registration module (using Sencha Touch 2.0)
/registrationextjs4 -Registration module (using Sencha ExtJS 4.1)
/resources -common resources shared with other modules
/common -common xtypes needed on all screens eg. topbar
/css -stores cascading style sheet
/img -stores images needed in all modules
/script -stores scripts needed in various modules
/screener -Screener module (using Sencha Touch 2.0)
/voice -Voice Module files to be added here
/test -Test Module (using Jasmine 1.1.0)
/lib -Contains testing library (Jasmine 1.1.0)
/specs -Test specs of every module goes into corresponding folder
At present, all tests are linked from here: http://localhost/Raxa-JSS/test/run-tests.html