AuShadha Documentation



Similar documents
Koalix ERP. Release 0.2

Memopol Documentation

Python and Google App Engine

OpenGeo Suite for Linux Release 3.0

depl Documentation Release depl contributors

Tuskar UI Documentation

Written by Wirabumi Software Sunday, 30 December :27 - Last Updated Thursday, 03 January :52

Net/FSE Installation Guide v1.0.1, 1/21/2008

Ettema Lab Information Management System Documentation

Installation Guide. Copyright (c) 2015 The OpenNMS Group, Inc. OpenNMS SNAPSHOT Last updated :19:20 EDT

DevKey Documentation. Release 0.1. Colm O Connor

MyMoney Documentation

Google Trusted Stores Setup in Magento

Lucid Key Server v2 Installation Documentation.

Rapid Website Deployment With Django, Heroku & New Relic

Magento OpenERP Integration Documentation

ConcourseSuite 7.0. Installation, Setup, Maintenance, and Upgrade

Nupic Web Application development

django-cron Documentation

Smarter Balanced Reporting (RFP 15) Developer Guide

Installation Guide. Help Desk Manager. Version v12.1.0

Content Management System

ALERT installation setup

Document From MAXIMUM BUSINESS INFORMATION TECHNOLOGY ON A. OwnCloud User Manual. TO I Cafe`

Django on AppEngine Documentation

Partek Flow Installation Guide

E-LEARNING STUDENT S MANUAL

DraganFly Guardian: API Instillation Instructions

Using Internet or Windows Explorer to Upload Your Site

Lab 0: Preparing your laptop for the course OS X

Installing an open source version of MateCat

What you will need before beginning this guide

INSTALLATION GUIDE El Jefe 2.1 Document version: June 2014

Expresso Quick Install

2. Boot using the Debian Net Install cd and when prompted to continue type "linux26", this will load the 2.6 kernel

Source Code Management for Continuous Integration and Deployment. Version 1.0 DO NOT DISTRIBUTE

1. Product Information

Extending Remote Desktop for Large Installations. Distributed Package Installs

Django FTP Deploy Documentation

Laboration 3 - Administration

Cassandra Installation over Ubuntu 1. Installing VMware player:

LedgerSMB on Mac OS X An Installation Guide

Platform as a Service and Container Clouds

Step by Step. Use the Cloud Login Website

Django FTP server Documentation

INUVIKA OVD INSTALLING INUVIKA OVD ON UBUNTU (TRUSTY TAHR)

Compiere 3.2 Installation Instructions Windows System - Oracle Database

Pyak47 - Performance Test Framework. Release 1.2.1

Desktop : Ubuntu Desktop, Ubuntu Desktop Server : RedHat EL 5, RedHat EL 6, Ubuntu Server, Ubuntu Server, CentOS 5, CentOS 6

IIS, FTP Server and Windows

Installing SQL-Ledger on Windows

i5k_doc Documentation

Creating a DUO MFA Service in AWS

What is WS_FTP Server Web Transfer Module?...1 System Requirements...2. What is WS_FTP Server Web Transfer Module?

Online Backup Client User Manual

IMPLEMENTATION OF CIPA - PUDUCHERRY UT SERVER MANAGEMENT. Client/Server Installation Notes - Prepared by NIC, Puducherry UT.

Trytond Magento Documentation

Introweb Remote Backup Client for Mac OS X User Manual. Version 3.20

ULTEO OPEN VIRTUAL DESKTOP UBUNTU (PRECISE PANGOLIN) SUPPORT

Quick Start Guide oscommerce: Guidelines for installation and setup. Why oscommerce?

Ansible. Configuration management tool and ad hoc solution. Marcel Nijenhof

E-Learning User Manual

Online Backup Client User Manual Linux

latest Release 0.2.6

NSave Table of Contents

Python DNS Failover Documentation

Using the IPMI interface

Installation Guidelines (MySQL database & Archivists Toolkit client)

MultiValue Dashboard. Installation Guide

RecoveryVault Express Client User Manual

Upgrading Redwood Engine Software. Version 2.0.x to 3.1.0

TAO Installation Guide v0.1. September 2012

Instructions for Accessing the Advanced Computing Facility Supercomputing Cluster at the University of Kansas

Compiere ERP & CRM Installation Instructions Windows System - EnterpriseDB

Livezilla How to Install on Shared Hosting By: Jon Manning

SETTING UP A LAMP SERVER REMOTELY

How to Install Multicraft on a VPS or Dedicated Server (Ubuntu bit)

If you examine a typical data exchange on the command connection between an FTP client and server, it would probably look something like this:

Online Backup Linux Client User Manual

Creating Your Own TinyWeb Database. Ball State University - CS116 - Ashley Swartz

Online Backup Client User Manual

NaviCell Data Visualization Python API

Open Object Installation Manuals

IBM Cloud Manager with OpenStack

CloudBerry Dedup Server

Rebuild Perfume With Python and PyPI

Installation & Upgrade Guide

Installation Guide. Research Computing Team V1.9 RESTRICTED

Phase Documentation. Release 0.1. ChangeToMyName

Department of Engineering Science. Understanding FTP

A SHORT INTRODUCTION TO DUPLICITY WITH CLOUD OBJECT STORAGE. Version

SFTP Server User Login Instructions. Open Internet explorer and enter the following url:

Sisense. Product Highlights.

1. Install a Virtual Machine Download Ubuntu Ubuntu LTS Create a New Virtual Machine... 2

Postgres Enterprise Manager Installation Guide

VPN: Virtual Private Network Setup Instructions

Transcription:

AuShadha Documentation Release 0.1 Dr. Easwar T.R and others (see credits) October 17, 2015

Contents 1 Introduction to AuShadha Project 3 1.1 AuShadha (): Means medicine in Sanskrit................................ 3 1.2 License.................................................. 3 1.3 Aims................................................... 3 1.4 How to Test................................................ 3 1.5 Project Structure............................................. 4 1.6 Plan.................................................... 4 1.7 Pluggable Modules under Developement................................ 5 1.8 Pluggable Modules Planned....................................... 5 1.9 For Developers.............................................. 5 1.10 Repository:................................................ 5 2 Setup the PostgreSQL database for your OS 7 3 Creating and AuShadha PostgreSQL database 9 4 Installation of AuShadha 11 4.1 How to Test................................................ 11 5 DEPENDENCIES 13 5.1 Comments on Dependencies....................................... 13 6 AuShadha-Core 15 7 AuShadha-Stock Version 17 8 AuShadha-Pluggables 19 9 Resources & Links 21 9.1 For Developers.............................................. 21 9.2 Google Groups.............................................. 21 9.3 Project Website & Blog......................................... 21 9.4 Facebook Page.............................................. 21 9.5 Twitter Handle.............................................. 21 9.6 Documentation.............................................. 21 9.7 Repositories............................................... 22 10 Indices and tables 23 i

ii

AuShadha Documentation, Release 0.1 Contents: Contents 1

AuShadha Documentation, Release 0.1 2 Contents

CHAPTER 1 Introduction to AuShadha Project 1.1 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. Deployment will use PostgreSQL. 1.2 License 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. 1.3 Aims 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. 1.4 How to Test 1. For AuShadha requirements please refer to REQUIREMENTS.txt in docs/ 2. AuShadha has been tested and developed with Python 2.7, Django 1.6x and Dojo 1.8x in Linux. It should work as long as dependencies are satisfied. 3. Ideally create a Python Virtual Environment. If virtualenv is not installed, please run in Debian systems sudo easy_install virtualenv 4. After installing virtualenv, Create a Python Virtual Environment virtualenv python_env 5. Change the working directory to the virtualenv folder cd python_env and activate it source bin/activate 6. With Python pip installed, run pip install -r../docs/requirements.txt if you are in python_env directory. This will install all the necessary dependencies you need. 3

AuShadha Documentation, Release 0.1 You may need to install Python development libraries if you are on Linux. $ apt-get install python-dev #in debian systems. $ yum install python-devel #in Redhat-like systems. 7. cd into src/aushadha directory cd src/aushadha 8. run python manage.py runserver 9. 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. 10. Please read the issues, license before using. Currently AuShadha is under active development and is not fit in anyway for real world use. 1.5 Project Structure 2. docs : Contains the Requirements.txt, License.txt 3. src : Project Source Code, Media files(icons,images, File uploads), Javscript 4. README.md 5. LICENSE.txt 1.6 Plan AuShadha project is split between AuShadha-stock ( which contains AuShadha-core and some Stock applications) and Au-Pluggable ( the pluggable modules for AuShadha ). User can freely mix and match the modules he wants to create his own AuShadha brew. In other words he is not stuck with what the developer has packaged and is free to repackage it in any way he wants. The AuShadha-core will help him / her create pluggable applications that integrate well into AuShadha, but user is also free to create a completely different Django application. As long as he / she sticks to the Django pluggable practices the application can be easily integrated into AuShadha. Ofcourse if he were to use AuShadha-core s API to develop he can do it more easily. AuShadha-core API is very young, mostly untested. It does not force the developer to re-learn anything that would not be useful outside AuShadha. 1.6.1 Completed Modules 1. AuShadha-core 2. AuShadha-PatientRegistration 3. AuShadha-Contact 4. AuShadha-Phone 5. AuShadha-Guardian 6. AuShadha-Demographics 7. AuShadha-MedicationList 8. AuShadha-AllergyList 9. AuShadha-History 4 Chapter 1. Introduction to AuShadha Project

AuShadha Documentation, Release 0.1 10. AuShadha-OPD_Visit 1.7 Pluggable Modules under Developement currently under development 1. aushadha_demographics_us 2. aushadha_demographics_india 1.8 Pluggable Modules Planned 1. aushadha_obs_and_gyn_india 2. aushadha_immunisation_india 3. aushadha_neonatal_india 1.9 For Developers Suggestions and participation are welcome. Please email me at dreaswar@gmail.com or Google Groups at aushadha@googlegroups.com Visit project website at http://aushadha.org. Follow the Project news at http://www.facebook.com/aushadha/ 1.10 Repository: 1. http://github.com/dreaswar/aushadha 2. http://github.com/dreaswar/au-pluggables 1.7. Pluggable Modules under Developement 5

AuShadha Documentation, Release 0.1 6 Chapter 1. Introduction to AuShadha Project

CHAPTER 2 Setup the PostgreSQL database for your OS Please refer to your OS notes on how to do this. AuShadha has been tested with PostgreSQL Server version 9.3 Once you have installed Postgres server and pgadmin3 client you should be able to run psql from terminal and get a prompt 7

AuShadha Documentation, Release 0.1 8 Chapter 2. Setup the PostgreSQL database for your OS

CHAPTER 3 Creating and AuShadha PostgreSQL database Preferred DB for running AuShadha is PostgreSQL. 1. Set up PG for your OS Please see your OS website for instructions on setting up PG PG should be is setup and accesible from command line as >> psql prompt 2. Set up a System user with same name as the Postgres user Create an OS user with <adduser> command from terminal Create a /home/<user_name> directory for the user and run chown -R <user_name> /home/<user_name> The username used by default for DB and user is aushadha with password of aushadha 3. Create an empty DB and Grant permissions From terminal run the createuser to create and user with username aushadha Run psql to get into the pg command line from the user that is allowed to run psql 4. Run the following CREATE DATABASE aushadha WITH OWNER aushadha; GRANT ALL ON DATABASE aushadha TO <system_os_user> WITH GRANT OPTION; 9

AuShadha Documentation, Release 0.1 10 Chapter 3. Creating and AuShadha PostgreSQL database

CHAPTER 4 Installation of AuShadha 4.1 How to Test 1. For AuShadha requirements please refer to REQUIREMENTS.txt in docs/ 2. AuShadha has been tested and developed with Python 2.7, Django 1.6x and Dojo 1.8x in Linux. It should work as long as dependencies are satisfied. 4.1.1 Creating a Virtual Environment to run: 3. Ideally create a Python Virtual Environment. If virtualenv is not installed, please run in Debian systems sudo easy_install virtualenv 4. After installing virtualenv, Create a Python Virtual Environment virtualenv python_env 5. Change the working directory to the virtualenv folder cd python_env and activate it source bin/activate 4.1.2 Installing Dependencies: 6. With Python pip installed, run pip install -r../docs/requirements.txt if you are in python_env directory. This will install all the necessary dependencies you need. 7. You may need to install Python development libraries if you are on Linux. $ apt-get install python-dev #in debian systems. $ yum install python-devel #in Redhat-like systems. 8. cd into src/aushadha directory cd src/aushadha 4.1.3 Prepare and Download Dojo Javascript Library 9. Latest Dojo Library can be downloaded at : http://dojotoolkit.org/download/ Download the latest Dojo library and extract it into AuShadha/src/AuShadha/AuShadha/media/plugins/dojo/ After extracting the folder structure should be like: dojo/dojo/ dojo/dojox/ dojo/dijit/ AuShadha has been tested with Dojo 1.8.1 11

AuShadha Documentation, Release 0.1 4.1.4 Prepare the database and install the fixtures 9. run $ python manage.py syncdb && python manage.py runserver 4.1.5 See it in action & login 10. 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. 11. Please read the issues, license before using. Currently AuShadha is under active development and is not fit in anyway for real world use. 12 Chapter 4. Installation of AuShadha

CHAPTER 5 DEPENDENCIES 1. Django>=1.5.4 2. Jinja2>=2.7.1 3. MarkupSafe>=0.18 4. PyYAML>=3.10 5. Pygments>=1.6 6. South==0.8.1 7. Sphinx>=1.2b2 8. argparse 9. autopep8 10. docformatter>=0.5.5 11. docutils>=0.11 12. jsbeautifier>=1.4.0 13. pep8>=1.4.6 14. six>=1.3.0 15. untokenize>=0.1 16. wsgiref>=0.1.2 5.1 Comments on Dependencies These dependencies are as of February 13, 2014. Most of it are indirect dependecy of Sphinx, PyYAML. Some of it are not strictly needed like autopep, jsbeautifier. These could be useful for the developer to check and modify the code. All the current dependecies are listed in AuShadha/docs/REQUIREMENTS.txt file. This can be run with pip to install all of them in one go 13

AuShadha Documentation, Release 0.1 14 Chapter 5. DEPENDENCIES

CHAPTER 6 AuShadha-Core 15

AuShadha Documentation, Release 0.1 16 Chapter 6. AuShadha-Core

CHAPTER 7 AuShadha-Stock Version 17

AuShadha Documentation, Release 0.1 18 Chapter 7. AuShadha-Stock Version

CHAPTER 8 AuShadha-Pluggables 19

AuShadha Documentation, Release 0.1 20 Chapter 8. AuShadha-Pluggables

CHAPTER 9 Resources & Links 9.1 For Developers Suggestions and participation are welcome. 9.2 Google Groups aushadha@googlegroups.com 9.3 Project Website & Blog 1. http://aushadha.org 2. http://blog.aushadha.org 9.4 Facebook Page http://www.facebook.com/aushadha/ 9.5 Twitter Handle @aushadha_emr 9.6 Documentation AuShadha is documented on readthedocs using restructuredtext and Sphinx Find the Documentation here: https://readthedocs.org/projects/aushadha/ This documentation applies to the master branch 21

AuShadha Documentation, Release 0.1 9.7 Repositories 1. http://github.com/dreaswar/aushadha The main AuShadha Repository is located here. This houses the AuShadha-core and stock applications. 2. http://github.com/dreaswar/au-pluggables The pluggable application repository is here. This repo has pluggable applications designed to replace / augment existing applications. 22 Chapter 9. Resources & Links

CHAPTER 10 Indices and tables genindex modindex search 23