GithubHelp home page GithubHelp logo

sglanger / ddw Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 5.0 132 KB

DICOM Data Warehouse: a MIRTH channel and postgresQL dbase for DICOM data mining

License: Other

JavaScript 1.85% Shell 0.24% PLpgSQL 97.91%

ddw's Introduction

Project: DDW (the DICOM Data Warehouse)
Associated Projects: ddw-docker-gway, ddw-docker-dbase

Purpose: Use MIRTH to parse DICOM object headers and capture arbitrary tag/value pairs to Postgresql

This project contains 10 files:
a) this README
b) 2 sh scripts to load and dump dbases from postgresQL
c) purged-ddw.sql (builds the DICOM Datawarehouse dbase)
d) mirth_ddw.xml (MIRTH channel to gather/parse DICOM info into the dbase)
e) ddw-schema.bmp (a relationship diagram of the ddw schema)
f) 3 Javascript files (to be loaded as Code templates in Mirth)
g) the LICENSE file

Installation:
To use this sware, the user must independently install MIRTH Connect (> V2.x, requires Java JRE 1.6 or newer), postgreSQL (>V9.x), and pgAdmin. Then:

a) for MIRTH, open the MIRTH admin tool and import the channel
b) for postgresql 
	i) during install set the account/password to be postgresql/postgresql
	ii) open the pgAdmin tool and create the stub for the "ddw"
	dbase, owner "postgresql". Then from the command line run the load 
	script
c) On MS-Windows, make two folders
	i) d:\avail (the folder mirth uses as a Source)
	ii) c:\error_images (folder where logs will be written)

Usage Notes:
a) out of the box, MIRTH uses it's own local "Derby" dbase. This fills quickly. You will be better off having MIRTH use postgresql. Make a stub dbase in postgresql called MIRTHdb, owner "postgresql". Then go to the MIRTH Server Manager/Database, and fill out.
b)The processing "pipeline" is to drop a DICOM file into the folder "/media/dbase/ddw_imgs". MIRTH then processes this file and forwards the data to postgresql. This is a useful way to build the custom mapping for new/unknown scanner versions
c) When you have defined the new scanner mapping, you will want to have a DICOM receiver on the system so that whole exams can be sent and processed. The easiest way to do this is to get RSNA CTP and configure a pipeline with a DICOM import service and a file folder output service. 
see http://mircwiki.rsna.org/index.php?title=CTP-The_RSNA_Clinical_Trial_Processor
    
To test the system, make sure that both MIRTH and postgresql are running. Then drop a DICOM file into the folder defined above. You should see 2 new files:
1) /media/dbase/error_images/log.rtf
2) /media/dbase/error_images/transform.rtf

Also, you should see new entries in the Patient, Exam and Series tables in the DDW dbase if the scanner is known. 



Find papers on DDW here 
http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3056966/  
and 
http://link.springer.com/article/10.1007/s10278-015-9830-4 

ddw's People

Contributors

sglanger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ddw's Issues

No license

This project looks really interesting and is listed as open source elsewhere, but no license is given.

Would it be possible to add a license file?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.