-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpatients.xml
41 lines (40 loc) · 876 Bytes
/
patients.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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE boost_serialization>
<boost_serialization signature="serialization::archive" version="9">
<patients class_id="0" tracking_level="0" version="0">
<count>4</count>
<item_version>0</item_version>
<item class_id="1" tracking_level="0" version="0">
<ID>1</ID>
<Pass>1315640</Pass>
<Name>Petrov Petr Petrovi4</Name>
<Age>100</Age>
<Sex>0</Sex>
<Phone>8029746436</Phone>
</item>
<item>
<ID>2</ID>
<Pass>1212</Pass>
<Name>asdd1</Name>
<Age>22</Age>
<Sex>0</Sex>
<Phone>212121212</Phone>
</item>
<item>
<ID>3</ID>
<Pass>1315641</Pass>
<Name>antony</Name>
<Age>19</Age>
<Sex>1</Sex>
<Phone>12121212</Phone>
</item>
<item>
<ID>4</ID>
<Pass>4334</Pass>
<Name>re</Name>
<Age>3</Age>
<Sex>1</Sex>
<Phone>33344fdf</Phone>
</item>
</patients>
</boost_serialization>