AuShadha (औषध): Means medicine in Sanskrit.
This is a Open Source Electornic Medical Records (EMR) & Public Health Management System for Small Clinics.
It might be even suited for speciality medical practice after some customisation.
It is developed with Python, Django and Dojo
For Development the code uses sqlite3 database, but with Django DB backend we can extend this to any database ( PostgresSQL is preferred ).
AuShadha code is licensed under GNU-GPL Version 3. Django, Dojo, Icons and other thrid party modules are licensed as per their authors. This should be honoured.
There are many great Open Source EMR and Clinic Management projects, but most of them have very poor front ends.
As in life, beauty and usability are key in medical practice.
It is natural that more visually appealing it is more you want to use it.
AuShadha will strive to achieve a balance between back and front end design.
To achieve that aim Django and Dojo has been chosen.
AuShadha is designed by me, a Medical Doctor in association with other Developers, so usability and practicability will always be foremost.
AuShadha benefits from inputs, feature requests from my medical colleagues as the development progresses.
-
For AuShadha requirements please refer to REQUIREMENTS.txt in docs/
-
AuShadha has been tested and developed with Python 2.7, Django 1.4.1 and Dojo 1.7.2 in Linux. It should work as long as dependencies are satisfied.
-
Ideally create a Python Virtual Environment. If virtualenv is not installed, please run in Debian systems
sudo easy_install virtualenv
-
After installing virtualenv, Create a Python Virtual Environment
virtualenv python_env
-
Change the working directory to the virtualenv folder
cd python_env
and activate itsource bin/activate
-
With Python pip installed, run
pip install -f ../docs/REQUIREMENTS.txt
if you are in python_env directory . This will install all the necessary dependencies you need.
You may need to install Python development libraries if you are on Linux. Required to compile PIL.
$ apt-get install python-dev #in debian systems.
$ yum install python-devel #in Redhat-like systems.
-
cd into src/AuShadha directory
cd src/AuShadha
-
run
python manage.py runserver
-
Use your browser to navigate to http://localhost:8000/AuShadha/ . You will be greeted with a login page. Use username = admin, password = admin for a trial run.
-
Please read the issues, license before using. Currently AuShadha is under active development and is not fit in anyway for real world use.
-
AuShadha_logo : Contains the logo, with SVG and .png file along with License.
-
docs : Contains the Requirements.txt, License.txt
-
src : Project Source Code, Media files(Icons,Images, File uploads), Javscript (custom and Dojo)
-
README.md
-
LICENSE.txt
- I plan to develop the Clinic, Patient, Physician, Nurse modules first.
- Visit Module will be next followed by Clinical Exam, Investigations, Procedure, Discharge, Prescription
- Stock and Pharmacy will follow.
- Allergy and Incident Reports next
- Admission Module will follow.
- Specific public health modules like Paediatrics, Neonatology, Gynaecology/ Obstetrics will be last as by then the interdependencies will be solved
Suggestions and participation are welcome.
Please email me at [email protected]
Visit me at http://www.dreaswar.com
Follow me at http://www.twitter.com/dreaswar/
Follow the Project news at http://www.facebook.com/AuShadha/