agnibho / simpleipd

Paperless management system for hospital admitted patients

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

                        SimpleIPD
			=========

SimpleIPD is a web application for paperless management of hospital admitted
patients.

SimpleIPD is written in PHP and Javascript. It uses SQLite databases for storing
data.

The primary motivation behind creating SimpleIPD is to transition to a paperless
system with minimal disruption to the workflow. To this end, SimpleIPD closely
adheres to the natural workflow in a traditional hospital.

The system is primarily designed with small hospitals in mind with tightly
integrated departments.

All data is centrally hosted and is focused on fast and convenient operations
while attempting to keep the complexity to a minimum.

If used in multiple hospitals, each hospital will need a separate server
installation.


Licensing
---------

Copyright (c) 2021 Dr. Agnibho Mondal
All rights reserved

This file is part of SimpleIPD.

SimpleIPD is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

SimpleIPD is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with SimpleIPD.  If not, see <http://www.gnu.org/licenses/>.

SimpleIPD uses the following libraries which are included with SimpleIPD
for convenience. Usage of these libraries are subject to their
respective licenses.

* jQuery v3.6.0 (jquery.org/license)
  
* Bootstrap v4.6 (https://github.com/twbs/bootstrap/blob/v4.6.0/LICENSE)

* Chart.js v3.3.0 (https://github.com/chartjs/Chart.js/blob/master/LICENSE.md)

* Bootstrap-4-autocomplete (https://github.com/Honatas/bootstrap-4-autocomplete/blob/master/LICENSE)

Contacts
--------

Dr. Agnibho Mondal
contact@agnibho.com
www.agnibho.com

About

Paperless management system for hospital admitted patients

License:GNU General Public License v3.0


Languages

Language:JavaScript 73.4%Language:PHP 26.3%Language:Hack 0.2%Language:CSS 0.0%