NanoDICOM
A lightweight PHP DICOM Toolkit
Documentation » Index
If you like this Toolkit, consider contributing back:

Installation

  1. Place the nanodicom and dicom folders anywhere (but they have to be in the same parent folder)
  2. Add the following statement anywhere in your code
    require_once PATH_TO_NANODICOM.'nanodicom.php';
  3. Load files the following way:
    $dicom = Nanodicom::factory(LOCATION_OF_FILE);

Miscelaneous

Roadmap

Version 1.3

  1. Improve pixeler.
  2. CLI (Command Line Interface) Tools.

Version 2.0

    DICOM Network tools (low priority)

Design donated by the great art director at pointbars.com
blog comments powered by Disqus