-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.xml
106 lines (106 loc) · 3.96 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.4" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>Net_HL7</name>
<channel>pear.php.net</channel>
<summary>HL7 messaging API.</summary>
<description>This package provides an HL7 API for creating, sending and
manipulating HL7 messages. HL7 is a protocol on the 7th OSI layer
(hence the '7' in HL7) for messaging in Health Care
environments. HL7 means 'Health Level 7'. HL7 is a protocol with a
wealth of semantics that defines hundreds of different messages and
their meaning, but also defines the syntactics of composing and
sending messages. The API is focused on the syntactic level of
HL7, so as to remain as flexible as possible. The package is a
translation of the Perl HL7 Toolkit and will be kept in sync with
this initiative.</description>
<lead>
<name>D.A.Dokter</name>
<user>ddokter</user>
<email>[email protected]</email>
<active>no</active>
</lead>
<date>2012-04-03</date>
<time>08:53:48</time>
<version>
<release>0.2.0</release>
<api>0.2.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license>PHP License, see http://www.php.net/license/3_0.txt</license>
<notes>
QA release
PHP 5
Bug #19203 Deprecated warnings
</notes>
<contents>
<dir baseinstalldir="/" name="/">
<file baseinstalldir="/" md5sum="01941d5bd3bf5e506b2f45af3bae8bc0" name="/docs/README" role="data" />
<file baseinstalldir="/" md5sum="5ca1fb0aca8a1d5112f2d2123a534a88" name="/Net/HL7.php" role="php" />
<file baseinstalldir="/" md5sum="ff1bb3d6067581d28ad50b61ac7613b8" name="/Net/HL7/Connection.php" role="php" />
<file baseinstalldir="/" md5sum="ac0fb9ece6ce5af622353dded5b48c45" name="/Net/HL7/Message.php" role="php" />
<file baseinstalldir="/" md5sum="1a51519b2032641fef0e6405a567e635" name="/Net/HL7/Segment.php" role="php" />
<file baseinstalldir="/" md5sum="bdc39832b95bdafbef6926630f5c8b72" name="/Net/HL7/Messages/ACK.php" role="php" />
<file baseinstalldir="/" md5sum="be7d79d18d0fa5614ce3f25637f62a24" name="/Net/HL7/Segments/MSH.php" role="php" />
<file baseinstalldir="/" md5sum="d06c139ed30395d6008d4b719516feeb" name="/tests/AckTest.php" role="php" />
<file baseinstalldir="/" md5sum="c06a83b2a8c15b389e5499a15e3f54b3" name="/tests/ConnectionTest.php" role="php" />
<file baseinstalldir="/" md5sum="77090f8237a29172bdf2c6913f41fee2" name="/tests/MessageTest.php" role="php" />
<file baseinstalldir="/" md5sum="c38db2f379ebadbef2737ba29b27f6b7" name="/tests/MSHTest.php" role="php" />
<file baseinstalldir="/" md5sum="9ecdec5e1e6a12f3a0aef158fff4514c" name="/tests/SegmentTest.php" role="php" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.0.0</min>
</php>
<pearinstaller>
<min>1.4.0b1</min>
</pearinstaller>
<package>
<name>Net_Socket</name>
<channel>pear.php.net</channel>
</package>
</required>
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>0.1.1</release>
<api>0.1.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2009-07-28</date>
<license>PHP License, see http://www.php.net/license/3_0.txt</license>
<notes>
QA release
Package 2.0
Bug #12705 - PHP5 vs references
Bug #16415 - Undefined indexes
</notes>
</release>
<release>
<version>
<release>0.2.0</release>
<api>0.2.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2012-04-03</date>
<license>PHP License, see http://www.php.net/license/3_0.txt</license>
<notes>
QA release
PHP 5
Bug #19203 Deprecated warnings
</notes>
</release>
</changelog>
</package>