|
@@ -11,18 +11,18 @@
|
11
|
11
|
<div>
|
12
|
12
|
<table class="print-table" border="1" style="margin-top: 10px;">
|
13
|
13
|
<tr>
|
14
|
|
- <td style="text-align:center;width:100px" colspan="1">
|
|
14
|
+ <td style="text-align:center;width:200px" colspan="1">
|
15
|
15
|
姓名:
|
16
|
16
|
</td>
|
17
|
|
- <td style="text-align:center;width:100px" colspan="1">
|
|
17
|
+ <td style="text-align:center;width:200px" colspan="1">
|
18
|
18
|
<span style="display:inline-block;margin-left:10px;">
|
19
|
19
|
{{patient.name}}
|
20
|
20
|
</span>
|
21
|
21
|
</td>
|
22
|
|
- <td style="text-align:center;width:100px" colspan="1">
|
|
22
|
+ <td style="text-align:center;width:200px" colspan="1">
|
23
|
23
|
性别:
|
24
|
24
|
</td>
|
25
|
|
- <td style="text-align:center;width:50px" colspan="1">
|
|
25
|
+ <td style="text-align:center;width:200px" colspan="1">
|
26
|
26
|
<span style="display:inline-block;margin-left:10px;">
|
27
|
27
|
<span v-if="patient.gender == 1">男</span>
|
28
|
28
|
<span v-if="patient.gender == 2">女</span>
|
|
@@ -39,7 +39,7 @@
|
39
|
39
|
<td style="text-align:center;width:100px" colspan="1">
|
40
|
40
|
婚姻:
|
41
|
41
|
</td>
|
42
|
|
- <td style="text-align:center;width:50px" colspan="1">
|
|
42
|
+ <td style="text-align:center;width:100px" colspan="1">
|
43
|
43
|
<span style="display:inline-block;margin-left:10px;">
|
44
|
44
|
<span v-if="patient.marital_status == 0"></span>
|
45
|
45
|
<span v-if="patient.marital_status == 1">未婚</span>
|
|
@@ -48,18 +48,18 @@
|
48
|
48
|
<span v-if="patient.marital_status == 4">丧偶</span>
|
49
|
49
|
</span>
|
50
|
50
|
</td>
|
51
|
|
- <td style="text-align:center;width:100px" colspan="1">
|
|
51
|
+ <td style="text-align:center;width:200px" colspan="1">
|
52
|
52
|
职业:
|
53
|
53
|
</td>
|
54
|
|
- <td style="text-align:center;width:50px" colspan="1">
|
|
54
|
+ <td style="text-align:center;width:100px" colspan="1">
|
55
|
55
|
<span style="display:inline-block;margin-left:10px;">
|
56
|
56
|
{{getProfession(patient.profession)?getProfession(patient.profession):''}}
|
57
|
57
|
</span>
|
58
|
58
|
</td>
|
59
|
|
- <td style="text-align:center;width:100px" colspan="1">
|
|
59
|
+ <td style="text-align:center;width:300px" colspan="1">
|
60
|
60
|
电话:
|
61
|
61
|
</td>
|
62
|
|
- <td style="text-align:center;width:50px" colspan="1">
|
|
62
|
+ <td style="text-align:center;width:100px" colspan="1">
|
63
|
63
|
<span style="display:inline-block;margin-left:10px;">
|
64
|
64
|
{{patient.phone}}
|
65
|
65
|
</span>
|
|
@@ -70,7 +70,7 @@
|
70
|
70
|
<td style="text-align:center;width:100px" colspan="1">
|
71
|
71
|
住址:
|
72
|
72
|
</td>
|
73
|
|
- <td style="text-align:center;width:300px" colspan="11">
|
|
73
|
+ <td style="text-align:center;width:500px" colspan="12">
|
74
|
74
|
|
75
|
75
|
<span style="display:inline-block;margin-left:10px;">
|
76
|
76
|
{{patient.home_address}}
|
|
@@ -78,18 +78,18 @@
|
78
|
78
|
</td>
|
79
|
79
|
</tr>
|
80
|
80
|
<tr>
|
81
|
|
- <td style="text-align:center;width:50px" colspan="1">
|
|
81
|
+ <td style="text-align:center;width:300px" colspan="1">
|
82
|
82
|
入院时间:
|
83
|
83
|
</td>
|
84
|
|
- <td style="text-align:center;width:300px" colspan="1">
|
|
84
|
+ <td style="text-align:center;width:200px" colspan="2">
|
85
|
85
|
<span style="display:inline-block;margin-left:10px;">
|
86
|
86
|
{{getTime(hosDetail.admission_time)}}
|
87
|
87
|
</span>
|
88
|
88
|
</td>
|
89
|
|
- <td style="text-align:center;width:200px" colspan="1">
|
|
89
|
+ <td style="text-align:center;width:250px" colspan="1">
|
90
|
90
|
出院时间:
|
91
|
91
|
</td>
|
92
|
|
- <td style="text-align:center;width:300px" colspan="1">
|
|
92
|
+ <td style="text-align:center;width:250px" colspan="3">
|
93
|
93
|
<span style="display:inline-block;margin-left:10px;">
|
94
|
94
|
{{getTime(hosDetail.discharge_time)}}
|
95
|
95
|
</span>
|
|
@@ -97,16 +97,16 @@
|
97
|
97
|
<td style="text-align:center;width:100px" colspan="2">
|
98
|
98
|
住院天数:
|
99
|
99
|
</td>
|
100
|
|
- <td style="text-align:center;width:50px" colspan="2">
|
|
100
|
+ <td style="text-align:center;width:50px" colspan="1">
|
101
|
101
|
<span style="display:inline-block;margin-left:10px;">
|
102
|
102
|
{{getTimeDay(hosDetail.admission_time,hosDetail.discharge_time)}}
|
103
|
103
|
|
104
|
104
|
</span>
|
105
|
105
|
</td>
|
106
|
|
- <td style="text-align:center;width:50px" colspan="2">
|
|
106
|
+ <td style="text-align:center;width:50px" colspan="1">
|
107
|
107
|
转归:
|
108
|
108
|
</td>
|
109
|
|
- <td style="text-align:center;width:50px" colspan="2">
|
|
109
|
+ <td style="text-align:center;width:50px" colspan="1">
|
110
|
110
|
<span style="display:inline-block;margin-left:10px;">
|
111
|
111
|
<span v-if="patient.lapseto == 1">留治</span>
|
112
|
112
|
<span v-if="patient.lapseto == 2">转归</span>
|
|
@@ -118,10 +118,10 @@
|
118
|
118
|
<td style="text-align:center;width:50px" colspan="1">
|
119
|
119
|
检查号:
|
120
|
120
|
</td>
|
121
|
|
- <td style="text-align:center;width:50px" colspan="2">
|
|
121
|
+ <td style="text-align:center;width:50px" colspan="1">
|
122
|
122
|
X线:
|
123
|
123
|
</td>
|
124
|
|
- <td style="text-align:center;width:50px" colspan="1">
|
|
124
|
+ <td style="text-align:center;width:50px" colspan="2">
|
125
|
125
|
<span style="display:inline-block;margin-left:10px;">
|
126
|
126
|
{{hosDetail.xray}}
|
127
|
127
|
</span>
|
|
@@ -142,10 +142,10 @@
|
142
|
142
|
{{hosDetail.nuclear_magnetic_resonance}}
|
143
|
143
|
</span>
|
144
|
144
|
</td>
|
145
|
|
- <td style="text-align:center;width:50px" colspan="1">
|
|
145
|
+ <td style="text-align:center;width:100px" colspan="1">
|
146
|
146
|
超声:
|
147
|
147
|
</td>
|
148
|
|
- <td style="text-align:center;width:50px" colspan="1">
|
|
148
|
+ <td style="text-align:center;width:100px" colspan="1">
|
149
|
149
|
<span style="display:inline-block;margin-left:10px;">
|
150
|
150
|
{{hosDetail.ultrasound}}
|
151
|
151
|
</span>
|
|
@@ -160,7 +160,7 @@
|
160
|
160
|
</td>
|
161
|
161
|
</tr>
|
162
|
162
|
<tr>
|
163
|
|
- <td style="text-align:center;" colspan="1">
|
|
163
|
+ <td style="text-align:center;width:300px" colspan="1">
|
164
|
164
|
入院诊断:
|
165
|
165
|
<span style="display:inline-block;margin-left:10px;">
|
166
|
166
|
|
|
@@ -173,7 +173,7 @@
|
173
|
173
|
</td>
|
174
|
174
|
</tr>
|
175
|
175
|
<tr>
|
176
|
|
- <td style="text-align:center;width:170px" colspan="1">
|
|
176
|
+ <td style="text-align:center;width:300px" colspan="1">
|
177
|
177
|
出院诊断:
|
178
|
178
|
</td>
|
179
|
179
|
<td style="text-align:center;width:170px" colspan="11">
|
|
@@ -185,7 +185,7 @@
|
185
|
185
|
|
186
|
186
|
</tr>
|
187
|
187
|
<tr>
|
188
|
|
- <td style="text-align:center;width:170px" colspan="1">
|
|
188
|
+ <td style="text-align:center;width:300px" colspan="1">
|
189
|
189
|
入院时病情:
|
190
|
190
|
</td>
|
191
|
191
|
<td style="text-align:center;width:170px" colspan="11">
|
|
@@ -198,7 +198,7 @@
|
198
|
198
|
</tr>
|
199
|
199
|
|
200
|
200
|
<tr>
|
201
|
|
- <td style="text-align:center;width:170px" colspan="1">
|
|
201
|
+ <td style="text-align:center;width:300px" colspan="1">
|
202
|
202
|
诊断经过:
|
203
|
203
|
|
204
|
204
|
</td>
|
|
@@ -223,7 +223,7 @@
|
223
|
223
|
|
224
|
224
|
</tr>
|
225
|
225
|
<tr>
|
226
|
|
- <td style="text-align:center;width:170px" colspan="1">
|
|
226
|
+ <td style="text-align:center;width:300px" colspan="1">
|
227
|
227
|
出院医嘱:
|
228
|
228
|
</td>
|
229
|
229
|
<td style="text-align:center;width:170px" colspan="11">
|