<?xml version="1.0" encoding="ISO-8859-1" ?>
<package version="1.0">
  <name>File_DICOM</name>
  <summary>Package for reading and modifying DICOM files</summary>
  <description>File_DICOM allows reading and modifying of DICOM files.
 DICOM stands for Digital Imaging and COmmunications in Medicine, and is a standard
 for creating, storing and transfering digital images (X-rays, tomography) and related information used in medicine.
 This package in particular does not support the exchange/transfer of DICOM data, nor any network related functionality.
 More information on the DICOM standard can be found at: http://medical.nema.org/
 Please be aware that any use of the information produced by this package for diagnosing purposes is strongly discouraged by the author. See http://www.gnu.org/licenses/lgpl.html for more information.</description>
  <maintainers>
    <maintainer>
      <user>xnoguer</user>
      <name>Xavier Noguer</name>
      <email>xnoguer@php.net</email>
      <role>lead</role>
    </maintainer>
  </maintainers>
  <release>
    <version>0.1</version>
    <date>2003-05-20</date>
    <license>LGPL</license>
    <state>alpha</state>
    <notes>first release.</notes>
    <provides type="class" name="File_DICOM" extends="PEAR" />
    <provides type="function" name="File_DICOM::parse" />
    <provides type="function" name="File_DICOM::write" />
    <provides type="function" name="File_DICOM::getValue" />
    <provides type="function" name="File_DICOM::setValue" />
    <provides type="function" name="File_DICOM::dumpImage" />
    <provides type="class" name="File_DICOM_Element" extends="PEAR" />
    <provides type="function" name="File_DICOM_Element::getValue" />
    <filelist>
      <file role="php" baseinstalldir="File/" md5sum="0377461e49140443b01211b7c23a701c" name="DICOM.php"/>
      <file role="php" baseinstalldir="File/" md5sum="578cb25f4aad88b178a4d9178213e1cd" name="DICOM/Element.php"/>
    </filelist>
  </release>
</package>
