|
|
|
|
170
|
抗凝药物
|
170
|
抗凝药物
|
171
|
<div class="inline_block under_line" style="width:92%;text-align: left;">
|
171
|
<div class="inline_block under_line" style="width:92%;text-align: left;">
|
172
|
<label-box :isChecked="prescription.anticoagulant == '普通肝素' ? true : false" showValue="普通肝素"></label-box>
|
172
|
<label-box :isChecked="prescription.anticoagulant == '普通肝素' ? true : false" showValue="普通肝素"></label-box>
|
|
|
173
|
+ <label-box :isChecked="prescription.anticoagulant == '甲磺酸萘莫司他' ? true : false" showValue="甲磺酸萘莫司他"></label-box>
|
173
|
<label-box :isChecked="prescription.anticoagulant == '低分子肝素钙' ? true : prescription.anticoagulant == '低分子肝素钠' ? true : false" showValue="低分子肝素"></label-box>
|
174
|
<label-box :isChecked="prescription.anticoagulant == '低分子肝素钙' ? true : prescription.anticoagulant == '低分子肝素钠' ? true : false" showValue="低分子肝素"></label-box>
|
174
|
(<label-box :isChecked="prescription.anticoagulant == '低分子肝素钙' ? true : false" showValue="钙"></label-box>
|
175
|
(<label-box :isChecked="prescription.anticoagulant == '低分子肝素钙' ? true : false" showValue="钙"></label-box>
|
175
|
<label-box :isChecked="prescription.anticoagulant == '低分子肝素钠' ? true : false" showValue="钠"></label-box>)
|
176
|
<label-box :isChecked="prescription.anticoagulant == '低分子肝素钠' ? true : false" showValue="钠"></label-box>)
|
|
|
|
|
409
|
<td width="40">TMP</td>
|
410
|
<td width="40">TMP</td>
|
410
|
<td width="40">电导率</td>
|
411
|
<td width="40">电导率</td>
|
411
|
<td width="40">温度</td>
|
412
|
<td width="40">温度</td>
|
412
|
- <td width="40">透析液流量</td>
|
|
|
|
|
413
|
+ <!-- <td width="40">透析液流量</td> -->
|
413
|
<td width="40">UF/hr</td>
|
414
|
<td width="40">UF/hr</td>
|
414
|
<td width="200">病情变化处理方式及结果</td>
|
415
|
<td width="200">病情变化处理方式及结果</td>
|
415
|
</tr>
|
416
|
</tr>
|
|
|
|
|
429
|
<td> {{monitor.transmembrane_pressure?monitor.transmembrane_pressure:''}}</td>
|
430
|
<td> {{monitor.transmembrane_pressure?monitor.transmembrane_pressure:''}}</td>
|
430
|
<td> {{monitor.conductivity?monitor.conductivity:''}}</td>
|
431
|
<td> {{monitor.conductivity?monitor.conductivity:''}}</td>
|
431
|
<td> {{monitor.dialysate_temperature ? monitor.dialysate_temperature : ''}}</td>
|
432
|
<td> {{monitor.dialysate_temperature ? monitor.dialysate_temperature : ''}}</td>
|
432
|
- <td> <span v-if="monitor.operate_time"> {{ monitor.dialysate_flow ? monitor.dialysate_flow : "" }} </span></td>
|
|
|
|
|
433
|
+ <!-- <td> <span v-if="monitor.operate_time"> {{ monitor.dialysate_flow ? monitor.dialysate_flow : "" }} </span></td> -->
|
433
|
<td> {{monitor.ultrafiltration_rate?monitor.ultrafiltration_rate:''}}</td>
|
434
|
<td> {{monitor.ultrafiltration_rate?monitor.ultrafiltration_rate:''}}</td>
|
434
|
<td>
|
435
|
<td>
|
435
|
<span v-if="monitor.symptom"> {{ monitor.symptom }} </span>
|
436
|
<span v-if="monitor.symptom"> {{ monitor.symptom }} </span>
|