|
@@ -175,6 +175,33 @@
|
175
|
175
|
<div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 19">
|
176
|
176
|
IUF+HD
|
177
|
177
|
</div>
|
|
178
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 20">
|
|
179
|
+ UF
|
|
180
|
+ </div>
|
|
181
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 21">
|
|
182
|
+ HD+
|
|
183
|
+ </div>
|
|
184
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 22">
|
|
185
|
+ 血浆胆红素吸附+HDF
|
|
186
|
+ </div>
|
|
187
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 23">
|
|
188
|
+ 血浆胆红素吸附
|
|
189
|
+ </div>
|
|
190
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 24">
|
|
191
|
+ I-HDF
|
|
192
|
+ </div>
|
|
193
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 25">
|
|
194
|
+ HD高通
|
|
195
|
+ </div>
|
|
196
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 26">
|
|
197
|
+ CVVH
|
|
198
|
+ </div>
|
|
199
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 27">
|
|
200
|
+ CVVHD
|
|
201
|
+ </div>
|
|
202
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 28">
|
|
203
|
+ CVVHDF
|
|
204
|
+ </div>
|
178
|
205
|
</div>
|
179
|
206
|
</div>
|
180
|
207
|
<div class="row">
|
|
@@ -185,7 +212,7 @@
|
185
|
212
|
Ca:{{ prescription.calcium ? prescription.calcium : "/" }}
|
186
|
213
|
Na:{{ prescription.sodium ? prescription.sodium : "/" }}
|
187
|
214
|
HCO3:{{ prescription.bicarbonate ? prescription.bicarbonate : "/" }}
|
188
|
|
- <!-- 糖:{{ prescription.amylaceum ? prescription.amylaceum : "/" }} -->
|
|
215
|
+ 糖:{{ prescription.amylaceum ? prescription.amylaceum : "/" }}
|
189
|
216
|
</div>
|
190
|
217
|
</div>
|
191
|
218
|
<div class="inline_block">
|
|
@@ -273,8 +300,10 @@
|
273
|
300
|
<td width="60" style="height:20px;line-height:20px">动脉压</td>
|
274
|
301
|
<td width="60" style="height:20px;line-height:20px">跨膜压</td>
|
275
|
302
|
<td width="60" style="height:20px;line-height:20px">温度</td>
|
276
|
|
- <td width="60" style="height:20px;line-height:20px">超滤率</td>
|
277
|
|
- <td width="60" style="height:20px;line-height:20px">超滤量</td>
|
|
303
|
+ <td width="60" style="height:20px;line-height:20px" v-if="prescription.mode_id != 2">超滤率</td>
|
|
304
|
+ <td width="60" style="height:20px;line-height:20px" v-if="prescription.mode_id != 2">超滤量</td>
|
|
305
|
+ <td width="60" style="height:20px;line-height:20px" v-if="prescription.mode_id == 2">置换率</td>
|
|
306
|
+ <td width="60" style="height:20px;line-height:20px" v-if="prescription.mode_id == 2">置换量</td>
|
278
|
307
|
<td width="60" style="height:20px;line-height:20px">血容量</td>
|
279
|
308
|
<td width="">病情变化及处理</td>
|
280
|
309
|
</tr>
|
|
@@ -287,17 +316,19 @@
|
287
|
316
|
{{ monitor.diastolic_blood_pressure ? monitor.diastolic_blood_pressure : "" }}
|
288
|
317
|
</span>
|
289
|
318
|
</td>
|
290
|
|
- <td> {{ monitor.pulse_frequency ? monitor.pulse_frequency : "" }}</td>
|
291
|
|
- <td> {{ monitor.ktv ? monitor.ktv : "" }}</td>
|
292
|
|
- <td> {{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "" }}</td>
|
293
|
|
- <td> {{ monitor.venous_pressure ? monitor.venous_pressure : "" }}</td>
|
294
|
|
- <td> {{ monitor.arterial_pressure ? monitor.arterial_pressure : "" }}</td>
|
|
319
|
+ <td> <span v-if="monitor.operate_time">{{ monitor.pulse_frequency ? monitor.pulse_frequency : "/" }}</span></td>
|
|
320
|
+ <td> <span v-if="monitor.operate_time">{{ monitor.ktv ? monitor.ktv : "/" }}</span></td>
|
|
321
|
+ <td> <span v-if="monitor.operate_time">{{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "/" }}</span></td>
|
|
322
|
+ <td> <span v-if="monitor.operate_time">{{ monitor.venous_pressure ? monitor.venous_pressure : "/" }}</span></td>
|
|
323
|
+ <td> <span v-if="monitor.operate_time">{{ monitor.arterial_pressure ? monitor.arterial_pressure : "/" }}</span></td>
|
295
|
324
|
|
296
|
|
- <td> {{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "" }}</td>
|
297
|
|
- <td> {{monitor.dialysate_temperature ? monitor.dialysate_temperature : ''}}</td>
|
298
|
|
- <td> {{ monitor.ultrafiltration_rate ? monitor.ultrafiltration_rate : ''}}</td>
|
299
|
|
- <td> {{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "" }}</td>
|
300
|
|
- <td> {{ monitor.accumulated_blood_volume ? monitor.accumulated_blood_volume : "" }}</td>
|
|
325
|
+ <td> <span v-if="monitor.operate_time">{{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "/" }}</span></td>
|
|
326
|
+ <td> <span v-if="monitor.operate_time">{{monitor.dialysate_temperature ? monitor.dialysate_temperature : '/'}}</span></td>
|
|
327
|
+ <td v-if="prescription.mode_id != 2"> <span v-if="monitor.operate_time">{{ monitor.ultrafiltration_rate ? monitor.ultrafiltration_rate : '/'}}</span></td>
|
|
328
|
+ <td v-if="prescription.mode_id != 2"> <span v-if="monitor.operate_time">{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "/" }}</span></td>
|
|
329
|
+ <td v-if="prescription.mode_id == 2"> <span v-if="monitor.operate_time">{{ monitor.replacement_rate ? monitor.replacement_rate : '/'}}</span></td>
|
|
330
|
+ <td v-if="prescription.mode_id == 2"> <span v-if="monitor.operate_time">{{ monitor.displacement_quantity ? monitor.displacement_quantity : "/" }}</span></td>
|
|
331
|
+ <td> <span v-if="monitor.operate_time">{{ monitor.accumulated_blood_volume ? monitor.accumulated_blood_volume : "/" }}</span></td>
|
301
|
332
|
<td style="text-align:left;padding-left:10px;">
|
302
|
333
|
<div style="line-height:20px;text-align: left;display: inline-block;">
|
303
|
334
|
{{ monitor.symptom }}{{ monitor.dispose }}{{ monitor.result }}
|
|
@@ -376,14 +407,16 @@
|
376
|
407
|
</td> -->
|
377
|
408
|
<!-- <td width="10%" v-if="(advice.children && advice.children.length > 0 || advice.parent_id > 0) && advice.isShow == 2" ></td> -->
|
378
|
409
|
<td height="32px">
|
379
|
|
- <span>{{ getAdminUser(advice.advice_doctor) }}</span>
|
|
410
|
+ <span v-if="setAdminUserES(advice.advice_doctor) == ''">{{ getAdminUser(advice.advice_doctor) }}</span>
|
|
411
|
+ <img style="height:30px" :src="setAdminUserES(advice.advice_doctor)" alt="" srcset="" v-else />
|
380
|
412
|
</td>
|
381
|
413
|
<!-- <td height="35px">
|
382
|
414
|
<span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
|
383
|
415
|
<img style="height:20px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else>
|
384
|
416
|
</td> -->
|
385
|
417
|
<td height="32px">
|
386
|
|
- <span>{{ getAdminUser(advice.execution_staff) }}</span>
|
|
418
|
+ <span v-if="setAdminUserES(advice.execution_staff) == ''">{{ getAdminUser(advice.execution_staff) }}</span>
|
|
419
|
+ <img style="height:30px" :src="setAdminUserES(advice.execution_staff)" alt="" srcset="" v-else />
|
387
|
420
|
</td>
|
388
|
421
|
<td height="32px">
|
389
|
422
|
<span v-if="advice.execution_time">{{ getTime(advice.execution_time, "{h}:{i}") }}</span>
|