* @version 1.3.1 * @copyright (c) 2010-2011 * @license http://www.opensource.org/licenses/mit-license.php MIT-license */ /** * Dicom_Simple class. * * Extends Nanodicom. Does nothing, it is the default tool loaded, basically to just * use the core functionality. * @package Nanodicom * @category Tools * @author Nano Documet * @version 1.3.1 * @copyright (c) 2010-2011 * @license http://www.opensource.org/licenses/mit-license.php MIT-license */ class Dicom_Simple extends Nanodicom { } // End Dicom_Simple