All Projects β†’ openmrs β†’ openmrs-module-radiology

openmrs / openmrs-module-radiology

Licence: Unknown, Unknown licenses found Licenses found Unknown LICENSE Unknown license-header.txt
πŸ₯ OpenMRS Radiology Module

Programming Languages

java
68154 projects - #9 most used programming language
PLpgSQL
1095 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
groovy
2714 projects
CSS
56736 projects

Projects that are alternatives of or similar to openmrs-module-radiology

COVID-19-Scanner
This model is meant to help triage patients (prioritize certain patients for testing, quarantine, and medical attention) that require diagnosis for COVID-19. This model is not meant to diagnose COVID-19.
Stars: ✭ 49 (+32.43%)
Mutual labels:  healthcare, radiology
monai-deploy
MONAI Deploy aims to become the de-facto standard for developing, packaging, testing, deploying and running medical AI applications in clinical production.
Stars: ✭ 56 (+51.35%)
Mutual labels:  healthcare, radiology
senaite.health
SENAITE LIMS extension for Health Care labs
Stars: ✭ 19 (-48.65%)
Mutual labels:  healthcare
PulseTile-AngularJS
Leading edge modular UI framework for healthcare. Based on AngularJS. See documentation at http://docs.pulsetile.com/ See plugins at https://github.com/PulseTile-Plugins ##
Stars: ✭ 19 (-48.65%)
Mutual labels:  healthcare
HealthLedger
Application for tracking Organs donations in hospitals and minimizing the scope of Organ trafficking using Blockchain (Hyperledger) technology.
Stars: ✭ 29 (-21.62%)
Mutual labels:  healthcare
healthyR
Hospital Data Analysis Workflow Tools
Stars: ✭ 21 (-43.24%)
Mutual labels:  healthcare
CheXbert
Combining Automatic Labelers and Expert Annotations for Accurate Radiology Report Labeling Using BERT
Stars: ✭ 51 (+37.84%)
Mutual labels:  radiology
simple-server
The web app behind Simple.org
Stars: ✭ 61 (+64.86%)
Mutual labels:  healthcare
icd10-cm
ICD-10 CM medical classification list by the World Health Organization
Stars: ✭ 55 (+48.65%)
Mutual labels:  healthcare
blockchain-hackathon
An electronic health record (EHR) system built on Hyperledger Composer blockchain
Stars: ✭ 67 (+81.08%)
Mutual labels:  healthcare
Udacity
This repo includes all the projects I have finished in the Udacity Nanodegree programs
Stars: ✭ 57 (+54.05%)
Mutual labels:  healthcare
hl7v2-fhir-converter
Converts HL7 v2 Messages to FHIR Resources
Stars: ✭ 40 (+8.11%)
Mutual labels:  healthcare
healthcare-server
A rubyOnRails based web application with a small concept behind healthcare
Stars: ✭ 16 (-56.76%)
Mutual labels:  healthcare
oclapi
Deprecated. Please see https://github.com/OpenConceptLab/oclapi2
Stars: ✭ 24 (-35.14%)
Mutual labels:  healthcare
HAR
Code for WWW2019 paper "A Hierarchical Attention Retrieval Model for Healthcare Question Answering"
Stars: ✭ 22 (-40.54%)
Mutual labels:  healthcare
coronainfobd
Real-time corona-virus tracker of Bangladesh πŸ‡§πŸ‡© which includes latest updates, data visualization, public awareness from WHO and some advice to aware people. πŸ₯°β€
Stars: ✭ 46 (+24.32%)
Mutual labels:  healthcare
flu-monitor
Flu visualization tool
Stars: ✭ 10 (-72.97%)
Mutual labels:  healthcare
app
AplicaciΓ³n web para ANDES
Stars: ✭ 12 (-67.57%)
Mutual labels:  healthcare
chr247.com
An open source multi tenant cloud platform for small scale clinics
Stars: ✭ 56 (+51.35%)
Mutual labels:  healthcare
HealthDeterminants
Social Determinants of Health Visualization
Stars: ✭ 58 (+56.76%)
Mutual labels:  healthcare

openmrs-module-radiology

Build Status Coverage Status Codacy Badge Dependency Status

####Table of Contents

  1. Overview
  2. Build
  3. Install
  1. Documentation
  1. Contributing
  1. Issues
  2. Limitations
  3. Community
  4. Support
  5. License

Overview

OpenMRS module radiology (previously called radiologydcm4chee) is a module adding capabilities of a Radiology Information System (RIS) onto OpenMRS.

Build

Prerequisites

You need to have installed

  • a Java JDK 8
  • the build tool Maven

You need to configure Maven to use the JAVA JDK 8

mvn -version

Should tell you what version Maven is using.

You need to clone this repository:

git clone https://github.com/openmrs/openmrs-module-radiology.git

Command

After you have taken care of the Prerequisites

Execute the following command:

cd openmrs-module-radiology
mvn clean package

This will generate the radiology module in omod/target/radiology-{VERSION}.omod which you will have to deploy into OpenMRS.

Install

The easiest way to install the module is to use Docker.

Docker 🐳

This module can be baked into a Docker image so you can easily run and test it.

Prerequisites

After you have taken care of the Build Prerequisites

Make sure you have Docker installed.

Build

Build the Radiology Module and its Docker image:

cd openmrs-module-radiology
mvn clean package docker:build

Run

To run an instance of the OpenMRS Radiology Module execute (assumes you have created a Docker image):

cd openmrs-module-radiology
mvn docker:start

OpenMRS will be accessible at http://<IP ADDRESS>:8080/openmrs

NOTE: The IP address varies depending on your setup.

If you are using Docker machine refer to its documentation on how to get the IP address. If you are on Linux it will probably be will be localhost.

Documentation

Please read the corresponding DOCKER.md for more detailed explanations on using Docker with the Radiology Module.

Demo data

You can import the demo data set demo-data.sql into your database which enables you to try out the modules features or test your changes.

Please read the corresponding DEMO-DATA.md.

Documentation

Website

For a detailed guide on ways to install and configure this module see

http://teleivo.github.io/docs-openmrs-module-radiology/

Developer guides

Please check out the readme files at docs.

Wiki

For some more background informations on the module see

https://wiki.openmrs.org/display/docs/Radiology+Module

Contributing

Contributions are very welcome, we can definitely use your help!

Code

Check out our contributing guidelines, read through the Developer guides.

After you've read up πŸ‘“ grab an issue that is Ready For Development.

Translation

We use

https://www.transifex.com/openmrs/OpenMRS/radiology-module/

to manage our translations.

The messages.properties file in this repository is our single source of truth. It contains key, value pairs for the English language which is the default.

Transifex fetches updates to this file every night which can then be translated by you and me on transifex website itself. At any time we can pull new translations from transifex back into this repository. Other languages like for ex. Spanish will then be in the messages_es.properties file.

If you would like to know more about transifex from the coding side read

https://wiki.openmrs.org/display/docs/Maintaining+OpenMRS+Module+Translations+via+Transifex

Issues

To file new issues or help to fix existing ones please check out

https://issues.openmrs.org/browse/RAD

Limitations

This module is not yet officially released to the openmrs modules.

The API and UI are not yet stable and subject to frequent changes.

❗ ATTENTION ❗ radiology orders created via the module will not be sent to the PACS as HL7 order messages. This has previously been done in a hacky/synchronous way which was not fit for production and only messy code which had to be removed. A message queue which takes care of sending HL7 order messages to the PACS once orders are created is needed. Such a queue would retry sending the order message in case the PACS is currently down. Unfortunately, OpenMRS does not provide such a message queue for outgoing HL7 messages. This is THE big missing piece in the puzzle of the radiology module which until now has been bridged with communication servers such as mirth.

The module depends on OpenMRS Version 2.0.0 so it cannot run on any version lower than that.

The module currently depends on OpenMRS Legacy UI which provides the UI but it is planned to extract the UI into a separate module so this module only provides the Java and REST API without forcing a specific UI onto anyone.

Community

OpenMRS Talk OpenMRS IRC OpenMRS Telegram OpenMRS Radiology Wiki

Support

Ask questions on OpenMRS Talk.

License

MPL 2.0 w/ HD Β© OpenMRS Inc.

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].