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.
"AuShadha Dependency Changes:
..."
posted by Easwar on AuShadha 2 weeks 1 day
"The source code of the program is not available. I understand FlOSS..."
posted by Josh on Clinic Management System (CMS) 1 month 1 week
"Follow AuShadha on Twitter: @aushadha_emr"
posted by Easwar on AuShadha 1 month 1 week
"Wonderfull package that we're using since a couple of weeks in our..."
posted by Jeremy Jokunda on OpenClinic GA 1 month 3 weeks
"AuShadha EMR project has now a dedicated AuShadha 3 months 9 hours
GNUmed (9 comments)
Clinic Management System (CMS) (8 comments)
NHapi (7 comments)
PatientOS (6 comments)
Kanteron Systems, S.L. (6 comments)
AuShadha (5 comments)
OpenEMR (4 comments)
Comments
Dr.Easwar T.R
Tue, 2013/01/01 - 19:20
Permalink
New refactored UI on the way
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
Dr. Easwar T .R
Wed, 2013/01/02 - 11:12
Permalink
Hosted Live Demo for AuShadha
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
dreaswar
Thu, 2013/03/21 - 16:36
Permalink
AuShadha EMR project has now
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
Easwar
Thu, 2013/05/09 - 05:22
Permalink
Follow AuShadha on Twitter:
Follow AuShadha on Twitter: @aushadha_emr
Easwar
Tue, 2013/06/04 - 10:13
Permalink
AuShadha Dependency Changes:
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,