|
@@ -38,11 +38,9 @@
|
38
|
38
|
<td>姓名:{{ patientInfo.name }}</td>
|
39
|
39
|
<td>性别: {{ patientInfo_gender_1 ? "男" : "女" }}</td>
|
40
|
40
|
<td>年龄:{{ getAge(patientInfo) }}</td>
|
41
|
|
- <td>门诊号: {{
|
42
|
|
- patientInfo.admission_number
|
43
|
|
- ? patientInfo.admission_number
|
44
|
|
- : "/"
|
45
|
|
- }}</td>
|
|
41
|
+ <td>门诊号:
|
|
42
|
+ {{patientInfo.dialysis_no}}
|
|
43
|
+ </td>
|
46
|
44
|
</tr>
|
47
|
45
|
<tr>
|
48
|
46
|
<td>病床床号:
|
|
@@ -57,8 +55,7 @@
|
57
|
55
|
</span>
|
58
|
56
|
</td>
|
59
|
57
|
<td>治疗时间:
|
60
|
|
- {{afterdialysis.actual_treatment_hour }}<span v-if="afterdialysis.actual_treatment_hour>0">时</span>
|
61
|
|
- <span v-if="afterdialysis.actual_treatment_minute>0">{{afterdialysis.actual_treatment_minute>0}}</span> {{afterdialysis.actual_treatment_minute }}<span v-if="afterdialysis.actual_treatment_minute>0">分</span>
|
|
58
|
+ {{getTime(prescription.record_date,"{y}-{m}-{d}") }}
|
62
|
59
|
</td>
|
63
|
60
|
<td>干体重:{{ predialysis.dry_weight ? predialysis.dry_weight : "/" }}kg</td>
|
64
|
61
|
<td>上次透后体重:
|
|
@@ -73,25 +70,34 @@
|
73
|
70
|
</td>
|
74
|
71
|
<td>透析总次数:{{ patientInfo.total_dialysis + patientInfo.user_sys_before_count }}</td>
|
75
|
72
|
<td colspan="2">患者评估:
|
76
|
|
- {{ receiverTreatmentAccess.sick_condition ? receiverTreatmentAccess.sick_condition : "/" }}
|
|
73
|
+ 入科方式:
|
|
74
|
+ <span v-if="receiverTreatmentAccess.way == 1">步行</span>
|
|
75
|
+ <span v-if="receiverTreatmentAccess.way == 2">扶行</span>
|
|
76
|
+ <span v-if="receiverTreatmentAccess.way == 3">轮椅</span>
|
|
77
|
+ <span v-if="receiverTreatmentAccess.way == 4">平车</span>
|
|
78
|
+
|
|
79
|
+ 意识:
|
|
80
|
+ <span v-if="receiverTreatmentAccess.consciousness == 1">清醒</span>
|
|
81
|
+ <span v-if="receiverTreatmentAccess.consciousness == 2">嗜睡</span>
|
|
82
|
+ <span v-if="receiverTreatmentAccess.consciousness == 4">模糊</span>
|
|
83
|
+ <span v-if="receiverTreatmentAccess.consciousness == 3">昏迷</span>
|
77
|
84
|
</td>
|
78
|
85
|
</tr>
|
79
|
86
|
<tr>
|
80
|
87
|
<td colspan="4">
|
81
|
|
- <span style="width: 14%;">血管通路:
|
|
88
|
+ <span>血管通路:
|
82
|
89
|
{{ predialysis.blood_access_part_opera_name }}
|
83
|
90
|
</span>
|
84
|
|
- <span style="width: 14%;">部位:
|
|
91
|
+ <span>部位:
|
85
|
92
|
{{ predialysis.blood_access_part_id }}
|
86
|
93
|
</span>
|
87
|
|
- <span style="width: 14%;">通路评估:
|
|
94
|
+ <span>通路评估:
|
88
|
95
|
<span v-if="predialysis.internal_fistula.indexOf('震颤-存在') >-1">震颤-存在</span>
|
89
|
96
|
<span v-if="predialysis.internal_fistula.indexOf('震颤-减弱') >-1">震颤-减弱</span>
|
90
|
97
|
<span v-if="predialysis.internal_fistula.indexOf('震颤-无') >-1">震颤-无</span>
|
91
|
98
|
|
92
|
99
|
</span>
|
93
|
|
- <!-- <span style="width: 14%;">震颤:</span> -->
|
94
|
|
- <!-- <span style="width: 14%;">外观:</span> -->
|
|
100
|
+
|
95
|
101
|
<span style="width: 14%;">置换方式:
|
96
|
102
|
{{
|
97
|
103
|
getDisplaceLiquiPart(prescription.displace_liqui_part)
|
|
@@ -265,19 +271,21 @@
|
265
|
271
|
<td>{{monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}</td>
|
266
|
272
|
<td>{{monitor.ultrafiltration_rate? monitor.ultrafiltration_rate: ""}}</td>
|
267
|
273
|
<td>{{monitor.conductivity? monitor.conductivity: ""}}</td>
|
268
|
|
- <td>{{monitor.dispose? monitor.dispose: ""}}
|
|
274
|
+ <td>
|
|
275
|
+ {{monitor.symptom?monitor.symptom:"" }}
|
|
276
|
+ {{monitor.dispose? monitor.dispose: ""}}
|
269
|
277
|
{{monitor.result? monitor.result: ""}}
|
270
|
278
|
</td>
|
271
|
279
|
<td>
|
272
|
280
|
<span
|
273
|
281
|
style="height: 30px; display: inline-block"
|
274
|
|
- v-if="setAdminUserES(monitor.creater) == ''"
|
|
282
|
+ v-if="setAdminUserES(monitor.monitoring_nurse) == ''"
|
275
|
283
|
>
|
276
|
|
- {{ getAdminUser(monitor.creater) }}
|
|
284
|
+ {{ getAdminUser(monitor.monitoring_nurse) }}
|
277
|
285
|
</span>
|
278
|
286
|
<img
|
279
|
287
|
style="height: 40px"
|
280
|
|
- :src="setAdminUserES(monitor.creater)"
|
|
288
|
+ :src="setAdminUserES(monitor.monitoring_nurse)"
|
281
|
289
|
alt=""
|
282
|
290
|
srcset=""
|
283
|
291
|
v-else
|
|
@@ -430,14 +438,14 @@
|
430
|
438
|
</tr>
|
431
|
439
|
<tr>
|
432
|
440
|
<td colspan="4">
|
433
|
|
- <span style="width: 14%;">通路评估:
|
434
|
|
- {{
|
|
441
|
+ <span>通路评估:
|
|
442
|
+ 内瘘:{{
|
435
|
443
|
afterdialysis.internal_fistula
|
436
|
444
|
? afterdialysis.internal_fistula
|
437
|
445
|
: ""
|
438
|
446
|
}}
|
439
|
447
|
|
440
|
|
- {{
|
|
448
|
+ 导管:{{
|
441
|
449
|
afterdialysis.catheter ? afterdialysis.catheter : ""
|
442
|
450
|
}}
|
443
|
451
|
</span>
|