-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathhis.xml
75 lines (64 loc) · 1.9 KB
/
his.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
<?xml version='1.0' ?>
<root org="doublechaintech"
chinese_name="医生排班系统"
english_name="Doctor Scheduling System">
<hospital
name="上和医院|[1,200]"
address="毕升路22号"
telephone="028-9123123" />
<expense_type
name="诊疗费|治疗费|检查费"
helper_chars="zlf|zlf|jcf"
status="正常|停用"
hospital="$(hospital)"
description="text()"
update_time="updateTime()"
_features="setting"
/>
<period
name="上午|下午|夜班"
code="MORNING|AFTERNOON|NIGHT"
hospital="$(hospital)"
_features="status"
_identified_by="code"
/>
<expense_item
name="专家诊疗费|血常规|煎药费"
price="$99999999999.00"
expense_type="$(expense_type)"
hospital="$(hospital)"
update_time="updateTime()"
_features="setting"
/>
<doctor
name="魏松全"
shot_image="snap.shot-400-300-red.jpg"
hospital="$(hospital)"
update_time="updateTime()"
/>
<department
name="放射科"
hospital="$(hospital)"
update_time="updateTime()"
_features="setting"
/>
<doctor_assignment
name="魏松全在内分泌科室上"
doctor="$(doctor)"
department="$(department)"
update_time="updateTime()"
_features="setting"
/>
<doctor_schedule
name="2019年3月11日魏松全在内分泌科坐班收诊疗费,每个10"
doctor="$(doctor)"
schedule_date="2019-3-11"
period="$(period)"
department="$(department)"
available="20" price="$123.99"
expense_type="$(expense_type)"
create_time="createTime()"
update_time="updateTime()"
hospital="$(hospital)"
/>
</root>