|
|
|
|
284
|
<td width="60" style="height:20px;line-height:20px">超滤量<br />ml</td>
|
284
|
<td width="60" style="height:20px;line-height:20px">超滤量<br />ml</td>
|
285
|
<td width="60" style="height:20px;line-height:20px">透析液温度</td>
|
285
|
<td width="60" style="height:20px;line-height:20px">透析液温度</td>
|
286
|
<td width="60" style="height:20px;line-height:20px">电导度<br />ms/cm</td>
|
286
|
<td width="60" style="height:20px;line-height:20px">电导度<br />ms/cm</td>
|
|
|
287
|
+ <td width="60" style="height:20px;line-height:20px">体温<br />C°</td>
|
287
|
<td width="">病情变化及处理</td>
|
288
|
<td width="">病情变化及处理</td>
|
288
|
<td width="60" style="height:20px;line-height:20px">签名</td>
|
289
|
<td width="60" style="height:20px;line-height:20px">签名</td>
|
289
|
</tr>
|
290
|
</tr>
|
|
|
|
|
303
|
<td> {{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "" }}</td>
|
304
|
<td> {{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "" }}</td>
|
304
|
<td> {{monitor.dialysate_temperature ? monitor.dialysate_temperature : ''}}</td>
|
305
|
<td> {{monitor.dialysate_temperature ? monitor.dialysate_temperature : ''}}</td>
|
305
|
<td> {{ monitor.conductivity ? monitor.conductivity : "" }}</td>
|
306
|
<td> {{ monitor.conductivity ? monitor.conductivity : "" }}</td>
|
|
|
307
|
+ <td> {{ monitor.temperature ? monitor.temperature : "" }}</td>
|
306
|
<td style="text-align:left;padding-left:10px;">
|
308
|
<td style="text-align:left;padding-left:10px;">
|
307
|
<div style="line-height:20px;text-align: left;display: inline-block;">
|
309
|
<div style="line-height:20px;text-align: left;display: inline-block;">
|
308
|
{{ monitor.symptom }}{{ monitor.dispose }}{{ monitor.result }}
|
310
|
{{ monitor.symptom }}{{ monitor.dispose }}{{ monitor.result }}
|