-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
59 lines (59 loc) · 2.38 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?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.3</version>
<date>2003-12-14</date>
<license>LGPL</license>
<state>beta</state>
<notes>
- Adding support for float values.
- Fixing bug #223 (justinb at amcdgroup dot com)
- Supressing some warnings.
</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/" name="DICOM.php"/>
<file role="php" baseinstalldir="File/" name="DICOM/Element.php"/>
</filelist>
</release>
<changelog>
<release>
<version>0.2</version>
<date>2003-09-09</date>
<state>beta</state>
<notes>
-File_DICOM::getValue() now accepts element names as argument.
-General code clean up.
</notes>
</release>
<release>
<version>0.1</version>
<date>2003-05-20</date>
<notes>first release.</notes>
<state>alpha</state>
</release>
</changelog>
</package>