NanoDICOM
A lightweight PHP DICOM Toolkit
Download
- V1.3 Ancient Cajamarca - Stable
- V1.2 Imperial Cusco - Stable
- V1.1.2 Amazonic Bagua
- V1.0 Majestic Arequipa
Documentation
- Installation
- Examples
- Status
- FAQ
API
- Version 1.2
- Version 1.1
Support
Nanodicom group @ Google
Documentation » Index
If you like this Toolkit, consider contributing back:
Installation
Place the nanodicom and dicom folders anywhere (but they have to be in the same parent folder)
Add the following statement anywhere in your code
require_once PATH_TO_NANODICOM.'nanodicom.php';
Load files the following way:
$dicom = Nanodicom::factory(LOCATION_OF_FILE);
Miscelaneous
Coding conventions from Kohana:
http://kohanaframework.org/guide/about.conventions
DICOM standard:
ftp://medical.nema.org/medical/dicom/2009/
DICOM Dictionary up to 2009 version (self-extracted)
ftp://medical.nema.org/medical/dicom/2009/09_06pu3.pdf
Special thanks to the hundreds of people that uploaded their DICOM files to the php-DICOM test page. I have used that repository to test this new toolkit extensively.
DICOM sample files have been obtained from python package "pydicom" (thanks Darcy)
http://code.google.com/p/pydicom/
http://code.google.com/p/pydicom/source/browse/source/dicom/testfiles/README.txt
Roadmap
Version 1.3
Improve pixeler.
CLI (Command Line Interface) Tools.
Version 2.0
DICOM Network tools (low priority)
Design donated by the great art director at
pointbars.com
Please enable JavaScript to view the
comments powered by Disqus.
blog comments powered by
Disqus