You are here

Project Wizard

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

Charrua DICOM Toolkit

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

DICOM basic constructs used to create the tools at CharruaSoft.com. Its C++ code is a re-interpretation of the original UCDMC library by Mark Oskin. It tries to be much simpler and compact, also uses many Borland VCL specific structures.

Grassroots DICOM (GDCM)

Rating: 
Your rating: None Average: 3.7 (11 votes)

Grassroots DICOM (GDCM) is an implementation of the DICOM standard designed to be open source so that researchers may access clinical data directly. GDCM includes a file format definition and a network communications protocol, both of which should be extended to provide a full set of tools for a researcher or small medical imaging vendor to interface with an existing medical database.

XMedCon

Rating: 
Your rating: None Average: 1.9 (7 votes)

The project stands for Medical Image Conversion. Released under the (L)GPL licence, it comes with the full C-source code of the library, a flexible command-line utility and a neat graphical front-end using the Gtk+ toolkit. The supported formats are: Acr/Nema 2.0, Analyze (SPM), Concorde/µPET, DICOM 3.0, CTI ECAT 6/7, NIfTI-1, InterFile3.3 and PNG or Gif87a/89a.

Medical Imaging Interaction Toolkit (MITK)

Rating: 
Your rating: None Average: 4.8 (12 votes)

The Medical Imaging Interaction Toolkit (MITK) is a free open-source software system for development of interactive medical image processing software. MITK combines the Insight Toolkit (ITK) and the Visualization Toolkit (VTK) with an application framework. As a toolkit, MITK offers those features that are relevant for the development of interactive medical imaging software covered neither by ITK nor VTK.

Core features of the MITK platform:

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.

DICOM#

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

DICOM# open source project is intented to provide an OO class library for DICOM communication and will be developed purely by C# and running in .NET environment. DICOM# partially rewrites dcm4che open source project in C#.

C# ECG Toolkit

Rating: 
Your rating: None Average: 2.5 (17 votes)

C# ECG Toolkit is an open source software toolkit to convert, view and print electrocardiograms. The toolkit is developed using C# .NET 1.1 & 2.0. Support for ECG formats: SCP-ECG, DICOM and HL7 aECG.

FrameWork for Software Production Line (FW4SPL)

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

FW4SPL is a component-oriented architecture with the notion of role-based programming. FW4SPL consists of a set of cross-platform C++ libraries. For now, FW4SPL focuses on the problem of medical images processing and visualization.

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.