Skip to content

HHIMS is a free and open-source software system used to store and retrieve a simple patient medical record. The system was programmed by Lunar Technologies for the ICTA (Information and Communication Technology Agency of the Sri Lankan Government)

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
license.txt
Notifications You must be signed in to change notification settings

tachyon-technologies/HHIMS

 
 

Repository files navigation

HHIMS

Installation of HHIMS Quick guide

  1. Install LAMP on the PC under LINUX *
  2. Clone this repository with all its files to /var/www
  3. Give this directory read privileges: sudo chmod 755 /var/www -R
  4. The repository comes with a demonstration license. If you want the name of your hospital/practice to appear on the reports, apply for a license from hhims.org. This license is free. Copy the license file that you obtain from hhims.org into this directory (/www/).
  5. You have to enter your information into the file: /var/www/application/config/database.php
    At the top of this file there are four define commands that you will need to correct (e-mail is only used for sending out notifications - not essential).

These are:

DATABASE CONNECTION INFORMATIONS

$db['default']['hostname'] = 'localhost:3306';
$db['default']['dbdriver'] = 'mysql';

ENTER THE USER NAME AND PASSWOR DETAILS HERE FOR MYSQL

$db['default']['username'] = '';
$db['default']['password'] = '';
$db['default']['database'] = '';
  1. Open MySQL with the LINUX command: mysql -p
  2. Create a blank database using command: create database hhims;
  3. Give the MySQL command: use hhims;
  4. Give the MySQL command: source /var/www/install/install.sql;
  5. Give the MySQL command: source /var/www/install/data.sql;
  6. Start hhims from your web-browser (we recommend Google's Chrome browser) by entering the URL: 127.0.0.1
  7. To log on to HHIMS as a Programmer (with all privileges) username: demo password: 123
  8. If you want to run in a local area network, give a fixed IP number to the machine with the system on it and simply type that number into the browser on the other machines.
  • We recommend the operating system Ubuntu. Installations are also available for Microsoft Windows and Apple Mac PCs - contact info@hhims.org

Note: The basic distribution does not contain the SNOMED-CT terminology. You may qualify for a copy of the SNOMED-CT terminology for use within Sri Lanka. Make a request to info@hhims.org with a brief statement on how you intend to use it.

For further information, look at our web-site: www.hhims.org

For latest developments, look at our demo-site: http://hhims.mdsfoss.org

About

HHIMS is a free and open-source software system used to store and retrieve a simple patient medical record. The system was programmed by Lunar Technologies for the ICTA (Information and Communication Technology Agency of the Sri Lankan Government)

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
license.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 63.9%
  • JavaScript 31.2%
  • CSS 2.6%
  • TSQL 1.5%
  • Other 0.8%