AuShadha

Rating: 
Your rating: None Average: 4.1 (14 votes)

License:

Language:

Client type:

Platform:

Programming language/toolkit:

Ohloh® Factoids: 

Project description: 

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. Because its developed with Django, it supports whatever database Django supports.

AuShadha code is licensed under GNU-GPL Version 3. Django, Dojo, Icons and other thrid party modules are licensed as per their authors.

Related project(s): 
 

Comments

New refactored UI on the way to Version 1 of the AuShadha Open Source EMR Project is getting ready. Check the screenshots at my Blog
Thanks,
Dr.Easwar TR
http://dreaswar.com

Hosted Live Demo for AuShadha Electronic Medical Records Project

Finally my Open Source Electronic Medical Records using Django, Python, and Dojo has a hosted Live Demo.

This features the ‘master’ branch from Github.
Issues:

Initial screen load takes some times with un-styled display.
This will be fixed later.
Please take it as a prototype and explore and let me know.
Physical Examinations and Admissions management has not been integrated, will do it soon

Login as below:

username : demo_user
password : demopassword

URL: Demo Server

Please leave your comments at my Blog .

Thanks,

Dr. Easwar T.R
http://www.dreaswar.com

AuShadha EMR project has now a dedicated Website with integrated wiki, forum, blog and link to the live demo

Dr. Easwar T.R MBBS, DNB(Orth.), MNAMS
Consultant Paediatric Orthopaedic & Spine Surgeon
http://www.dreaswar.com

Follow AuShadha on Twitter: @aushadha_emr

AuShadha Dependency Changes:
========================

This is to infrom that AuShadha dependency list has changed. This has been necessitated to ensure compatibility with Django 1.5.1 and xhtml2pdf.pisa packages along with upgrades to ReportLab, PIL, South.

Anybody wanting to test out code in the "visit_experimental" branch need to setup a Python virtualenv and run the following from the AuShadha code main directory

/bin/pip install --upgrade -r /docs/REQUIREMENTS.txt

This will upgrade and install the latest packages. Once done you can run the server as usual.

Thanks,