openmrs-module-radiology
####Table of Contents
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 -versionShould tell you what version Maven is using.
You need to clone this repository:
git clone https://github.com/openmrs/openmrs-module-radiology.gitCommand
After you have taken care of the Prerequisites
Execute the following command:
cd openmrs-module-radiology
mvn clean packageThis 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:buildRun
To run an instance of the OpenMRS Radiology Module execute (assumes you have created a Docker image):
cd openmrs-module-radiology
mvn docker:startOpenMRS 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 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.
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
Support
Ask questions on OpenMRS Talk.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
