All Projects → bjoernalbers → mowoli

bjoernalbers / mowoli

Licence: MIT license
Mowoli - A Modality Worklist with RESTful HTTP API

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to mowoli

dicom-dimse-native
node js native addon for dimse services
Stars: ✭ 33 (+94.12%)
Mutual labels:  dicom, scp
dicom-microscopy-viewer
Web-based DICOM slide microscopy viewer library
Stars: ✭ 70 (+311.76%)
Mutual labels:  dicom
Dcmjs
Javascript implementation of DICOM manipulation
Stars: ✭ 150 (+782.35%)
Mutual labels:  dicom
Ssh-Pascal
Delphi ssh library wrapping libssh2
Stars: ✭ 42 (+147.06%)
Mutual labels:  scp
Dicomtomesh
A command line tool to transform a DICOM volume into a 3d surface mesh (obj, stl or ply). Several mesh processing routines can be enabled, such as mesh reduction, smoothing or cleaning. Works on Linux, OSX and Windows.
Stars: ✭ 191 (+1023.53%)
Mutual labels:  dicom
wsi-to-dicom-converter
Conversion tool/library for converting whole slide images to DICOM
Stars: ✭ 52 (+205.88%)
Mutual labels:  dicom
Dicomviewer
DICOM Viewer in Nextcloud
Stars: ✭ 139 (+717.65%)
Mutual labels:  dicom
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 (+229.41%)
Mutual labels:  dicom
sync-deploy
🔄 shell toolkit for deploying script/command task on remote host, including up/download files, run script on remote
Stars: ✭ 20 (+17.65%)
Mutual labels:  scp
termscp
🖥 A feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP/S3
Stars: ✭ 707 (+4058.82%)
Mutual labels:  scp
Gdcm
Grassroots DICOM read-only mirror. Only for Pull Request. Please report bug at http://sf.net/p/gdcm
Stars: ✭ 240 (+1311.76%)
Mutual labels:  dicom
Cornerstonewadoimageloader
DICOM WADO Image Loader for the cornerstone library
Stars: ✭ 195 (+1047.06%)
Mutual labels:  dicom
orthanc-client
An Orthanc client for node.js
Stars: ✭ 24 (+41.18%)
Mutual labels:  dicom
Dicom Rs
Pure Rust implementation of the DICOM standard
Stars: ✭ 152 (+794.12%)
Mutual labels:  dicom
dicom2stl
Python script to extract a STL surface from a DICOM image series.
Stars: ✭ 151 (+788.24%)
Mutual labels:  dicom
Dicomcloud
Azure friendly DICOMweb part 18 .NET server with qido-rs, wado-rs, stow-rs, wado-uri RESTful implementation
Stars: ✭ 140 (+723.53%)
Mutual labels:  dicom
Dicoogle
Dicoogle - Open Source PACS
Stars: ✭ 237 (+1294.12%)
Mutual labels:  dicom
AdminToolbox
Server Administration Toolbox Plugin for SCP: Secret Lab
Stars: ✭ 17 (+0%)
Mutual labels:  scp
COVID-CT-MD
A COVID-19 CT Scan Dataset Applicable in Machine Learning and Deep Learning
Stars: ✭ 22 (+29.41%)
Mutual labels:  dicom
OCT-Converter
Tools for extracting the raw optical coherence tomography (OCT) and fundus data from proprietary file formats.
Stars: ✭ 120 (+605.88%)
Mutual labels:  dicom

Mowoli - A Modality Worklist with RESTful HTTP API

Mowoli is a DICOM Modality Worklist that can be managed via RESTful HTTP API. Basically it provides a worklist of patient data (name, date of birth, etc.) to medical imaging devices such as MRI or CT scanner (modalities). Mowoli was created as an enhancement for tomedo, which couldn't "talk" DICOM at that time.

Getting started

Mowoli requires Docker which has to be installed. Then clone this repository and change into it:

$ git clone https://github.com/bjoernalbers/mowoli.git
$ cd mowoli

Start Mowoli with the following command:

$ docker compose up

This will start two Docker containers serving...

  • HTTP (port 80/tcp)
  • DICOM (port 11112/tcp)

Next create some modalities (stations) with your browser: http://localhost/stations Then you're ready to create worklist entries (orders) by the HTTP API. Please take a look at the examples directory on how to do that. You can inspect all created orders with your browser: http://localhost/orders

Production

We run Mowoli on a Docker Swarm using the supplied compose file (docker-stack.yml).

Copyright

Mowoli is released under the MIT License.

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