You are here

Project Wizard

You can use the category filters given on the right sidebar to narrow down your search results.

PixelMed Java DICOM Toolkit

Rating: 
Your rating: None Average: 3.6 (15 votes)

PixelMed Java DICOM Toolkit is a stand-alone DICOM toolkit that implements code for reading and creating DICOM data, DICOM network and file support, a database of DICOM objects, support for display of directories, images, reports and spectra, and DICOM object validation.

The toolkit is a completely new implementation, which does not depend on any other DICOM tools, commercial or free. It does make use of other freely available pure Java tools for compression and XML and database support.

Ruby DICOM

Rating: 
Your rating: None Average: 1 (1 vote)

UBY DICOM is a cross-platform library for handling DICOM files and network communication in the Ruby language. DICOM is a standard that is widely used throughout the world for saving and transmitting image data used in medicine. The library supports reading, editing and writing files as well as querying, retrieving and sending files.

pydicom

Rating: 
Your rating: None Average: 3 (2 votes)

pydicom is a pure python package for working with DICOM files. It was made for inspecting and modifying DICOM data in an easy "pythonic" way. The modifications can be written again to a new file. As a pure python package, it should run anywhere python runs without any other requirements.

pydicom is not a DICOM server, and is not primarily about viewing images. It is designed to let you manipulate data elements in DICOM files with python code.