|
@@ -21,27 +21,27 @@
|
21
|
21
|
</div>
|
22
|
22
|
<div class="inline_block">
|
23
|
23
|
门诊:
|
24
|
|
- <div class="under_line" style="width: 30px;text-align: center;">
|
25
|
|
- <check-box :checked="patientInfo_source_1 "></check-box>
|
26
|
|
- </div>
|
|
24
|
+ <div class="under_line" style="width: 30px;text-align: center;">
|
|
25
|
+ <check-box :checked="patientInfo_source_1 "></check-box>
|
|
26
|
+ </div>
|
27
|
27
|
</div>
|
28
|
28
|
<div class="inline_block">
|
29
|
29
|
病区:
|
30
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
31
|
|
- {{'/'}}
|
32
|
|
- </div>
|
|
30
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
31
|
+ {{'/'}}
|
|
32
|
+ </div>
|
33
|
33
|
</div>
|
34
|
34
|
<div class="inline_block">
|
35
|
35
|
床号:
|
36
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
37
|
|
- {{'/'}}
|
38
|
|
- </div>
|
|
36
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
37
|
+ {{'/'}}
|
|
38
|
+ </div>
|
39
|
39
|
</div>
|
40
|
40
|
<div class="inline_block">
|
41
|
41
|
透析号:
|
42
|
|
- <div class="under_line" style="width: 70px;text-align: center;">
|
43
|
|
- {{patientInfo.dialysis_no}}
|
44
|
|
- </div>
|
|
42
|
+ <div class="under_line" style="width: 70px;text-align: center;">
|
|
43
|
+ {{patientInfo.dialysis_no}}
|
|
44
|
+ </div>
|
45
|
45
|
</div>
|
46
|
46
|
<div class="inline_block" style="margin-left: 5px;">
|
47
|
47
|
住院号/门诊号:
|
|
@@ -73,412 +73,415 @@
|
73
|
73
|
<div class="row" :style=" this.totollength > 13?'margin-bottom:400px;':''">
|
74
|
74
|
<table class="proj_table" >
|
75
|
75
|
<tbody>
|
76
|
|
- <tr><td colspan="2" style="letter-spacing:5px;text-align:center;font-weight:520;font-size:16px;padding: 6px 8px;line-height: 30px;">透析前情况</td></tr>
|
77
|
|
- <tr>
|
78
|
|
- <td colspan="2">
|
79
|
|
- <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
80
|
|
- <div class="inline_block" style="flex:1;">
|
81
|
|
- 本次透析日期:
|
82
|
|
- <div class="under_line" style="width: 100px;text-align: center">
|
83
|
|
- {{xtdate}}
|
84
|
|
- </div>
|
|
76
|
+ <tr><td colspan="2" style="letter-spacing:5px;text-align:center;font-weight:520;font-size:16px;padding: 6px 8px;line-height: 30px;">透析前情况</td></tr>
|
|
77
|
+ <tr>
|
|
78
|
+ <td colspan="2">
|
|
79
|
+ <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
|
80
|
+ <div class="inline_block" style="flex:1;">
|
|
81
|
+ 本次透析日期:
|
|
82
|
+ <div class="under_line" style="width: 100px;text-align: center">
|
|
83
|
+ {{xtdate}}
|
85
|
84
|
</div>
|
86
|
|
- <div class="inline_block" style="flex:1;">
|
87
|
|
- 透析次数:
|
88
|
|
- <div class="under_line" style="width: 70px;text-align: center">
|
89
|
|
- {{patientInfo.total_dialysis?patientInfo.total_dialysis:'/'}}
|
90
|
|
- </div>
|
|
85
|
+ </div>
|
|
86
|
+ <div class="inline_block" style="flex:1;">
|
|
87
|
+ 透析次数:
|
|
88
|
+ <div class="under_line" style="width: 70px;text-align: center">
|
|
89
|
+ {{patientInfo.total_dialysis?patientInfo.total_dialysis:'/'}}
|
91
|
90
|
</div>
|
92
|
|
- <div class="inline_block" style="flex:1;">
|
93
|
|
- 透前症状:
|
94
|
|
- <div class="under_line" style="width: 150px;text-align: center">
|
95
|
|
- {{predialysis.symptom_before_dialysis?predialysis.symptom_before_dialysis:'/'}}
|
96
|
|
- </div>
|
|
91
|
+ </div>
|
|
92
|
+ <div class="inline_block" style="flex:1;">
|
|
93
|
+ 透前症状:
|
|
94
|
+ <div class="under_line" style="width: 150px;text-align: center">
|
|
95
|
+ {{predialysis.symptom_before_dialysis?predialysis.symptom_before_dialysis:'/'}}
|
97
|
96
|
</div>
|
98
|
97
|
</div>
|
|
98
|
+ </div>
|
99
|
99
|
|
100
|
|
- <div class="row" style="padding: 2px 0;line-height:23px;">
|
101
|
|
- <div class="inline_block" >
|
102
|
|
- T:
|
103
|
|
- <div class="under_line" style="width: 50px;text-align: center">
|
104
|
|
- {{predialysis.temperature?predialysis.temperature:'/'}}
|
105
|
|
- </div>
|
106
|
|
- °C
|
|
100
|
+ <div class="row" style="padding: 2px 0;line-height:23px;">
|
|
101
|
+ <div class="inline_block" >
|
|
102
|
+ T:
|
|
103
|
+ <div class="under_line" style="width: 50px;text-align: center">
|
|
104
|
+ {{predialysis.temperature?predialysis.temperature:'/'}}
|
107
|
105
|
</div>
|
108
|
|
- <div class="inline_block" style="margin-left:10px;">
|
109
|
|
- P:
|
110
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
111
|
|
- {{predialysis.pulse_frequency?predialysis.pulse_frequency:'/'}}
|
112
|
|
- </div>
|
113
|
|
- 次/分
|
|
106
|
+ °C
|
|
107
|
+ </div>
|
|
108
|
+ <div class="inline_block" style="margin-left:10px;">
|
|
109
|
+ P:
|
|
110
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
111
|
+ {{predialysis.pulse_frequency?predialysis.pulse_frequency:'/'}}
|
114
|
112
|
</div>
|
115
|
|
- <div class="inline_block" style="margin-left:10px;">
|
116
|
|
- R:
|
117
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
118
|
|
- {{predialysis.breathing_rate?predialysis.breathing_rate:'/'}}
|
119
|
|
- </div>
|
120
|
|
- 次/分
|
|
113
|
+ 次/分
|
|
114
|
+ </div>
|
|
115
|
+ <div class="inline_block" style="margin-left:10px;">
|
|
116
|
+ R:
|
|
117
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
118
|
+ {{predialysis.breathing_rate?predialysis.breathing_rate:'/'}}
|
121
|
119
|
</div>
|
122
|
|
- <div class="inline_block" style="margin-left:10px;">
|
123
|
|
- BP:
|
124
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
125
|
|
- {{predialysis.systolic_blood_pressure?predialysis.systolic_blood_pressure:'/'}}
|
126
|
|
- </div>
|
127
|
|
- /
|
128
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
129
|
|
- {{predialysis.diastolic_blood_pressure?predialysis.diastolic_blood_pressure:'/'}}
|
130
|
|
- </div>
|
131
|
|
- mmHg
|
|
120
|
+ 次/分
|
|
121
|
+ </div>
|
|
122
|
+ <div class="inline_block" style="margin-left:10px;">
|
|
123
|
+ BP:
|
|
124
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
125
|
+ {{predialysis.systolic_blood_pressure?predialysis.systolic_blood_pressure:'/'}}
|
132
|
126
|
</div>
|
133
|
|
- <div class="inline_block" style="margin-left:10px;">
|
134
|
|
- 血管通路:
|
135
|
|
- <div class="under_line" style="width: 200px;text-align: center;">
|
136
|
|
- {{QueryPartById(predialysis.blood_access_part_id)}} {{predialysis.blood_access_part_opera_name}}
|
137
|
|
- </div>
|
|
127
|
+ /
|
|
128
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
129
|
+ {{predialysis.diastolic_blood_pressure?predialysis.diastolic_blood_pressure:'/'}}
|
138
|
130
|
</div>
|
|
131
|
+ mmHg
|
139
|
132
|
</div>
|
140
|
|
- <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
141
|
|
- <div class="inline_block" style="flex:1;">
|
142
|
|
- 内瘘:
|
143
|
|
- <div class="under_line" style="width: 150px;text-align: center">
|
144
|
|
- {{predialysis.internal_fistula?predialysis.internal_fistula:'/'}}
|
145
|
|
- </div>
|
|
133
|
+ <div class="inline_block" style="margin-left:10px;">
|
|
134
|
+ 血管通路:
|
|
135
|
+ <div class="under_line" style="width: 200px;text-align: center;">
|
|
136
|
+ {{QueryPartById(predialysis.blood_access_part_id)}} {{predialysis.blood_access_part_opera_name}}
|
|
137
|
+ </div>
|
|
138
|
+ </div>
|
|
139
|
+ </div>
|
|
140
|
+ <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
|
141
|
+ <div class="inline_block" style="flex:1;">
|
|
142
|
+ 内瘘:
|
|
143
|
+ <div class="under_line" style="width: 150px;text-align: center">
|
|
144
|
+ {{predialysis.internal_fistula?predialysis.internal_fistula:'/'}}
|
146
|
145
|
</div>
|
|
146
|
+ </div>
|
147
|
147
|
|
148
|
|
- <div class="inline_block" style="margin-left:10px;flex:1;">
|
149
|
|
- 导管:
|
150
|
|
- <div class="under_line" style="width: 150px;text-align: center">
|
151
|
|
- {{predialysis.catheter?predialysis.catheter:'/'}}
|
152
|
|
- </div>
|
|
148
|
+ <div class="inline_block" style="margin-left:10px;flex:1;">
|
|
149
|
+ 导管:
|
|
150
|
+ <div class="under_line" style="width: 150px;text-align: center">
|
|
151
|
+ {{predialysis.catheter?predialysis.catheter:'/'}}
|
153
|
152
|
</div>
|
154
|
|
- <div class="inline_block" style="margin-left:10px;flex:1;">
|
155
|
|
- 穿刺方式:
|
156
|
|
- <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 0">
|
157
|
|
- /
|
158
|
|
- </div>
|
159
|
|
- <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 1">
|
160
|
|
- 绳梯
|
161
|
|
- </div>
|
162
|
|
- <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 2">
|
163
|
|
- 扣眼
|
164
|
|
- </div>
|
165
|
|
- <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 3">
|
166
|
|
- 区域
|
167
|
|
- </div>
|
|
153
|
+ </div>
|
|
154
|
+ <div class="inline_block" style="margin-left:10px;flex:1;">
|
|
155
|
+ 穿刺方式:
|
|
156
|
+ <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 0">
|
|
157
|
+ /
|
168
|
158
|
</div>
|
169
|
|
- <div class="inline_block" style="margin-left:10px;flex:1;">
|
170
|
|
- 穿刺针:
|
171
|
|
- <div class="under_line" style="width: 100px;text-align: center">
|
172
|
|
- {{predialysis.puncture_needle?predialysis.puncture_needle:'/'}}
|
173
|
|
- </div>
|
|
159
|
+ <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 1">
|
|
160
|
+ 绳梯
|
|
161
|
+ </div>
|
|
162
|
+ <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 2">
|
|
163
|
+ 扣眼
|
|
164
|
+ </div>
|
|
165
|
+ <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 3">
|
|
166
|
+ 区域
|
174
|
167
|
</div>
|
175
|
168
|
</div>
|
176
|
|
- <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
177
|
|
- <div class="inline_block" style="flex:1;">
|
178
|
|
- 透析方式:
|
179
|
|
- <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="!prescription.mode_id">
|
180
|
|
- /
|
181
|
|
- </div>
|
182
|
|
- <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==1">
|
183
|
|
- HD
|
184
|
|
- </div>
|
185
|
|
- <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==2">
|
186
|
|
- HDF
|
187
|
|
- </div>
|
188
|
|
- <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==3">
|
189
|
|
- HD+HP
|
190
|
|
- </div>
|
191
|
|
- <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==4">
|
192
|
|
- HP
|
193
|
|
- </div>
|
194
|
|
- <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==5">
|
195
|
|
- HF
|
196
|
|
- </div>
|
|
169
|
+ <div class="inline_block" style="margin-left:10px;flex:1;">
|
|
170
|
+ 穿刺针:
|
|
171
|
+ <div class="under_line" style="width: 100px;text-align: center">
|
|
172
|
+ {{predialysis.puncture_needle?predialysis.puncture_needle:'/'}}
|
197
|
173
|
</div>
|
198
|
|
-
|
199
|
|
- <div class="inline_block" style="margin-left:10px;flex:1;">
|
200
|
|
- 置换方式:
|
201
|
|
- <div class="under_line" style="width: 100px;text-align: center">
|
202
|
|
- {{getDisplaceLiquiPart(prescription.displace_liqui_part)}}
|
203
|
|
- </div>
|
|
174
|
+ </div>
|
|
175
|
+ </div>
|
|
176
|
+ <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
|
177
|
+ <div class="inline_block" style="flex:1;">
|
|
178
|
+ 透析方式:
|
|
179
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="!prescription.mode_id">
|
|
180
|
+ /
|
204
|
181
|
</div>
|
205
|
|
- <div class="inline_block" style="margin-left:10px;flex:1;">
|
206
|
|
- 置换量:
|
207
|
|
- <div class="under_line" style="width: 70px;text-align: center">
|
208
|
|
- {{prescription.displace_liqui_value?prescription.displace_liqui_value:'/'}}
|
209
|
|
- </div>
|
210
|
|
- L
|
|
182
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==1">
|
|
183
|
+ HD
|
211
|
184
|
</div>
|
212
|
|
- <div class="inline_block" style="margin-left:10px;flex:1;">
|
213
|
|
- 血流量:
|
214
|
|
- <div class="under_line" style="width: 50px;text-align: center">
|
215
|
|
- {{prescription.blood_flow_volume?prescription.blood_flow_volume:'/'}}
|
216
|
|
- </div>
|
217
|
|
- ml/min
|
|
185
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==2">
|
|
186
|
+ HDF
|
218
|
187
|
</div>
|
219
|
|
- <div class="inline_block" style="margin-left:10px;flex:1;">
|
220
|
|
- 透析时间:
|
221
|
|
- <div class="under_line" style="width: 50px;text-align: center">
|
222
|
|
- {{prescription.dialysis_duration_hour?prescription.dialysis_duration_hour:'/'}}
|
223
|
|
- </div>
|
224
|
|
- h
|
|
188
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==3">
|
|
189
|
+ HD+HP
|
|
190
|
+ </div>
|
|
191
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==4">
|
|
192
|
+ HP
|
|
193
|
+ </div>
|
|
194
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==5">
|
|
195
|
+ HF
|
225
|
196
|
</div>
|
226
|
197
|
</div>
|
227
|
|
- <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
228
|
|
- <div class="inline_block" style="flex:1;">
|
229
|
|
- 透析(滤)器:
|
230
|
|
- <div class="under_line" style="width: 100px;text-align: center">
|
231
|
|
- {{prescription.dialyzer_perfusion_apparatus?prescription.dialyzer_perfusion_apparatus:'/'}}
|
232
|
|
- </div>
|
|
198
|
+
|
|
199
|
+ <div class="inline_block" style="margin-left:10px;flex:1;">
|
|
200
|
+ 置换方式:
|
|
201
|
+ <div class="under_line" style="width: 100px;text-align: center">
|
|
202
|
+ {{getDisplaceLiquiPart(prescription.displace_liqui_part)}}
|
233
|
203
|
</div>
|
234
|
|
- <div class="inline_block" style="flex:1;">
|
235
|
|
- 灌流器:
|
236
|
|
- <div class="under_line" style="width: 70px;text-align: center">
|
237
|
|
- /
|
238
|
|
- </div>
|
|
204
|
+ </div>
|
|
205
|
+ <div class="inline_block" style="margin-left:10px;flex:1;">
|
|
206
|
+ 置换量:
|
|
207
|
+ <div class="under_line" style="width: 70px;text-align: center">
|
|
208
|
+ {{prescription.displace_liqui_value?prescription.displace_liqui_value:'/'}}
|
|
209
|
+ </div>
|
|
210
|
+ L
|
|
211
|
+ </div>
|
|
212
|
+ <div class="inline_block" style="margin-left:10px;flex:1;">
|
|
213
|
+ 血流量:
|
|
214
|
+ <div class="under_line" style="width: 50px;text-align: center">
|
|
215
|
+ {{prescription.blood_flow_volume?prescription.blood_flow_volume:'/'}}
|
|
216
|
+ </div>
|
|
217
|
+ ml/min
|
|
218
|
+ </div>
|
|
219
|
+ <div class="inline_block" style="margin-left:10px;flex:1;">
|
|
220
|
+ 透析时间:
|
|
221
|
+ <div class="under_line" style="width: 50px;text-align: center">
|
|
222
|
+ {{prescription.dialysis_duration_hour?prescription.dialysis_duration_hour:'/'}}
|
|
223
|
+ </div>
|
|
224
|
+ h
|
|
225
|
+ </div>
|
|
226
|
+ </div>
|
|
227
|
+ <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
|
228
|
+ <div class="inline_block" style="flex:1;">
|
|
229
|
+ 透析(滤)器:
|
|
230
|
+ <div class="under_line" style="width: 100px;text-align: center">
|
|
231
|
+ {{prescription.dialyzer_perfusion_apparatus?prescription.dialyzer_perfusion_apparatus:'/'}}
|
239
|
232
|
</div>
|
240
|
|
- <div class="inline_block" style="flex:1;">
|
241
|
|
- 干体重:
|
242
|
|
- <div class="under_line" style="width: 150px;text-align: center">
|
243
|
|
- {{predialysis.dry_weight?predialysis.dry_weight:'/'}}
|
244
|
|
- </div>kg
|
|
233
|
+ </div>
|
|
234
|
+ <div class="inline_block" style="flex:1;">
|
|
235
|
+ 灌流器:
|
|
236
|
+ <div class="under_line" style="width: 70px;text-align: center">
|
|
237
|
+ /
|
245
|
238
|
</div>
|
246
|
239
|
</div>
|
|
240
|
+ <div class="inline_block" style="flex:1;">
|
|
241
|
+ 干体重:
|
|
242
|
+ <div class="under_line" style="width: 150px;text-align: center">
|
|
243
|
+ {{predialysis.dry_weight?predialysis.dry_weight:'/'}}
|
|
244
|
+ </div>kg
|
|
245
|
+ </div>
|
|
246
|
+ </div>
|
247
|
247
|
|
248
|
|
- <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
249
|
|
- <div class="inline_block" style="flex:1;">
|
250
|
|
- 上次透后体重:
|
251
|
|
- <div class="under_line" style="width: 100px;text-align: center">
|
252
|
|
- {{predialysis.weight_after_last_transparency?predialysis.weight_after_last_transparency:'未称重'}}
|
253
|
|
- </div>
|
254
|
|
- kg
|
|
248
|
+ <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
|
249
|
+ <div class="inline_block" style="flex:1;">
|
|
250
|
+ 上次透后体重:
|
|
251
|
+ <div class="under_line" style="width: 100px;text-align: center">
|
|
252
|
+ {{predialysis.weight_after_last_transparency?predialysis.weight_after_last_transparency:'未称重'}}
|
255
|
253
|
</div>
|
256
|
|
- <div class="inline_block" style="flex:1;">
|
257
|
|
- 透前体重:
|
258
|
|
- <div class="under_line" style="width: 70px;text-align: center">
|
259
|
|
- {{predialysis.weight_before?predialysis.weight_before:'/'}}
|
260
|
|
- </div>
|
261
|
|
- kg
|
|
254
|
+ kg
|
|
255
|
+ </div>
|
|
256
|
+ <div class="inline_block" style="flex:1;">
|
|
257
|
+ 透前体重:
|
|
258
|
+ <div class="under_line" style="width: 70px;text-align: center">
|
|
259
|
+ {{predialysis.weight_before?predialysis.weight_before:'/'}}
|
262
|
260
|
</div>
|
263
|
|
- <div class="inline_block" style="flex:1;">
|
264
|
|
- 计划超滤量:
|
265
|
|
- <div class="under_line" style="width: 150px;text-align: center">
|
266
|
|
- {{prescription.target_ultrafiltration?prescription.target_ultrafiltration:'/'}}
|
267
|
|
- </div>
|
268
|
|
- L
|
|
261
|
+ kg
|
|
262
|
+ </div>
|
|
263
|
+ <div class="inline_block" style="flex:1;">
|
|
264
|
+ 计划超滤量:
|
|
265
|
+ <div class="under_line" style="width: 150px;text-align: center">
|
|
266
|
+ {{prescription.target_ultrafiltration?prescription.target_ultrafiltration:'/'}}
|
269
|
267
|
</div>
|
|
268
|
+ L
|
270
|
269
|
</div>
|
|
270
|
+ </div>
|
271
|
271
|
|
272
|
|
- <div class="row" style="padding: 2px 0;line-height:23px;">
|
273
|
|
- <div class="inline_block" >
|
274
|
|
- 透析液成分钾:
|
275
|
|
- <div class="under_line" style="width: 50px;text-align: center">
|
276
|
|
- {{prescription.kalium?prescription.kalium:'/'}}
|
277
|
|
- </div>
|
278
|
|
- mmol/L
|
|
272
|
+ <div class="row" style="padding: 2px 0;line-height:23px;">
|
|
273
|
+ <div class="inline_block" >
|
|
274
|
+ 透析液成分钾:
|
|
275
|
+ <div class="under_line" style="width: 50px;text-align: center">
|
|
276
|
+ {{prescription.kalium?prescription.kalium:'/'}}
|
279
|
277
|
</div>
|
280
|
|
- <div class="inline_block" style="margin-left:10px;">
|
281
|
|
- 钠:
|
282
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
283
|
|
- {{prescription.sodium?prescription.sodium:'/'}}
|
284
|
|
- </div>
|
285
|
|
- mmol/L
|
|
278
|
+ mmol/L
|
|
279
|
+ </div>
|
|
280
|
+ <div class="inline_block" style="margin-left:10px;">
|
|
281
|
+ 钠:
|
|
282
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
283
|
+ {{prescription.sodium?prescription.sodium:'/'}}
|
286
|
284
|
</div>
|
287
|
|
- <div class="inline_block" style="margin-left:10px;">
|
|
285
|
+ mmol/L
|
|
286
|
+ </div>
|
|
287
|
+ <div class="inline_block" style="margin-left:10px;">
|
288
|
288
|
钙:
|
289
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
290
|
|
- {{prescription.calcium?prescription.calcium:'/'}}
|
291
|
|
- </div>
|
292
|
|
- mmol/L
|
|
289
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
290
|
+ {{prescription.calcium?prescription.calcium:'/'}}
|
293
|
291
|
</div>
|
294
|
|
- <div class="inline_block" style="margin-left:10px;">
|
|
292
|
+ mmol/L
|
|
293
|
+ </div>
|
|
294
|
+ <div class="inline_block" style="margin-left:10px;">
|
295
|
295
|
碳酸氢根:
|
296
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
297
|
|
- {{prescription.bicarbonate?prescription.bicarbonate:'/'}}
|
298
|
|
- </div>
|
299
|
|
- mmol/L
|
|
296
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
297
|
+ {{prescription.bicarbonate?prescription.bicarbonate:'/'}}
|
300
|
298
|
</div>
|
301
|
|
- <div class="inline_block" style="margin-left:10px;">
|
|
299
|
+ mmol/L
|
|
300
|
+ </div>
|
|
301
|
+ <div class="inline_block" style="margin-left:10px;">
|
302
|
302
|
流量:
|
303
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
304
|
|
- {{prescription.dialysate_flow?prescription.dialysate_flow:'/'}}
|
305
|
|
- </div>
|
306
|
|
- ml/min
|
|
303
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
304
|
+ {{prescription.dialysate_flow?prescription.dialysate_flow:'/'}}
|
307
|
305
|
</div>
|
|
306
|
+ ml/min
|
308
|
307
|
</div>
|
309
|
|
- <div class="row" style="padding: 2px 0;line-height:23px;">
|
310
|
|
- <div class="inline_block" >
|
311
|
|
- 抗凝剂:
|
312
|
|
- <div class="under_line" style="width: 150px;text-align: center">
|
313
|
|
- {{prescription.anticoagulant_name?prescription.anticoagulant_name:'/'}}
|
314
|
|
- </div>
|
|
308
|
+ </div>
|
|
309
|
+ <div class="row" style="padding: 2px 0;line-height:23px;">
|
|
310
|
+ <div class="inline_block" >
|
|
311
|
+ 抗凝剂:
|
|
312
|
+ <div class="under_line" style="width: 150px;text-align: center">
|
|
313
|
+ {{prescription.anticoagulant_name?prescription.anticoagulant_name:'/'}}
|
315
|
314
|
</div>
|
316
|
|
- <div class="inline_block" style="margin-left:20px;">
|
317
|
|
- 首剂:
|
318
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
319
|
|
- {{prescription.anticoagulant_shouji?prescription.anticoagulant_shouji:'/'}}
|
320
|
|
- </div>
|
321
|
|
- lu
|
|
315
|
+ </div>
|
|
316
|
+ <div class="inline_block" style="margin-left:20px;">
|
|
317
|
+ 首剂:
|
|
318
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
319
|
+ {{prescription.anticoagulant_shouji?prescription.anticoagulant_shouji:'/'}}
|
322
|
320
|
</div>
|
323
|
|
- <div class="inline_block" style="margin-left:20px;">
|
|
321
|
+ lu
|
|
322
|
+ </div>
|
|
323
|
+ <div class="inline_block" style="margin-left:20px;">
|
324
|
324
|
维持:
|
325
|
|
- <div v-if="prescription.anticoagulant == 1" class="under_line" style="width: 50px;text-align: center;">
|
326
|
|
- {{prescription.anticoagulant_weichi?prescription.anticoagulant_weichi:"/"}}
|
327
|
|
- </div>
|
328
|
|
- <div v-if="prescription.anticoagulant != 1" class="under_line" style="width: 50px;text-align: center;">
|
329
|
|
- {{prescription.anticoagulant_weichi?prescription.anticoagulant_weichi:"0"}}
|
330
|
|
- </div>
|
331
|
|
- lu
|
|
325
|
+ <div v-if="prescription.anticoagulant == 1" class="under_line" style="width: 50px;text-align: center;">
|
|
326
|
+ {{prescription.anticoagulant_weichi?prescription.anticoagulant_weichi:"/"}}
|
332
|
327
|
</div>
|
333
|
|
- <div class="inline_block" style="margin-left:20px;">
|
|
328
|
+ <div v-if="prescription.anticoagulant != 1" class="under_line" style="width: 50px;text-align: center;">
|
|
329
|
+ {{prescription.anticoagulant_weichi?prescription.anticoagulant_weichi:"0"}}
|
|
330
|
+ </div>
|
|
331
|
+ lu
|
|
332
|
+ </div>
|
|
333
|
+ <div class="inline_block" style="margin-left:20px;">
|
334
|
334
|
总量:
|
335
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
336
|
|
- {{prescription.anticoagulant_zongliang?prescription.anticoagulant_zongliang:'/'}}
|
337
|
|
- </div>
|
338
|
|
- lu
|
|
335
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
336
|
+ {{prescription.anticoagulant_zongliang?prescription.anticoagulant_zongliang:'/'}}
|
339
|
337
|
</div>
|
340
|
|
- <div class="inline_block" style="margin-left:20px;">
|
|
338
|
+ lu
|
|
339
|
+ </div>
|
|
340
|
+ <div class="inline_block" style="margin-left:20px;">
|
341
|
341
|
透析机号:
|
342
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
343
|
|
- {{dialysisOrder&&dialysisOrder.DeviceNumber&&dialysisOrder.DeviceNumber.number.length > 0?dialysisOrder.DeviceNumber.number:patientInfo.DialysisSchedule.device_number.number}}
|
344
|
|
- </div>
|
|
342
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
343
|
+ {{dialysisOrder&&dialysisOrder.DeviceNumber&&dialysisOrder.DeviceNumber.number.length > 0?dialysisOrder.DeviceNumber.number:patientInfo.DialysisSchedule.device_number.number}}
|
345
|
344
|
</div>
|
346
|
345
|
</div>
|
347
|
|
- </td>
|
348
|
|
- </tr>
|
349
|
|
- <tr>
|
350
|
|
- <td style="padding: 0; position: relative;" colspan="2">
|
351
|
|
- <table class="inside_table">
|
352
|
|
- <tbody>
|
353
|
|
- <tr><td colspan="11" style="letter-spacing:5px;text-align:center;font-weight:520;font-size:16px;padding: 6px 8px;line-height: 30px;">治疗纪录</td></tr>
|
354
|
|
- <tr>
|
355
|
|
- <td width="60">时间</td>
|
356
|
|
- <td width="60">血压<br/>(mmHg)</td>
|
357
|
|
- <td width="50">脉搏<br>(次/分)</td>
|
358
|
|
- <td width="50">呼吸<br/>(次/分)</td>
|
359
|
|
- <td width="50">血流量<br/>(ml/min)</td>
|
360
|
|
- <td width="50">静脉压<br/>(mmHg)</td>
|
361
|
|
- <td width="50">跨膜压<br/>(mmHg)</td>
|
362
|
|
- <td width="60">透析液温度(°C)</td>
|
363
|
|
- <td width="50">电导度<br/>(ms/cm)</td>
|
364
|
|
- <td width="50">超滤量<br/>(ml)</td>
|
365
|
|
- <td width="200">病情变化及处理</td>
|
366
|
|
-
|
367
|
|
- <!-- <td width="100">时间</td>
|
368
|
|
- <td width="30">T<br>C°</td>
|
369
|
|
- <td width="30">P<br/>次/分</td>
|
370
|
|
- <td width="30">R<br/>次/分</td>
|
371
|
|
- <td width="100">BP<br/>mmHg</td>
|
372
|
|
- <td width="60">静脉压/动脉压<br/>mmHg</td>
|
373
|
|
- <td width="80">血流量<br/>ml/min</td>
|
374
|
|
- <td width="90">超滤量累计L</td>
|
375
|
|
- <td width="80">钠浓度<br/>mmol/L</td>
|
376
|
|
- <td width="240">病情特殊情况处理<br/>及专科护理措施记录</td>
|
377
|
|
- <td width="100">护士签名</td> -->
|
378
|
|
- </tr>
|
379
|
|
-
|
380
|
|
- <tr v-for="(monitor,monindex) in monitors" :key="monindex">
|
381
|
|
- <td>{{getTime(monitor.operate_time,'{h}:{i}')}}</td>
|
382
|
|
- <td>{{monitor.systolic_blood_pressure?monitor.systolic_blood_pressure+'/':''}}{{monitor.diastolic_blood_pressure?monitor.diastolic_blood_pressure:''}}</td>
|
383
|
|
- <td>{{monitor.pulse_frequency?monitor.pulse_frequency:''}}</td>
|
384
|
|
- <td>{{monitor.breathing_rate?monitor.breathing_rate:''}}</td>
|
385
|
|
- <td>{{monitor.blood_flow_volume?monitor.blood_flow_volume:''}}</td>
|
386
|
|
- <td>{{monitor.venous_pressure?monitor.venous_pressure:''}}</td>
|
387
|
|
- <td>{{monitor.transmembrane_pressure?monitor.transmembrane_pressure:0}}</td>
|
388
|
|
- <td>{{monitor.dialysate_temperature?monitor.dialysate_temperature:''}}</td>
|
389
|
|
- <td>{{monitor.sodium_concentration?monitor.sodium_concentration:''}}</td>
|
390
|
|
- <td>{{monitor.ultrafiltration_volume?monitor.ultrafiltration_volume:0}}</td>
|
391
|
|
- <td style="line-height:16px;padding:0px;">
|
392
|
|
- <div style="min-height:35px;line-height:35px; overflow:hidden;">
|
|
346
|
+ </div>
|
|
347
|
+ </td>
|
|
348
|
+ </tr>
|
|
349
|
+ <tr>
|
|
350
|
+ <td style="padding: 0; position: relative;" colspan="2">
|
|
351
|
+ <table class="inside_table">
|
|
352
|
+ <tbody>
|
|
353
|
+ <tr><td :colspan="(prescription.mode_id==2 || prescription.mode_id==5) ? 12 :11" style="letter-spacing:5px;text-align:center;font-weight:520;font-size:16px;padding: 6px 8px;line-height: 30px;">治疗纪录</td></tr>
|
|
354
|
+ <tr>
|
|
355
|
+ <td width="60">时间</td>
|
|
356
|
+ <td width="60">血压<br/>(mmHg)</td>
|
|
357
|
+ <td width="50">脉搏<br>(次/分)</td>
|
|
358
|
+ <td width="50">呼吸<br/>(次/分)</td>
|
|
359
|
+ <td width="50">血流量<br/>(ml/min)</td>
|
|
360
|
+ <td width="50">静脉压<br/>(mmHg)</td>
|
|
361
|
+ <td width="50">跨膜压<br/>(mmHg)</td>
|
|
362
|
+ <td width="60">透析液温度(°C)</td>
|
|
363
|
+ <td width="50">电导度<br/>(ms/cm)</td>
|
|
364
|
+ <td width="50">超滤量<br/>(ml)</td>
|
|
365
|
+ <td v-if="prescription.mode_id==2 || prescription.mode_id==5" width="50">置换量<br/>(ml)</td>
|
|
366
|
+ <td width="200">病情变化及处理</td>
|
|
367
|
+
|
|
368
|
+ <!-- <td width="100">时间</td>
|
|
369
|
+ <td width="30">T<br>C°</td>
|
|
370
|
+ <td width="30">P<br/>次/分</td>
|
|
371
|
+ <td width="30">R<br/>次/分</td>
|
|
372
|
+ <td width="100">BP<br/>mmHg</td>
|
|
373
|
+ <td width="60">静脉压/动脉压<br/>mmHg</td>
|
|
374
|
+ <td width="80">血流量<br/>ml/min</td>
|
|
375
|
+ <td width="90">超滤量累计L</td>
|
|
376
|
+ <td width="80">钠浓度<br/>mmol/L</td>
|
|
377
|
+ <td width="240">病情特殊情况处理<br/>及专科护理措施记录</td>
|
|
378
|
+ <td width="100">护士签名</td> -->
|
|
379
|
+ </tr>
|
|
380
|
+
|
|
381
|
+ <tr v-for="(monitor,monindex) in monitors" :key="monindex">
|
|
382
|
+ <td>{{getTime(monitor.operate_time,'{h}:{i}')}}</td>
|
|
383
|
+ <td>{{monitor.systolic_blood_pressure?monitor.systolic_blood_pressure+'/':''}}{{monitor.diastolic_blood_pressure?monitor.diastolic_blood_pressure:''}}</td>
|
|
384
|
+ <td>{{monitor.pulse_frequency?monitor.pulse_frequency:''}}</td>
|
|
385
|
+ <td>{{monitor.breathing_rate?monitor.breathing_rate:''}}</td>
|
|
386
|
+ <td>{{monitor.blood_flow_volume?monitor.blood_flow_volume:''}}</td>
|
|
387
|
+ <td>{{monitor.venous_pressure?monitor.venous_pressure:''}}</td>
|
|
388
|
+ <td>{{monitor.transmembrane_pressure?monitor.transmembrane_pressure:0}}</td>
|
|
389
|
+ <td>{{monitor.dialysate_temperature?monitor.dialysate_temperature:''}}</td>
|
|
390
|
+ <td>{{monitor.sodium_concentration?monitor.sodium_concentration:''}}</td>
|
|
391
|
+ <td>{{monitor.ultrafiltration_volume?monitor.ultrafiltration_volume:0}}</td>
|
|
392
|
+ <td v-if="prescription.mode_id==2 || prescription.mode_id==5" width="50">{{monitor.displacement_quantity?monitor.displacement_quantity:0}}</td>
|
|
393
|
+ <td style="line-height:16px;padding:0px;">
|
|
394
|
+ <div style="min-height:35px;line-height:35px; overflow:hidden;">
|
393
|
395
|
<span style="word-break: break-all;margin:0;line-height:16px;-webkit-line-clamp:3;overflow:visible;display:inline-block;vertical-align:middle;height:auto;">
|
394
|
396
|
<template v-if="monindex == 0">【开始透析】</template>
|
395
|
397
|
{{monitor.end}}
|
396
|
398
|
{{monitor.symptom}} {{monitor.dispose}} {{monitor.result}}
|
397
|
399
|
</span>
|
398
|
|
- </div>
|
399
|
|
- </td>
|
400
|
|
- </tr>
|
401
|
|
- <tr v-for="(monitor,monindex) in monitors2" :key="monindex">
|
402
|
|
- <td> </td>
|
403
|
|
- <td> </td>
|
404
|
|
- <td> </td>
|
405
|
|
- <td> </td>
|
406
|
|
- <td> </td>
|
407
|
|
- <td> </td>
|
408
|
|
- <td> </td>
|
409
|
|
- <td> </td>
|
410
|
|
- <td> </td>
|
411
|
|
- <td> </td>
|
412
|
|
- <td style="line-height:16px;padding:0px;"><div style="height:40px;line-height:20px; overflow:hidden;"><span style="word-break: break-all;margin:0;line-height:16px;-webkit-line-clamp:3;overflow:visible;display:inline-block;vertical-align:middle;height:auto;"> </span> </div></td>
|
413
|
|
- </tr>
|
414
|
|
- </tbody>
|
415
|
|
- </table>
|
416
|
|
- </td>
|
417
|
|
- </tr>
|
418
|
|
- <tr>
|
419
|
|
- <td style="padding: 0; position: relative;" colspan="2">
|
420
|
|
- <table class="inside_table">
|
421
|
|
- <tbody>
|
422
|
|
- <tr style="line-height:35px;padding:8px 5px;">
|
423
|
|
- <td colspan="7" style="letter-spacing:5px;text-align:center;font-weight:520;font-size:16px;padding: 6px 8px;line-height: 30px;">医嘱内容</td>
|
424
|
|
- </tr>
|
425
|
|
- <!-- <tr style="line-height:35px;padding:8px 5px;">
|
426
|
|
- <td colspan="4" style="font-size: 16px">开医嘱</td>
|
427
|
|
- <td colspan="3" style="font-size: 16px">执行核对医嘱</td>
|
428
|
|
- </tr> -->
|
429
|
|
- <tr style="line-height:35px;padding:8px 5px;">
|
430
|
|
- <td style="font-size: 16px" width="10%">时间</td>
|
431
|
|
- <td style="font-size: 16px" colspan="2" width="45%">医嘱内容</td>
|
432
|
|
- <td style="font-size: 16px" width="10%">医生签名</td>
|
433
|
|
- <!-- <td style="font-size: 16px" width="10%">核对人签名</td> -->
|
434
|
|
- <td style="font-size: 16px" width="10%">执行人签名</td>
|
435
|
|
- <td style="font-size: 16px" width="10%">时间</td>
|
436
|
|
- </tr>
|
437
|
|
- <!-- <template v-for="group in doctor_advices" > -->
|
438
|
|
- <tr v-for="(advice, advice_index) in doctor_advices" :key="advice_index" >
|
439
|
|
- <td height="32px" >
|
|
400
|
+ </div>
|
|
401
|
+ </td>
|
|
402
|
+ </tr>
|
|
403
|
+ <tr v-for="(monitor,monindex) in monitors2" :key="monindex">
|
|
404
|
+ <td> </td>
|
|
405
|
+ <td> </td>
|
|
406
|
+ <td> </td>
|
|
407
|
+ <td> </td>
|
|
408
|
+ <td> </td>
|
|
409
|
+ <td> </td>
|
|
410
|
+ <td> </td>
|
|
411
|
+ <td> </td>
|
|
412
|
+ <td> </td>
|
|
413
|
+ <td> </td>
|
|
414
|
+ <td v-if="prescription.mode_id==2 || prescription.mode_id==5" width="50"></td>
|
|
415
|
+ <td style="line-height:16px;padding:0px;"><div style="height:40px;line-height:20px; overflow:hidden;"><span style="word-break: break-all;margin:0;line-height:16px;-webkit-line-clamp:3;overflow:visible;display:inline-block;vertical-align:middle;height:auto;"> </span> </div></td>
|
|
416
|
+ </tr>
|
|
417
|
+ </tbody>
|
|
418
|
+ </table>
|
|
419
|
+ </td>
|
|
420
|
+ </tr>
|
|
421
|
+ <tr>
|
|
422
|
+ <td style="padding: 0; position: relative;" colspan="2">
|
|
423
|
+ <table class="inside_table">
|
|
424
|
+ <tbody>
|
|
425
|
+ <tr style="line-height:35px;padding:8px 5px;">
|
|
426
|
+ <td colspan="7" style="letter-spacing:5px;text-align:center;font-weight:520;font-size:16px;padding: 6px 8px;line-height: 30px;">医嘱内容</td>
|
|
427
|
+ </tr>
|
|
428
|
+ <!-- <tr style="line-height:35px;padding:8px 5px;">
|
|
429
|
+ <td colspan="4" style="font-size: 16px">开医嘱</td>
|
|
430
|
+ <td colspan="3" style="font-size: 16px">执行核对医嘱</td>
|
|
431
|
+ </tr> -->
|
|
432
|
+ <tr style="line-height:35px;padding:8px 5px;">
|
|
433
|
+ <td style="font-size: 16px" width="10%">时间</td>
|
|
434
|
+ <td style="font-size: 16px" colspan="2" width="45%">医嘱内容</td>
|
|
435
|
+ <td style="font-size: 16px" width="10%">医生签名</td>
|
|
436
|
+ <!-- <td style="font-size: 16px" width="10%">核对人签名</td> -->
|
|
437
|
+ <td style="font-size: 16px" width="10%">执行人签名</td>
|
|
438
|
+ <td style="font-size: 16px" width="10%">时间</td>
|
|
439
|
+ </tr>
|
|
440
|
+ <!-- <template v-for="group in doctor_advices" > -->
|
|
441
|
+ <tr v-for="(advice, advice_index) in doctor_advices" :key="advice_index" >
|
|
442
|
+ <td height="32px" >
|
440
|
443
|
<span v-if="advice.start_time">
|
441
|
444
|
{{getTime(advice.start_time,'{h}:{i}')}}
|
442
|
445
|
</span>
|
443
|
|
- <!-- <span v-else> <br/> </span> -->
|
444
|
|
- </td>
|
445
|
|
- <td height="32px" colspan="2" class="advice-name" style="padding-left:7px;" >
|
446
|
|
- <span v-if="advice.parent_id > 0">---></span>
|
447
|
|
- <span >{{advice.advice_name }}</span>
|
448
|
|
- <span v-if="advice&&advice.advice_desc">({{advice.advice_desc}}{{advice.drug_spec_unit}})</span>
|
449
|
|
- <span v-if="advice.prescribing_number"> {{advice.prescribing_number}}{{advice.prescribing_number_unit}}</span>
|
450
|
|
- <span v-if="advice.single_dose != 0"> {{advice.single_dose}}{{advice.single_dose_unit}}</span>
|
451
|
|
- <span v-if="advice.parent_id == 0 ">{{advice.delivery_way}}</span>
|
452
|
|
- <span v-if="advice.parent_id == 0 ">{{advice.execution_frequency}}</span>
|
453
|
|
- <span v-if="advice.parent_id == 0 && advice.remark.length > 0" >({{advice.remark}})</span>
|
454
|
|
- </td>
|
455
|
|
- <!-- <td colspan="2" height="60px" style="text-align: center" v-else >
|
456
|
|
- <span>{{advice.delivery_way}}</span>
|
457
|
|
- <span>{{advice.execution_frequency}}</span>
|
458
|
|
- <span v-if="advice.remark.length > 0">({{advice.remark}})</span>
|
459
|
|
- </td> -->
|
460
|
|
- <!-- <td width="10%" v-if="(advice.children && advice.children.length > 0 || advice.parent_id > 0) && advice.isShow == 2" ></td> -->
|
461
|
|
- <td height="32px">
|
462
|
|
- <span v-if="setAdminUserES(advice.advice_doctor) == ''">{{getAdminUser(advice.advice_doctor)}}</span>
|
463
|
|
- <img style="height:20px;" :src="setAdminUserES(advice.advice_doctor)" alt="" srcset="" v-else>
|
464
|
|
- </td>
|
465
|
|
- <!-- <td height="35px">
|
466
|
|
- <span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
|
467
|
|
- <img style="height:20px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else>
|
468
|
|
- </td> -->
|
469
|
|
- <td height="32px">
|
470
|
|
- <span v-if="setAdminUserES(advice.execution_staff) == ''">{{getAdminUser(advice.execution_staff)}}</span>
|
471
|
|
- <img style="height:20px;" :src="setAdminUserES(advice.execution_staff)" alt="" srcset="" v-else>
|
472
|
|
- </td>
|
473
|
|
- <td height="32px">
|
474
|
|
- <span v-if="advice.execution_time">{{getTime(advice.execution_time,'{h}:{i}')}}</span>
|
475
|
|
- </td>
|
476
|
|
- </tr>
|
477
|
|
- <!-- </template> -->
|
478
|
|
- </tbody>
|
479
|
|
- </table>
|
480
|
|
- </td>
|
481
|
|
- </tr>
|
|
446
|
+ <!-- <span v-else> <br/> </span> -->
|
|
447
|
+ </td>
|
|
448
|
+ <td height="32px" colspan="2" class="advice-name" style="padding-left:7px;" >
|
|
449
|
+ <span v-if="advice.parent_id > 0">---></span>
|
|
450
|
+ <span >{{advice.advice_name }}</span>
|
|
451
|
+ <span v-if="advice&&advice.advice_desc">({{advice.advice_desc}}{{advice.drug_spec_unit}})</span>
|
|
452
|
+ <span v-if="advice.prescribing_number"> {{advice.prescribing_number}}{{advice.prescribing_number_unit}}</span>
|
|
453
|
+ <span v-if="advice.single_dose != 0"> {{advice.single_dose}}{{advice.single_dose_unit}}</span>
|
|
454
|
+ <span v-if="advice.parent_id == 0 ">{{advice.delivery_way}}</span>
|
|
455
|
+ <span v-if="advice.parent_id == 0 ">{{advice.execution_frequency}}</span>
|
|
456
|
+ <span v-if="advice.parent_id == 0 && advice.remark.length > 0" >({{advice.remark}})</span>
|
|
457
|
+ </td>
|
|
458
|
+ <!-- <td colspan="2" height="60px" style="text-align: center" v-else >
|
|
459
|
+ <span>{{advice.delivery_way}}</span>
|
|
460
|
+ <span>{{advice.execution_frequency}}</span>
|
|
461
|
+ <span v-if="advice.remark.length > 0">({{advice.remark}})</span>
|
|
462
|
+ </td> -->
|
|
463
|
+ <!-- <td width="10%" v-if="(advice.children && advice.children.length > 0 || advice.parent_id > 0) && advice.isShow == 2" ></td> -->
|
|
464
|
+ <td height="32px">
|
|
465
|
+ <span v-if="setAdminUserES(advice.advice_doctor) == ''">{{getAdminUser(advice.advice_doctor)}}</span>
|
|
466
|
+ <img style="height:20px;" :src="setAdminUserES(advice.advice_doctor)" alt="" srcset="" v-else>
|
|
467
|
+ </td>
|
|
468
|
+ <!-- <td height="35px">
|
|
469
|
+ <span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
|
|
470
|
+ <img style="height:20px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else>
|
|
471
|
+ </td> -->
|
|
472
|
+ <td height="32px">
|
|
473
|
+ <span v-if="setAdminUserES(advice.execution_staff) == ''">{{getAdminUser(advice.execution_staff)}}</span>
|
|
474
|
+ <img style="height:20px;" :src="setAdminUserES(advice.execution_staff)" alt="" srcset="" v-else>
|
|
475
|
+ </td>
|
|
476
|
+ <td height="32px">
|
|
477
|
+ <span v-if="advice.execution_time">{{getTime(advice.execution_time,'{h}:{i}')}}</span>
|
|
478
|
+ </td>
|
|
479
|
+ </tr>
|
|
480
|
+ <!-- </template> -->
|
|
481
|
+ </tbody>
|
|
482
|
+ </table>
|
|
483
|
+ </td>
|
|
484
|
+ </tr>
|
482
|
485
|
</tbody>
|
483
|
486
|
</table>
|
484
|
487
|
</div>
|
|
@@ -503,27 +506,27 @@
|
503
|
506
|
</div>
|
504
|
507
|
<div class="inline_block">
|
505
|
508
|
门诊:
|
506
|
|
- <div class="under_line" style="width: 30px;text-align: center;">
|
507
|
|
- <check-box :checked="patientInfo_source_1 "></check-box>
|
508
|
|
- </div>
|
|
509
|
+ <div class="under_line" style="width: 30px;text-align: center;">
|
|
510
|
+ <check-box :checked="patientInfo_source_1 "></check-box>
|
|
511
|
+ </div>
|
509
|
512
|
</div>
|
510
|
513
|
<div class="inline_block">
|
511
|
514
|
病区:
|
512
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
513
|
|
- {{'/'}}
|
514
|
|
- </div>
|
|
515
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
516
|
+ {{'/'}}
|
|
517
|
+ </div>
|
515
|
518
|
</div>
|
516
|
519
|
<div class="inline_block">
|
517
|
520
|
床号:
|
518
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
519
|
|
- {{'/'}}
|
520
|
|
- </div>
|
|
521
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
522
|
+ {{'/'}}
|
|
523
|
+ </div>
|
521
|
524
|
</div>
|
522
|
525
|
<div class="inline_block">
|
523
|
526
|
透析号:
|
524
|
|
- <div class="under_line" style="width: 70px;text-align: center;">
|
525
|
|
- {{patientInfo.dialysis_no}}
|
526
|
|
- </div>
|
|
527
|
+ <div class="under_line" style="width: 70px;text-align: center;">
|
|
528
|
+ {{patientInfo.dialysis_no}}
|
|
529
|
+ </div>
|
527
|
530
|
</div>
|
528
|
531
|
<div class="inline_block" style="margin-left: 5px;">
|
529
|
532
|
住院号/门诊号:
|
|
@@ -582,7 +585,7 @@
|
582
|
585
|
<span >{{advice.advice_name }}</span>
|
583
|
586
|
<span v-if="advice&&advice.advice_desc">({{advice.advice_desc}}{{advice.drug_spec_unit}})</span>
|
584
|
587
|
<span v-if="advice.prescribing_number"> {{advice.prescribing_number}}{{advice.prescribing_number_unit}}</span>
|
585
|
|
- <span v-if="advice.single_dose != 0"> {{advice.single_dose}}{{advice.single_dose_unit}}</span>
|
|
588
|
+ <span v-if="advice.single_dose != 0"> {{advice.single_dose}}{{advice.single_dose_unit}}</span>
|
586
|
589
|
<span v-if="advice.parent_id == 0 ">{{advice.delivery_way}}</span>
|
587
|
590
|
<span v-if="advice.parent_id == 0 ">{{advice.execution_frequency}}</span>
|
588
|
591
|
<span v-if="advice.parent_id == 0 && advice.remark.length > 0" >({{advice.remark}})</span>
|
|
@@ -636,7 +639,7 @@
|
636
|
639
|
</div>
|
637
|
640
|
次/分
|
638
|
641
|
</div>
|
639
|
|
- <div class="inline_block" style="margin-left:10px;flex:1;">
|
|
642
|
+ <div class="inline_block" style="margin-left:10px;flex:1.5;">
|
640
|
643
|
BP:
|
641
|
644
|
<div class="under_line" style="width: 50px;text-align: center;">
|
642
|
645
|
{{afterdialysis.systolic_blood_pressure?afterdialysis.systolic_blood_pressure:'/'}}
|
|
@@ -647,6 +650,17 @@
|
647
|
650
|
</div>
|
648
|
651
|
mmHg
|
649
|
652
|
</div>
|
|
653
|
+ <div class="inline_block" style="margin-left:10px;flex:1.5;">
|
|
654
|
+ 实际治疗时间:
|
|
655
|
+ <div class="under_line" style="width: 30px;text-align: center">
|
|
656
|
+ {{afterdialysis.actual_treatment_hour?afterdialysis.actual_treatment_hour:'/'}}
|
|
657
|
+ </div>
|
|
658
|
+ h
|
|
659
|
+ <div class="under_line" style="width: 30px;text-align: center">
|
|
660
|
+ {{afterdialysis.actual_treatment_minute?afterdialysis.actual_treatment_minute:0}}
|
|
661
|
+ </div>
|
|
662
|
+ min
|
|
663
|
+ </div>
|
650
|
664
|
</div>
|
651
|
665
|
<div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
652
|
666
|
<div class="inline_block" style="flex:2;">
|
|
@@ -655,9 +669,9 @@
|
655
|
669
|
{{afterdialysis.cruor?afterdialysis.cruor:'/'}}
|
656
|
670
|
</div>
|
657
|
671
|
</div>
|
658
|
|
- <div class="inline_block" style="flex:1;">
|
|
672
|
+ <div class="inline_block" style="flex:2;">
|
659
|
673
|
内瘘:
|
660
|
|
- <div class="under_line" style="width: 70px;text-align: center">
|
|
674
|
+ <div class="under_line" style="width: 200px;text-align: center">
|
661
|
675
|
{{afterdialysis.internal_fistula?afterdialysis.internal_fistula:'/'}}
|
662
|
676
|
</div>
|
663
|
677
|
</div>
|
|
@@ -667,17 +681,7 @@
|
667
|
681
|
{{afterdialysis.catheter?afterdialysis.catheter:'/'}}
|
668
|
682
|
</div>
|
669
|
683
|
</div>
|
670
|
|
- <div class="inline_block" style="flex:1.5;">
|
671
|
|
- 实际治疗时间:
|
672
|
|
- <div class="under_line" style="width: 30px;text-align: center">
|
673
|
|
- {{afterdialysis.actual_treatment_hour?afterdialysis.actual_treatment_hour:'/'}}
|
674
|
|
- </div>
|
675
|
|
- h
|
676
|
|
- <div class="under_line" style="width: 30px;text-align: center">
|
677
|
|
- {{afterdialysis.actual_treatment_minute?afterdialysis.actual_treatment_minute:0}}
|
678
|
|
- </div>
|
679
|
|
- min
|
680
|
|
- </div>
|
|
684
|
+
|
681
|
685
|
</div>
|
682
|
686
|
|
683
|
687
|
<div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
|
@@ -900,7 +904,7 @@
|
900
|
904
|
}
|
901
|
905
|
},
|
902
|
906
|
methods: {
|
903
|
|
- getDisplaceLiquiPart: function (val) {
|
|
907
|
+ getDisplaceLiquiPart: function (val) {
|
904
|
908
|
let displace_liqui_part_name = '/'
|
905
|
909
|
let displace_liqui_part = this.displaceLiquiPartOptions
|
906
|
910
|
for (let i = 0; i < displace_liqui_part.length; i++) {
|
|
@@ -910,7 +914,7 @@
|
910
|
914
|
}
|
911
|
915
|
return displace_liqui_part_name
|
912
|
916
|
},
|
913
|
|
- replacementWaysById: function (val) {
|
|
917
|
+ replacementWaysById: function (val) {
|
914
|
918
|
let replacementWaysname = '/'
|
915
|
919
|
// let vascular_access = getDataConfig('hemodialysis', 'vascular_access')
|
916
|
920
|
|
|
@@ -1148,7 +1152,7 @@
|
1148
|
1152
|
tempmonitorflag = false
|
1149
|
1153
|
}
|
1150
|
1154
|
if(tempmonitorflag && index == this.monitors.length-1){
|
1151
|
|
- this.monitors[index].end ="【结束透析】"
|
|
1155
|
+ this.monitors[index].end ="【结束透析】"
|
1152
|
1156
|
}
|
1153
|
1157
|
}
|
1154
|
1158
|
|
|
@@ -1456,7 +1460,7 @@
|
1456
|
1460
|
</script>
|
1457
|
1461
|
|
1458
|
1462
|
<style>
|
1459
|
|
- .print_page_main_content {
|
|
1463
|
+ .print_page_main_content {
|
1460
|
1464
|
background-color: white;
|
1461
|
1465
|
width: 960px;
|
1462
|
1466
|
margin: 0 auto 50px;
|
|
@@ -1471,7 +1475,7 @@
|
1471
|
1475
|
letter-spacing: 5px;
|
1472
|
1476
|
}
|
1473
|
1477
|
|
1474
|
|
- .dialysis-print-order .order-title {
|
|
1478
|
+ .dialysis-print-order .order-title {
|
1475
|
1479
|
margin: auto;
|
1476
|
1480
|
font-weight: 600;
|
1477
|
1481
|
text-align: center;
|
|
@@ -1495,11 +1499,11 @@
|
1495
|
1499
|
.inline_block {
|
1496
|
1500
|
display: inline-block;
|
1497
|
1501
|
}
|
1498
|
|
- .under_line_two {display: inline-block;border-bottom: 1px solid #999;text-align: left;white-space: nowrap;width: 50%;}
|
|
1502
|
+ .under_line_two {display: inline-block;border-bottom: 1px solid #999;text-align: left;white-space: nowrap;width: 50%;}
|
1499
|
1503
|
|
1500
|
|
- .under_line_two::before {content: "\00A0";}
|
|
1504
|
+ .under_line_two::before {content: "\00A0";}
|
1501
|
1505
|
|
1502
|
|
- .under_line_two::after {content: "\00A0";}
|
|
1506
|
+ .under_line_two::after {content: "\00A0";}
|
1503
|
1507
|
|
1504
|
1508
|
.under_line {display: inline-block;border-bottom: 1px solid #999;text-align: center;white-space: nowrap;width: 50%;}
|
1505
|
1509
|
|
|
@@ -1580,7 +1584,7 @@
|
1580
|
1584
|
}
|
1581
|
1585
|
.margin-bottom-50{
|
1582
|
1586
|
}
|
1583
|
|
- .margin-bottom-300 {
|
|
1587
|
+ .margin-bottom-300 {
|
1584
|
1588
|
margin-bottom:450px;
|
1585
|
1589
|
}
|
1586
|
1590
|
.margin-bottom-600 {
|
|
@@ -1610,5 +1614,5 @@
|
1610
|
1614
|
margin-left: 2px;
|
1611
|
1615
|
margin-top: 2px;
|
1612
|
1616
|
position: absolute;
|
1613
|
|
-}
|
|
1617
|
+ }
|
1614
|
1618
|
</style>
|