All Projects → informatici → Openhospital

informatici / Openhospital

Licence: gpl-3.0
Open Hospital is a free and open source software for healthcare data management. This repository is used to build its releases.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Openhospital

Openboxes
OpenBoxes is a supply chain management system designed to manage inventory and track stock movements for healthcare facilities.
Stars: ✭ 309 (-0.96%)
Mutual labels:  healthcare, hacktoberfest
Openhospital Core
Open Hospital Core library
Stars: ✭ 31 (-90.06%)
Mutual labels:  healthcare, hacktoberfest
Spidermon
Scrapy Extension for monitoring spiders execution.
Stars: ✭ 309 (-0.96%)
Mutual labels:  hacktoberfest
Gatsby Woocommerce Themes
⚡ A Gatsby Theme for WooCommerce E-commerce site Gatsby WooCommerce WordPress
Stars: ✭ 306 (-1.92%)
Mutual labels:  hacktoberfest
Esphome
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Stars: ✭ 4,324 (+1285.9%)
Mutual labels:  hacktoberfest
Archiver
Easily create & extract archives, and compress & decompress files of various formats
Stars: ✭ 3,373 (+981.09%)
Mutual labels:  hacktoberfest
Awesome Dashboards
List of dashboards free to use
Stars: ✭ 309 (-0.96%)
Mutual labels:  hacktoberfest
Airbash
A POSIX-compliant, fully automated WPA PSK PMKID and handshake capture script aimed at penetration testing
Stars: ✭ 308 (-1.28%)
Mutual labels:  hacktoberfest
Carbon Components Angular
An Angular implementation of the Carbon Design System for IBM.
Stars: ✭ 310 (-0.64%)
Mutual labels:  hacktoberfest
Coala
coala provides a unified command-line interface for linting and fixing all your code, regardless of the programming languages you use.
Stars: ✭ 3,280 (+951.28%)
Mutual labels:  hacktoberfest
Altair
✨⚡️ A beautiful feature-rich GraphQL Client for all platforms.
Stars: ✭ 3,827 (+1126.6%)
Mutual labels:  hacktoberfest
Autocomplete.js
Simple autocomplete pure vanilla Javascript library.
Stars: ✭ 3,428 (+998.72%)
Mutual labels:  hacktoberfest
Submitty
Homework Submission, Automated Grading, and TA grading system.
Stars: ✭ 311 (-0.32%)
Mutual labels:  hacktoberfest
Persistence
The Doctrine Persistence project is a library that provides common abstractions for object mapper persistence.
Stars: ✭ 3,481 (+1015.71%)
Mutual labels:  hacktoberfest
Physx Rs
🎳 Rust binding and wrapper over NVIDIA PhysX 🦀
Stars: ✭ 310 (-0.64%)
Mutual labels:  hacktoberfest
Start here
This repo outlines how to get started contributing to Operation Code, each of our projects, the language they are written in, and their purpose.
Stars: ✭ 307 (-1.6%)
Mutual labels:  hacktoberfest
Csvhelper
Library to help reading and writing CSV files
Stars: ✭ 3,484 (+1016.67%)
Mutual labels:  hacktoberfest
Cucumber
A monorepo of common components - building blocks for implementing Cucumber in various languages.
Stars: ✭ 3,299 (+957.37%)
Mutual labels:  hacktoberfest
Code Sleep Python
Awesome Projects in Python - Machine Learning Applications, Games, Desktop Applications all in Python 🐍
Stars: ✭ 306 (-1.92%)
Mutual labels:  hacktoberfest
Scssphp
SCSS compiler written in PHP
Stars: ✭ 309 (-0.96%)
Mutual labels:  hacktoberfest

Open Hospital

Open Hospital (OH) is an electronic health record (EHR) application. Open Hospital is currently provided as a desktop application written in Java and it's designed to work without an internet connection.

Open Hospital is composed by the following components, hosted in separated repositories:

  • OH Core, a library that contains the business logic and the data abstraction layer
  • OH GUI, which provides a graphical user interface (GUI) made with Java Swing
  • OH Doc, which contains the user and admin documentation in Asciidoc format
  • OH UI, a web user interface that consists of a React SPA (single page application) [WIP]
  • OH API, a web server that exposes REST APIs over the Core component, and it's used by the UI component [WIP].

This repository is used to assemble the portable (or all-in-one) packages of Open Hospital, which you can download here.

How to contribute

There are several ways in which you can contribute to Open Hospital:

Documentation

Read on about Open Hospital:

Community

You can reach out to the community of contributors by joining our Slack workspace or by subscribing to our mailing list.

How to create OH packages

👷 📦 To create the Open Hospital packages, make sure to have installed the following dependencies on a Linux machine: JDK 8+, Maven, asciidoctor-pdf, zip, GNU make.

Then follow these simple steps:

  1. Clone this repository:

    git clone https://github.com/informatici/openhospital
    
  2. Run the script that compiles the components of Open Hospital, and assembles the portable distributions:

    cd openhospital
    make
    

    You can also parallelize some make tasks by using the -j flag (e.g. make -j4) or use intermediate targets to build single parts of the distribution - use make help to see a list of available targets.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].