|
@@ -70,414 +70,489 @@
|
70
|
70
|
</div>
|
71
|
71
|
|
72
|
72
|
|
73
|
|
- <div class="row">
|
|
73
|
+ <div class="row" :style=" this.totollength > 14?'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}}
|
|
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>
|
84
|
85
|
</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}}
|
|
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>
|
90
|
91
|
</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}}
|
|
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>
|
96
|
97
|
</div>
|
97
|
98
|
</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
|
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:''}}
|
|
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
|
112
|
107
|
</div>
|
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:''}}
|
|
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
|
+ 次/分
|
119
|
114
|
</div>
|
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:''}}
|
|
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
|
+ 次/分
|
126
|
121
|
</div>
|
127
|
|
- /
|
128
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
129
|
|
- {{predialysis.diastolic_blood_pressure?predialysis.diastolic_blood_pressure:''}}
|
|
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
|
130
|
132
|
</div>
|
131
|
|
- mmHg
|
132
|
|
- </div>
|
133
|
|
- <div class="inline_block" style="margin-left:10px;">
|
134
|
|
- 血管通路:
|
135
|
|
- <div class="under_line" style="width: 200px;text-align: center;">
|
136
|
|
- {{predialysis.blood_access_part_id?blood_access_part[predialysis.blood_access_part_id]['name']:''}} {{predialysis.blood_access_part_opera_name}}
|
|
133
|
+ <div class="inline_block" style="margin-left:10px;">
|
|
134
|
+ 血管通路:
|
|
135
|
+ <div class="under_line" style="width: 200px;text-align: center;">
|
|
136
|
+ {{predialysis.blood_access_part_id?blood_access_part[predialysis.blood_access_part_id]['name']:'/'}} {{predialysis.blood_access_part_opera_name}}
|
|
137
|
+ </div>
|
137
|
138
|
</div>
|
138
|
139
|
</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:'/'}}
|
|
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>
|
145
|
146
|
</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>
|
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
|
|
-
|
158
|
|
- </div>
|
159
|
|
- <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 1">
|
160
|
|
- 绳梯
|
|
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>
|
161
|
153
|
</div>
|
162
|
|
- <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 2">
|
163
|
|
- 扣眼
|
|
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>
|
164
|
168
|
</div>
|
165
|
|
- <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 3">
|
166
|
|
- 区域
|
|
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>
|
167
|
174
|
</div>
|
168
|
175
|
</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>
|
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
|
|
-
|
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
|
|
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>
|
190
|
197
|
</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>
|
197
|
|
- </div>
|
198
|
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
|
|
- /
|
|
199
|
+ <div class="inline_block" style="margin-left:10px;flex:1;">
|
|
200
|
+ 置换方式:
|
|
201
|
+ <div class="under_line" style="width: 100px;text-align: center">
|
|
202
|
+ /
|
|
203
|
+ </div>
|
203
|
204
|
</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:'/'}}
|
|
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
|
209
|
211
|
</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:'/'}}
|
|
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
|
216
|
218
|
</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:''}}
|
|
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
|
223
|
225
|
</div>
|
224
|
|
- h
|
225
|
226
|
</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}}
|
|
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>
|
232
|
233
|
</div>
|
233
|
|
- </div>
|
234
|
|
- <div class="inline_block" style="flex:1;">
|
235
|
|
- 灌流器:
|
236
|
|
- <div class="under_line" style="width: 70px;text-align: center">
|
237
|
|
- /
|
|
234
|
+ <div class="inline_block" style="flex:1;">
|
|
235
|
+ 灌流器:
|
|
236
|
+ <div class="under_line" style="width: 70px;text-align: center">
|
|
237
|
+ /
|
|
238
|
+ </div>
|
|
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
|
238
|
245
|
</div>
|
239
|
246
|
</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:'未称重'}}
|
|
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
|
253
|
255
|
</div>
|
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:''}}
|
|
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
|
260
|
262
|
</div>
|
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:''}}
|
|
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
|
267
|
269
|
</div>
|
268
|
|
- L
|
269
|
270
|
</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:''}}
|
|
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
|
277
|
279
|
</div>
|
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:''}}
|
|
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
|
284
|
286
|
</div>
|
285
|
|
- mmol/L
|
286
|
|
- </div>
|
287
|
|
- <div class="inline_block" style="margin-left:10px;">
|
288
|
|
- 钙:
|
289
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
290
|
|
- {{prescription.calcium?prescription.calcium:''}}
|
|
287
|
+ <div class="inline_block" style="margin-left:10px;">
|
|
288
|
+ 钙:
|
|
289
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
290
|
+ {{prescription.calcium?prescription.calcium:'/'}}
|
|
291
|
+ </div>
|
|
292
|
+ mmol/L
|
291
|
293
|
</div>
|
292
|
|
- mmol/L
|
293
|
|
- </div>
|
294
|
|
- <div class="inline_block" style="margin-left:10px;">
|
295
|
|
- 碳酸氢根:
|
296
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
297
|
|
- {{prescription.bicarbonate?prescription.bicarbonate:''}}
|
|
294
|
+ <div class="inline_block" style="margin-left:10px;">
|
|
295
|
+ 碳酸氢根:
|
|
296
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
297
|
+ {{prescription.bicarbonate?prescription.bicarbonate:'/'}}
|
|
298
|
+ </div>
|
|
299
|
+ mmol/L
|
298
|
300
|
</div>
|
299
|
|
- mmol/L
|
300
|
|
- </div>
|
301
|
|
- <div class="inline_block" style="margin-left:10px;">
|
302
|
|
- 流量:
|
303
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
304
|
|
- {{prescription.dialysate_flow?prescription.dialysate_flow:''}}
|
|
301
|
+ <div class="inline_block" style="margin-left:10px;">
|
|
302
|
+ 流量:
|
|
303
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
304
|
+ {{prescription.dialysate_flow?prescription.dialysate_flow:'/'}}
|
|
305
|
+ </div>
|
|
306
|
+ ml/min
|
305
|
307
|
</div>
|
306
|
|
- ml/min
|
307
|
308
|
</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}}
|
|
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>
|
314
|
315
|
</div>
|
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:''}}
|
|
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
|
320
|
322
|
</div>
|
321
|
|
- lu
|
322
|
|
- </div>
|
323
|
|
- <div class="inline_block" style="margin-left:20px;">
|
324
|
|
- 维持:
|
325
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
326
|
|
- {{prescription.anticoagulant_weichi?prescription.anticoagulant_weichi:0}}
|
|
323
|
+ <div class="inline_block" style="margin-left:20px;">
|
|
324
|
+ 维持:
|
|
325
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
326
|
+ {{prescription.anticoagulant_weichi?prescription.anticoagulant_weichi:0}}
|
|
327
|
+ </div>
|
|
328
|
+ lu
|
327
|
329
|
</div>
|
328
|
|
- lu
|
329
|
|
- </div>
|
330
|
|
- <div class="inline_block" style="margin-left:20px;">
|
331
|
|
- 总量:
|
332
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
333
|
|
- {{prescription.anticoagulant_zongliang?prescription.anticoagulant_zongliang:''}}
|
|
330
|
+ <div class="inline_block" style="margin-left:20px;">
|
|
331
|
+ 总量:
|
|
332
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
333
|
+ {{prescription.anticoagulant_zongliang?prescription.anticoagulant_zongliang:'/'}}
|
|
334
|
+ </div>
|
|
335
|
+ lu
|
334
|
336
|
</div>
|
335
|
|
- lu
|
336
|
|
- </div>
|
337
|
|
- <div class="inline_block" style="margin-left:20px;">
|
338
|
|
- 透析机号:
|
339
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
340
|
|
- {{dialysisOrder&&dialysisOrder.DeviceNumber&&dialysisOrder.DeviceNumber.number.length > 0?dialysisOrder.DeviceNumber.number:patientInfo.DialysisSchedule.device_number.number}}
|
|
337
|
+ <div class="inline_block" style="margin-left:20px;">
|
|
338
|
+ 透析机号:
|
|
339
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
340
|
+ {{dialysisOrder&&dialysisOrder.DeviceNumber&&dialysisOrder.DeviceNumber.number.length > 0?dialysisOrder.DeviceNumber.number:patientInfo.DialysisSchedule.device_number.number}}
|
|
341
|
+ </div>
|
341
|
342
|
</div>
|
342
|
343
|
</div>
|
343
|
|
- </div>
|
344
|
|
- </td>
|
345
|
|
- </tr>
|
346
|
|
- <tr>
|
347
|
|
- <td style="padding: 0; position: relative;" colspan="2">
|
348
|
|
- <table class="inside_table">
|
349
|
|
- <tbody>
|
350
|
|
- <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>
|
351
|
|
- <tr>
|
352
|
|
- <td width="60">时间</td>
|
353
|
|
- <td width="60">血压<br/>(mmHg)</td>
|
354
|
|
- <td width="50">脉搏<br>(次/分)</td>
|
355
|
|
- <td width="50">呼吸<br/>(次/分)</td>
|
356
|
|
- <td width="50">血流量<br/>(ml/min)</td>
|
357
|
|
- <td width="50">静脉压<br/>(mmHg)</td>
|
358
|
|
- <td width="50">跨膜压<br/>(mmHg)</td>
|
359
|
|
- <td width="60">透析液温度(°C)</td>
|
360
|
|
- <td width="50">电导度<br/>(ms/cm)</td>
|
361
|
|
- <td width="50">超滤量<br/>(L)</td>
|
362
|
|
- <td width="200">病情变化及处理</td>
|
363
|
|
-
|
364
|
|
- <!-- <td width="100">时间</td>
|
365
|
|
- <td width="30">T<br>C°</td>
|
366
|
|
- <td width="30">P<br/>次/分</td>
|
367
|
|
- <td width="30">R<br/>次/分</td>
|
368
|
|
- <td width="100">BP<br/>mmHg</td>
|
369
|
|
- <td width="60">静脉压/动脉压<br/>mmHg</td>
|
370
|
|
- <td width="80">血流量<br/>ml/min</td>
|
371
|
|
- <td width="90">超滤量累计L</td>
|
372
|
|
- <td width="80">钠浓度<br/>mmol/L</td>
|
373
|
|
- <td width="240">病情特殊情况处理<br/>及专科护理措施记录</td>
|
374
|
|
- <td width="100">护士签名</td> -->
|
375
|
|
- </tr>
|
376
|
|
-
|
377
|
|
- <tr v-for="(monitor,monindex) in monitors" :key="monindex">
|
378
|
|
- <td>{{getTime(monitor.operate_time,'{h}:{i}')}}</td>
|
379
|
|
- <td>{{monitor.systolic_blood_pressure?monitor.systolic_blood_pressure+'/':''}}{{monitor.diastolic_blood_pressure?monitor.diastolic_blood_pressure:''}}</td>
|
380
|
|
- <td>{{monitor.pulse_frequency?monitor.pulse_frequency:''}}</td>
|
381
|
|
- <td>{{monitor.breathing_rate?monitor.breathing_rate:''}}</td>
|
382
|
|
- <td>{{monitor.blood_flow_volume?monitor.blood_flow_volume:''}}</td>
|
383
|
|
- <td>{{monitor.venous_pressure?monitor.venous_pressure:''}}</td>
|
384
|
|
- <td>{{monitor.transmembrane_pressure?monitor.transmembrane_pressure:0}}</td>
|
385
|
|
- <td>{{monitor.dialysate_temperature?monitor.dialysate_temperature:''}}</td>
|
386
|
|
- <td>{{monitor.sodium_concentration?monitor.sodium_concentration:''}}</td>
|
387
|
|
- <td v-if="monitor.systolic_blood_pressure > 0">{{monitor.ultrafiltration_volume?monitor.ultrafiltration_volume:0}}</td>
|
388
|
|
- <td v-else> </td>
|
389
|
|
- <td style="line-height:16px;padding:0px;">
|
390
|
|
- <div style="height:40px;line-height:40px; overflow:hidden;">
|
391
|
|
- <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;">
|
392
|
|
- <template v-if="monindex == 0">【开始透析】</template>
|
393
|
|
- <template v-if="(monindex == monitors.length - 1) && monindex >= 3">【结束透析】</template>
|
394
|
|
- {{monitor.symptom}} {{monitor.dispose}} {{monitor.result}}
|
395
|
|
- </span>
|
396
|
|
- </div>
|
397
|
|
- </td>
|
398
|
|
- </tr>
|
399
|
|
- <tr v-for="(monitor,monindex) in monitors2" :key="monindex">
|
400
|
|
- <td> </td>
|
401
|
|
- <td> </td>
|
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 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>
|
411
|
|
- </tr>
|
412
|
|
- </tbody>
|
413
|
|
- </table>
|
414
|
|
- </td>
|
415
|
|
- </tr>
|
416
|
|
- <tr>
|
417
|
|
- <td style="padding: 0; position: relative;" colspan="2">
|
418
|
|
- <table class="inside_table">
|
419
|
|
- <tbody>
|
420
|
|
- <tr style="line-height:35px;padding:8px 5px;">
|
421
|
|
- <td colspan="7" style="letter-spacing:5px;text-align:center;font-weight:520;font-size:16px;padding: 6px 8px;line-height: 30px;">医嘱内容</td>
|
422
|
|
- </tr>
|
423
|
|
- <!-- <tr style="line-height:35px;padding:8px 5px;">
|
424
|
|
- <td colspan="4" style="font-size: 16px">开医嘱</td>
|
425
|
|
- <td colspan="3" style="font-size: 16px">执行核对医嘱</td>
|
426
|
|
- </tr> -->
|
427
|
|
- <tr style="line-height:35px;padding:8px 5px;">
|
428
|
|
- <td style="font-size: 16px" width="10%">时间</td>
|
429
|
|
- <td style="font-size: 16px" colspan="2" width="45%">医嘱内容</td>
|
430
|
|
- <td style="font-size: 16px" width="10%">医生签名</td>
|
431
|
|
- <!-- <td style="font-size: 16px" width="10%">核对人签名</td> -->
|
432
|
|
- <td style="font-size: 16px" width="10%">执行人签名</td>
|
433
|
|
- <td style="font-size: 16px" width="10%">时间</td>
|
434
|
|
- </tr>
|
435
|
|
- <!-- <template v-for="group in doctor_advices" > -->
|
436
|
|
- <tr v-for="(advice, advice_index) in doctor_advices" :key="advice_index" >
|
437
|
|
- <td height="35px" >
|
438
|
|
- <span v-if="advice.start_time">
|
439
|
|
- {{getTime(advice.start_time,'{h}:{i}')}}
|
440
|
|
- </span>
|
441
|
|
- <!-- <span v-else> <br/> </span> -->
|
442
|
|
- </td>
|
443
|
|
- <td height="35px" colspan="2" class="advice-name" style="padding-left:7px;" >
|
444
|
|
- <span v-if="advice.parent_id > 0">---></span>
|
445
|
|
- <span >{{advice.advice_name }}</span>
|
446
|
|
- <span>{{advice.advice_desc}}{{advice.drug_spec_unit}}</span>
|
447
|
|
- <span v-if="advice.prescribing_number">* {{advice.prescribing_number}}{{advice.prescribing_number_unit}}</span>
|
448
|
|
- <span v-if="advice.single_dose != 0"> {{advice.single_dose}}{{advice.single_dose_unit}}</span>
|
449
|
|
- <span v-if="advice.parent_id == 0 && advice.children.length == 0">{{advice.delivery_way}}</span>
|
450
|
|
- <span v-if="advice.parent_id == 0 && advice.children.length == 0">{{advice.execution_frequency}}</span>
|
451
|
|
- <span v-if="advice.parent_id == 0 && advice.children && advice.children.length == 0 && advice.remark.length > 0" >({{advice.remark}})</span>
|
452
|
|
- </td>
|
453
|
|
- <!-- <td colspan="2" height="60px" style="text-align: center" v-else >
|
454
|
|
- <span>{{advice.delivery_way}}</span>
|
455
|
|
- <span>{{advice.execution_frequency}}</span>
|
456
|
|
- <span v-if="advice.remark.length > 0">({{advice.remark}})</span>
|
457
|
|
- </td> -->
|
458
|
|
- <!-- <td width="10%" v-if="(advice.children && advice.children.length > 0 || advice.parent_id > 0) && advice.isShow == 2" ></td> -->
|
459
|
|
- <td height="35px">
|
460
|
|
- <span v-if="setAdminUserES(advice.advice_doctor) == ''">{{getAdminUser(advice.advice_doctor)}}</span>
|
461
|
|
- <img style="height:20px;" :src="setAdminUserES(advice.advice_doctor)" alt="" srcset="" v-else>
|
462
|
|
- </td>
|
463
|
|
- <!-- <td height="35px">
|
464
|
|
- <span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
|
465
|
|
- <img style="height:20px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else>
|
466
|
|
- </td> -->
|
467
|
|
- <td height="35px">
|
468
|
|
- <span v-if="setAdminUserES(advice.execution_staff) == ''">{{getAdminUser(advice.execution_staff)}}</span>
|
469
|
|
- <img style="height:20px;" :src="setAdminUserES(advice.execution_staff)" alt="" srcset="" v-else>
|
470
|
|
- </td>
|
471
|
|
- <td height="35px">
|
472
|
|
- <span v-if="advice.execution_time">{{getTime(advice.execution_time,'{h}:{i}')}}</span>
|
|
344
|
+ </td>
|
|
345
|
+ </tr>
|
|
346
|
+ <tr>
|
|
347
|
+ <td style="padding: 0; position: relative;" colspan="2">
|
|
348
|
+ <table class="inside_table">
|
|
349
|
+ <tbody>
|
|
350
|
+ <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>
|
|
351
|
+ <tr>
|
|
352
|
+ <td width="60">时间</td>
|
|
353
|
+ <td width="60">血压<br/>(mmHg)</td>
|
|
354
|
+ <td width="50">脉搏<br>(次/分)</td>
|
|
355
|
+ <td width="50">呼吸<br/>(次/分)</td>
|
|
356
|
+ <td width="50">血流量<br/>(ml/min)</td>
|
|
357
|
+ <td width="50">静脉压<br/>(mmHg)</td>
|
|
358
|
+ <td width="50">跨膜压<br/>(mmHg)</td>
|
|
359
|
+ <td width="60">透析液温度(°C)</td>
|
|
360
|
+ <td width="50">电导度<br/>(ms/cm)</td>
|
|
361
|
+ <td width="50">超滤量<br/>(ml)</td>
|
|
362
|
+ <td width="200">病情变化及处理</td>
|
|
363
|
+
|
|
364
|
+ <!-- <td width="100">时间</td>
|
|
365
|
+ <td width="30">T<br>C°</td>
|
|
366
|
+ <td width="30">P<br/>次/分</td>
|
|
367
|
+ <td width="30">R<br/>次/分</td>
|
|
368
|
+ <td width="100">BP<br/>mmHg</td>
|
|
369
|
+ <td width="60">静脉压/动脉压<br/>mmHg</td>
|
|
370
|
+ <td width="80">血流量<br/>ml/min</td>
|
|
371
|
+ <td width="90">超滤量累计L</td>
|
|
372
|
+ <td width="80">钠浓度<br/>mmol/L</td>
|
|
373
|
+ <td width="240">病情特殊情况处理<br/>及专科护理措施记录</td>
|
|
374
|
+ <td width="100">护士签名</td> -->
|
|
375
|
+ </tr>
|
|
376
|
+
|
|
377
|
+ <tr v-for="(monitor,monindex) in monitors" :key="monindex">
|
|
378
|
+ <td>{{getTime(monitor.operate_time,'{h}:{i}')}}</td>
|
|
379
|
+ <td>{{monitor.systolic_blood_pressure?monitor.systolic_blood_pressure+'/':''}}{{monitor.diastolic_blood_pressure?monitor.diastolic_blood_pressure:''}}</td>
|
|
380
|
+ <td>{{monitor.pulse_frequency?monitor.pulse_frequency:''}}</td>
|
|
381
|
+ <td>{{monitor.breathing_rate?monitor.breathing_rate:''}}</td>
|
|
382
|
+ <td>{{monitor.blood_flow_volume?monitor.blood_flow_volume:''}}</td>
|
|
383
|
+ <td>{{monitor.venous_pressure?monitor.venous_pressure:''}}</td>
|
|
384
|
+ <td>{{monitor.transmembrane_pressure?monitor.transmembrane_pressure:0}}</td>
|
|
385
|
+ <td>{{monitor.dialysate_temperature?monitor.dialysate_temperature:''}}</td>
|
|
386
|
+ <td>{{monitor.sodium_concentration?monitor.sodium_concentration:''}}</td>
|
|
387
|
+ <td v-if="monitor.systolic_blood_pressure > 0">{{monitor.ultrafiltration_volume?monitor.ultrafiltration_volume:0}}</td>
|
|
388
|
+ <td v-else> </td>
|
|
389
|
+ <td style="line-height:16px;padding:0px;">
|
|
390
|
+ <div style="height:40px;line-height:40px; overflow:hidden;">
|
|
391
|
+ <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;">
|
|
392
|
+ <template v-if="monindex == 0">【开始透析】</template>
|
|
393
|
+ <template v-if="(monindex == monitors.length - 1) && monindex >= 1">【结束透析】</template>
|
|
394
|
+ {{monitor.symptom}} {{monitor.dispose}} {{monitor.result}}
|
|
395
|
+ </span>
|
|
396
|
+ </div>
|
473
|
397
|
</td>
|
474
|
398
|
</tr>
|
475
|
|
- <!-- </template> -->
|
476
|
|
- </tbody>
|
477
|
|
- </table>
|
478
|
|
- </td>
|
479
|
|
- </tr>
|
480
|
|
-
|
|
399
|
+ <tr v-for="(monitor,monindex) in monitors2" :key="monindex">
|
|
400
|
+ <td> </td>
|
|
401
|
+ <td> </td>
|
|
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 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>
|
|
411
|
+ </tr>
|
|
412
|
+ </tbody>
|
|
413
|
+ </table>
|
|
414
|
+ </td>
|
|
415
|
+ </tr>
|
|
416
|
+ <tr>
|
|
417
|
+ <td style="padding: 0; position: relative;" colspan="2">
|
|
418
|
+ <table class="inside_table">
|
|
419
|
+ <tbody>
|
|
420
|
+ <tr style="line-height:35px;padding:8px 5px;">
|
|
421
|
+ <td colspan="7" style="letter-spacing:5px;text-align:center;font-weight:520;font-size:16px;padding: 6px 8px;line-height: 30px;">医嘱内容</td>
|
|
422
|
+ </tr>
|
|
423
|
+ <!-- <tr style="line-height:35px;padding:8px 5px;">
|
|
424
|
+ <td colspan="4" style="font-size: 16px">开医嘱</td>
|
|
425
|
+ <td colspan="3" style="font-size: 16px">执行核对医嘱</td>
|
|
426
|
+ </tr> -->
|
|
427
|
+ <tr style="line-height:35px;padding:8px 5px;">
|
|
428
|
+ <td style="font-size: 16px" width="10%">时间</td>
|
|
429
|
+ <td style="font-size: 16px" colspan="2" width="45%">医嘱内容</td>
|
|
430
|
+ <td style="font-size: 16px" width="10%">医生签名</td>
|
|
431
|
+ <!-- <td style="font-size: 16px" width="10%">核对人签名</td> -->
|
|
432
|
+ <td style="font-size: 16px" width="10%">执行人签名</td>
|
|
433
|
+ <td style="font-size: 16px" width="10%">时间</td>
|
|
434
|
+ </tr>
|
|
435
|
+ <!-- <template v-for="group in doctor_advices" > -->
|
|
436
|
+ <tr v-for="(advice, advice_index) in doctor_advices" :key="advice_index" >
|
|
437
|
+ <td height="35px" >
|
|
438
|
+ <span v-if="advice.start_time">
|
|
439
|
+ {{getTime(advice.start_time,'{h}:{i}')}}
|
|
440
|
+ </span>
|
|
441
|
+ <!-- <span v-else> <br/> </span> -->
|
|
442
|
+ </td>
|
|
443
|
+ <td height="35px" colspan="2" class="advice-name" style="padding-left:7px;" >
|
|
444
|
+ <span v-if="advice.parent_id > 0">---></span>
|
|
445
|
+ <span >{{advice.advice_name }}</span>
|
|
446
|
+ <span>{{advice.advice_desc}}{{advice.drug_spec_unit}}</span>
|
|
447
|
+ <span v-if="advice.prescribing_number">* {{advice.prescribing_number}}{{advice.prescribing_number_unit}}</span>
|
|
448
|
+ <span v-if="advice.single_dose != 0"> {{advice.single_dose}}{{advice.single_dose_unit}}</span>
|
|
449
|
+ <span v-if="advice.parent_id == 0 && advice.children.length == 0">{{advice.delivery_way}}</span>
|
|
450
|
+ <span v-if="advice.parent_id == 0 && advice.children.length == 0">{{advice.execution_frequency}}</span>
|
|
451
|
+ <span v-if="advice.parent_id == 0 && advice.children && advice.children.length == 0 && advice.remark.length > 0" >({{advice.remark}})</span>
|
|
452
|
+ </td>
|
|
453
|
+ <!-- <td colspan="2" height="60px" style="text-align: center" v-else >
|
|
454
|
+ <span>{{advice.delivery_way}}</span>
|
|
455
|
+ <span>{{advice.execution_frequency}}</span>
|
|
456
|
+ <span v-if="advice.remark.length > 0">({{advice.remark}})</span>
|
|
457
|
+ </td> -->
|
|
458
|
+ <!-- <td width="10%" v-if="(advice.children && advice.children.length > 0 || advice.parent_id > 0) && advice.isShow == 2" ></td> -->
|
|
459
|
+ <td height="35px">
|
|
460
|
+ <span v-if="setAdminUserES(advice.advice_doctor) == ''">{{getAdminUser(advice.advice_doctor)}}</span>
|
|
461
|
+ <img style="height:20px;" :src="setAdminUserES(advice.advice_doctor)" alt="" srcset="" v-else>
|
|
462
|
+ </td>
|
|
463
|
+ <!-- <td height="35px">
|
|
464
|
+ <span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
|
|
465
|
+ <img style="height:20px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else>
|
|
466
|
+ </td> -->
|
|
467
|
+ <td height="35px">
|
|
468
|
+ <span v-if="setAdminUserES(advice.execution_staff) == ''">{{getAdminUser(advice.execution_staff)}}</span>
|
|
469
|
+ <img style="height:20px;" :src="setAdminUserES(advice.execution_staff)" alt="" srcset="" v-else>
|
|
470
|
+ </td>
|
|
471
|
+ <td height="35px">
|
|
472
|
+ <span v-if="advice.execution_time">{{getTime(advice.execution_time,'{h}:{i}')}}</span>
|
|
473
|
+ </td>
|
|
474
|
+ </tr>
|
|
475
|
+ <!-- </template> -->
|
|
476
|
+ </tbody>
|
|
477
|
+ </table>
|
|
478
|
+ </td>
|
|
479
|
+ </tr>
|
|
480
|
+ </tbody>
|
|
481
|
+ </table>
|
|
482
|
+ </div>
|
|
483
|
+ <template v-if="this.totollength > 14">
|
|
484
|
+ <div style="display:inline-block;width:100%;text-align:center;">
|
|
485
|
+ <div class="order-yy-name" style="letter-spacing: 0;font-weight:600;font-size:22px;display:inline-block;">{{orgname}}</div>
|
|
486
|
+ <div class="order-title" style="letter-spacing: 0;font-weight:600;font-size:22px;display:inline-block;">血液净化治疗记录单</div>
|
|
487
|
+ </div>
|
|
488
|
+ <div class="row">
|
|
489
|
+ <div class="inline_block" >
|
|
490
|
+ 姓名:
|
|
491
|
+ <div class="under_line" style="width: 50px;text-align: center;">{{patientInfo.name}}</div>
|
|
492
|
+ </div>
|
|
493
|
+ <div class="inline_block" style="margin-left: 10px;">
|
|
494
|
+ 性别:
|
|
495
|
+ <div class="under_line" style="width: 30px;text-align: center;">{{patientInfo_gender_1?"男":"女"}}</div>
|
|
496
|
+ </div>
|
|
497
|
+ <div class="inline_block" style="margin-left: 10px;">
|
|
498
|
+ 年龄:
|
|
499
|
+ <div class="under_line" style="width: 30px;text-align: center;">{{getAge(patientInfo)}}</div>
|
|
500
|
+ 岁
|
|
501
|
+ </div>
|
|
502
|
+ <div class="inline_block">
|
|
503
|
+ 门诊:
|
|
504
|
+ <div class="under_line" style="width: 30px;text-align: center;">
|
|
505
|
+ <check-box :checked="patientInfo_source_1 "></check-box>
|
|
506
|
+ </div>
|
|
507
|
+ </div>
|
|
508
|
+ <div class="inline_block">
|
|
509
|
+ 病区:
|
|
510
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
511
|
+ {{'/'}}
|
|
512
|
+ </div>
|
|
513
|
+ </div>
|
|
514
|
+ <div class="inline_block">
|
|
515
|
+ 床号:
|
|
516
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
517
|
+ {{'/'}}
|
|
518
|
+ </div>
|
|
519
|
+ </div>
|
|
520
|
+ <div class="inline_block">
|
|
521
|
+ 透析号:
|
|
522
|
+ <div class="under_line" style="width: 70px;text-align: center;">
|
|
523
|
+ {{'/'}}
|
|
524
|
+ </div>
|
|
525
|
+ </div>
|
|
526
|
+ <div class="inline_block" style="margin-left: 5px;">
|
|
527
|
+ 住院号/门诊号:
|
|
528
|
+ <div class="under_line" style="width: 70px;text-align: left" v-if="patientInfo.admission_number">
|
|
529
|
+ {{patientInfo.admission_number}}
|
|
530
|
+ </div>
|
|
531
|
+ <div class="under_line" style="width: 70px;text-align: left" v-else>
|
|
532
|
+ {{'/'}}
|
|
533
|
+ </div>
|
|
534
|
+ </div>
|
|
535
|
+ </div>
|
|
536
|
+ <div class="row" >
|
|
537
|
+ <div class="inline_block" >
|
|
538
|
+ 入科方式:
|
|
539
|
+ <div class="under_line" v-if="receiverTreatmentAccess.way==0" style="width: 180px;text-align: left"> </div>
|
|
540
|
+ <div class="under_line" v-if="receiverTreatmentAccess.way==1" style="width: 180px;text-align: left">步行 </div>
|
|
541
|
+ <div class="under_line" v-if="receiverTreatmentAccess.way==2" style="width: 180px;text-align: left">扶行 </div>
|
|
542
|
+ <div class="under_line" v-if="receiverTreatmentAccess.way==3" style="width: 180px;text-align: left">轮椅 </div>
|
|
543
|
+ <div class="under_line" v-if="receiverTreatmentAccess.way==4" style="width: 180px;text-align: left">平车 </div>
|
|
544
|
+ </div>
|
|
545
|
+ <div class="inline_block" style="margin-left: 10px;">
|
|
546
|
+ 诊断:
|
|
547
|
+ <div class="under_line" style="width: 180px;text-align: left">{{patientInfo.diagnose}}</div>
|
|
548
|
+ </div>
|
|
549
|
+ </div>
|
|
550
|
+ </template>
|
|
551
|
+ <div class="row" style="margin-top:-11px;position: relative;">
|
|
552
|
+ <table class="proj_table">
|
|
553
|
+ <tbody>
|
|
554
|
+
|
|
555
|
+
|
481
|
556
|
<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>
|
482
|
557
|
<tr>
|
483
|
558
|
<td>
|
|
@@ -485,32 +560,32 @@
|
485
|
560
|
<div class="inline_block" style="flex:1;" >
|
486
|
561
|
T:
|
487
|
562
|
<div class="under_line" style="width: 50px;text-align: center">
|
488
|
|
- {{afterdialysis.temperature?afterdialysis.temperature:''}}
|
|
563
|
+ {{afterdialysis.temperature?afterdialysis.temperature:'/'}}
|
489
|
564
|
</div>
|
490
|
565
|
°C
|
491
|
566
|
</div>
|
492
|
567
|
<div class="inline_block" style="margin-left:10px;flex:1;">
|
493
|
568
|
P:
|
494
|
569
|
<div class="under_line" style="width: 50px;text-align: center;">
|
495
|
|
- {{afterdialysis.pulse_frequency?afterdialysis.pulse_frequency:''}}
|
|
570
|
+ {{afterdialysis.pulse_frequency?afterdialysis.pulse_frequency:'/'}}
|
496
|
571
|
</div>
|
497
|
572
|
次/分
|
498
|
573
|
</div>
|
499
|
574
|
<div class="inline_block" style="margin-left:10px;flex:1;">
|
500
|
575
|
R:
|
501
|
576
|
<div class="under_line" style="width: 50px;text-align: center;">
|
502
|
|
- {{afterdialysis.breathing_rate?afterdialysis.breathing_rate:''}}
|
|
577
|
+ {{afterdialysis.breathing_rate?afterdialysis.breathing_rate:'/'}}
|
503
|
578
|
</div>
|
504
|
579
|
次/分
|
505
|
580
|
</div>
|
506
|
581
|
<div class="inline_block" style="margin-left:10px;flex:1;">
|
507
|
582
|
BP:
|
508
|
583
|
<div class="under_line" style="width: 50px;text-align: center;">
|
509
|
|
- {{afterdialysis.systolic_blood_pressure?afterdialysis.systolic_blood_pressure:''}}
|
|
584
|
+ {{afterdialysis.systolic_blood_pressure?afterdialysis.systolic_blood_pressure:'/'}}
|
510
|
585
|
</div>
|
511
|
586
|
/
|
512
|
587
|
<div class="under_line" style="width: 50px;text-align: center;">
|
513
|
|
- {{afterdialysis.diastolic_blood_pressure?afterdialysis.diastolic_blood_pressure:''}}
|
|
588
|
+ {{afterdialysis.diastolic_blood_pressure?afterdialysis.diastolic_blood_pressure:'/'}}
|
514
|
589
|
</div>
|
515
|
590
|
mmHg
|
516
|
591
|
</div>
|
|
@@ -519,7 +594,7 @@
|
519
|
594
|
<div class="inline_block" style="flex:1;">
|
520
|
595
|
凝血程度:
|
521
|
596
|
<div class="under_line" style="width: 100px;text-align: center">
|
522
|
|
- {{afterdialysis.cruor}}
|
|
597
|
+ {{afterdialysis.cruor?afterdialysis.cruor:'/'}}
|
523
|
598
|
</div>
|
524
|
599
|
</div>
|
525
|
600
|
<div class="inline_block" style="flex:1;">
|
|
@@ -540,7 +615,7 @@
|
540
|
615
|
<div class="inline_block" style="flex:1;">
|
541
|
616
|
实际治疗时间:
|
542
|
617
|
<div class="under_line" style="width: 50px;text-align: center">
|
543
|
|
- {{afterdialysis.actual_treatment_hour?afterdialysis.actual_treatment_hour:''}}
|
|
618
|
+ {{afterdialysis.actual_treatment_hour?afterdialysis.actual_treatment_hour:'/'}}
|
544
|
619
|
</div>
|
545
|
620
|
h
|
546
|
621
|
<div class="under_line" style="width: 50px;text-align: center">
|
|
@@ -551,14 +626,14 @@
|
551
|
626
|
<div class="inline_block" style="flex:1;">
|
552
|
627
|
透后体重:
|
553
|
628
|
<div class="under_line" style="width: 70px;text-align: center">
|
554
|
|
- {{afterdialysis.weight_after?afterdialysis.weight_after:''}}
|
|
629
|
+ {{afterdialysis.weight_after?afterdialysis.weight_after:'/'}}
|
555
|
630
|
</div>
|
556
|
631
|
</div>
|
557
|
632
|
<div class="inline_block" style="flex:1;">
|
558
|
633
|
实际超滤量:
|
559
|
634
|
<div class="under_line" style="width: 150px;text-align: center">
|
560
|
|
- {{afterdialysis.actual_ultrafiltration?afterdialysis.actual_ultrafiltration:''}}
|
561
|
|
- </div>L
|
|
635
|
+ {{afterdialysis.actual_ultrafiltration?afterdialysis.actual_ultrafiltration:'/'}}
|
|
636
|
+ </div>ml
|
562
|
637
|
</div>
|
563
|
638
|
</div>
|
564
|
639
|
|
|
@@ -566,7 +641,7 @@
|
566
|
641
|
<div class="inline_block" style="flex:1;">
|
567
|
642
|
治疗小结:
|
568
|
643
|
<div class="under_line" style="width: 300px;text-align: center">
|
569
|
|
- {{summary.dialysis_summary}}
|
|
644
|
+ {{summary.dialysis_summary?summary.dialysis_summary:'/'}}
|
570
|
645
|
</div>
|
571
|
646
|
</div>
|
572
|
647
|
</div>
|
|
@@ -687,7 +762,7 @@
|
687
|
762
|
anticoagulantsConfit: {},
|
688
|
763
|
bloodAccessParOpera: {},
|
689
|
764
|
dialysateFormulationOptions: {},
|
690
|
|
-
|
|
765
|
+ totollength: 0,
|
691
|
766
|
queryParams: {
|
692
|
767
|
xtdate: '',
|
693
|
768
|
xtno: ''
|
|
@@ -1098,6 +1173,7 @@
|
1098
|
1173
|
}
|
1099
|
1174
|
}
|
1100
|
1175
|
}
|
|
1176
|
+ this.totollength = this.doctor_advices.length + this.monitors.length
|
1101
|
1177
|
console.log(this.advice_groups)
|
1102
|
1178
|
} else {
|
1103
|
1179
|
this.loading = false
|