|
@@ -34,7 +34,7 @@
|
34
|
34
|
<div class="inline_block" style="margin-left: 10px;">
|
35
|
35
|
性别:
|
36
|
36
|
<check-box text="男" :checked="record.patient.gender == 1"></check-box>
|
37
|
|
-  
|
|
37
|
+
|
38
|
38
|
<check-box text="女" :checked="record.patient.gender == 2"></check-box>
|
39
|
39
|
</div>
|
40
|
40
|
<div class="inline_block" style="margin-left: 10px;">
|
|
@@ -64,6 +64,12 @@
|
64
|
64
|
<check-box text="轮椅" :checked="isCheckBoxChecked(record.receive_assessment, 'way', 3)"></check-box>
|
65
|
65
|
<check-box text="平车" :checked="isCheckBoxChecked(record.receive_assessment, 'way', 4)"></check-box>
|
66
|
66
|
</div>
|
|
67
|
+ <div class="inline_block" style="margin-left: 30px;">
|
|
68
|
+ 体温:
|
|
69
|
+ <div class="under_line" style="width: 30px;text-align: left">
|
|
70
|
+ {{record.assessment_before_dislysis && record.assessment_before_dislysis.temperature ? record.assessment_before_dislysis.temperature : ''}}
|
|
71
|
+ </div>
|
|
72
|
+ </div>
|
67
|
73
|
<div class="inline_block" style="margin-left: 30px;">
|
68
|
74
|
透析频次:
|
69
|
75
|
<div class="under_line" style="width: 30px;text-align: left" v-if="record.assessment_before_dislysis&&record.assessment_before_dislysis.dialysis_count">
|
|
@@ -74,12 +80,7 @@
|
74
|
80
|
</div>
|
75
|
81
|
次/周
|
76
|
82
|
</div>
|
77
|
|
- <div class="inline_block" style="margin-left: 30px;">
|
78
|
|
- 体温:
|
79
|
|
- <div class="under_line" style="width: 30px;text-align: left">
|
80
|
|
- {{record.dialysis_count?record.dialysis_count:''}}
|
81
|
|
- </div>
|
82
|
|
- </div>
|
|
83
|
+
|
83
|
84
|
<div class="inline_block" style="margin-left: 30px;">
|
84
|
85
|
透析机号:
|
85
|
86
|
<div class="under_line" style="width: 40px;text-align: left">{{record.dialysis_order&&record.dialysis_order.device_number&&record.dialysis_order.device_number.number.length > 0?record.dialysis_order.device_number.number:record.device_number.number}}</div>
|
|
@@ -112,6 +113,8 @@
|
112
|
113
|
<div class="row" style="padding: 2px 0;line-height:19px;">
|
113
|
114
|
<div class="inline_block">
|
114
|
115
|
血管通路(内瘘):
|
|
116
|
+ <check-box text="自体内瘘" :checked="isValueIndexOfCheck(record.assessment_before_dislysis,'blood_access_internal_fistula', '自体内瘘')"></check-box>
|
|
117
|
+ <check-box text="人工血管内瘘" :checked="isValueIndexOfCheck(record.assessment_before_dislysis,'blood_access_internal_fistula', '人工血管内瘘')"></check-box>
|
115
|
118
|
<check-box text="正常" :checked="isValueIndexOfCheck(record.assessment_before_dislysis,'blood_access_internal_fistula', '正常')"></check-box>
|
116
|
119
|
<check-box text="震颤" :checked="isValueIndexOfCheck(record.assessment_before_dislysis, 'blood_access_internal_fistula' ,'震颤')"></check-box>
|
117
|
120
|
<check-box text="堵塞" :checked="isValueIndexOfCheck(record.assessment_before_dislysis,'blood_access_internal_fistula', '堵塞')"></check-box>
|
|
@@ -135,15 +138,15 @@
|
135
|
138
|
</div>
|
136
|
139
|
<div class="inline_block" style="margin-left: 30px;">
|
137
|
140
|
感染:
|
138
|
|
- <check-box text="无" :checked="record.puncture_way == 1?true:false"></check-box>
|
139
|
|
- <check-box text="有" :checked="record.puncture_way == 2?true:false"></check-box>
|
|
141
|
+ <check-box text="无" :checked="isCheckBoxChecked(record.assessment_before_dislysis, 'is_infect', 1)"></check-box>
|
|
142
|
+ <check-box text="有" :checked="isCheckBoxChecked(record.assessment_before_dislysis, 'is_infect', 2)"></check-box>
|
140
|
143
|
<div class="inline_block">
|
141
|
144
|
外露:
|
142
|
|
- <div class="under_line" style="width: 50px;text-align: left"></div>cm
|
|
145
|
+ <div class="under_line" style="width: 50px;text-align: left">{{record.assessment_before_dislysis && record.assessment_before_dislysis.exposed?record.assessment_before_dislysis.exposed:''}}</div>cm
|
143
|
146
|
</div>
|
144
|
147
|
<div class="inline_block">
|
145
|
148
|
其它:
|
146
|
|
- <div class="under_line" style="width: 300px;text-align: left">{{record.internal_fistula_other}}</div>
|
|
149
|
+ <div class="under_line" style="width: 300px;text-align: left">{{record.assessment_before_dislysis && record.assessment_before_dislysis.infect_other}}</div>
|
147
|
150
|
</div>
|
148
|
151
|
</div>
|
149
|
152
|
</div>
|
|
@@ -180,19 +183,19 @@
|
180
|
183
|
<div class="row" style="padding: 2px 0;line-height:19px;">
|
181
|
184
|
<div class="inline_block">
|
182
|
185
|
皮肤:
|
183
|
|
- <check-box text="完整" :checked="predialysis.ductus_arantii.indexOf('完整')>-1?true:false"></check-box>
|
184
|
|
- <check-box text="干燥" :checked="predialysis.ductus_arantii.indexOf('干燥')>-1?true:false"></check-box>
|
185
|
|
- <check-box text="瘙痒" :checked="predialysis.ductus_arantii.indexOf('瘙痒')>-1?true:false"></check-box>
|
186
|
|
- <check-box text="菲薄" :checked="predialysis.ductus_arantii.indexOf('菲薄')>-1?true:false"></check-box>/
|
187
|
|
- <check-box text="水肿" :checked="predialysis.ductus_arantii.indexOf('水肿')>-1?true:false"></check-box>
|
188
|
|
- <check-box text="皮疹" :checked="predialysis.ductus_arantii.indexOf('皮疹')>-1?true:false"></check-box>
|
189
|
|
- <check-box text="出血点" :checked="predialysis.ductus_arantii.indexOf('出血点')>-1?true:false"></check-box>
|
190
|
|
- <check-box text="压疮" :checked="predialysis.ductus_arantii.indexOf('压疮')>-1?true:false"></check-box>
|
191
|
|
- <check-box text="皮下淤血" :checked="predialysis.ductus_arantii.indexOf('皮下淤血')>-1?true:false"></check-box>
|
|
186
|
+ <check-box text="完整" :checked="isCheckBoxChecked(record.assessment_before_dislysis, 'skin', 1)"></check-box>
|
|
187
|
+ <check-box text="干燥" :checked="isCheckBoxChecked(record.assessment_before_dislysis, 'skin', 2)"></check-box>
|
|
188
|
+ <check-box text="瘙痒" :checked="isCheckBoxChecked(record.assessment_before_dislysis, 'skin', 3)"></check-box>
|
|
189
|
+ <check-box text="菲薄" :checked="isCheckBoxChecked(record.assessment_before_dislysis, 'skin', 4)"></check-box>/
|
|
190
|
+ <check-box text="水肿" :checked="isCheckBoxChecked(record.assessment_before_dislysis, 'skin', 5)"></check-box>
|
|
191
|
+ <check-box text="皮疹" :checked="isCheckBoxChecked(record.assessment_before_dislysis, 'skin', 6)"></check-box>
|
|
192
|
+ <check-box text="出血点" :checked="isCheckBoxChecked(record.assessment_before_dislysis, 'skin', 7)"></check-box>
|
|
193
|
+ <check-box text="压疮" :checked="isCheckBoxChecked(record.assessment_before_dislysis, 'skin', 8)"></check-box>
|
|
194
|
+ <check-box text="皮下淤血" :checked="isCheckBoxChecked(record.assessment_before_dislysis, 'skin', 9)"></check-box>
|
192
|
195
|
<div class="inline_block">
|
193
|
196
|
其它:
|
194
|
197
|
<div class="under_line" style="width: 300px;text-align: left">
|
195
|
|
- <span></span>
|
|
198
|
+ <span>{{record.assessment_before_dislysis && record.assessment_before_dislysis.skin_other ?record.assessment_before_dislysis.skin_other : ''}}</span>
|
196
|
199
|
</div>
|
197
|
200
|
</div>
|
198
|
201
|
</div>
|
|
@@ -250,29 +253,29 @@
|
250
|
253
|
</div>
|
251
|
254
|
<div class="inline_block">
|
252
|
255
|
其它:
|
253
|
|
- <div v-if="record.receive_assessment != null && record.receive_assessment.psychological_assessment == 2" class="under_line" style="width: 200px;text-align: left">
|
254
|
|
- {{ record.receive_assessment?record.receive_assessment.psychological_assessment_other:''}}
|
|
256
|
+ <div class="under_line" style="width: 100px;text-align: left">
|
|
257
|
+ {{record.receive_assessment && record.receive_assessment.psychological_other ? record.receive_assessment.psychological_other: ''}}
|
255
|
258
|
</div>
|
256
|
259
|
</div>
|
257
|
260
|
</div>
|
258
|
261
|
<div class="row" style="padding: 2px 0;line-height:19px;">
|
259
|
262
|
<div class="inline_block">
|
260
|
263
|
跌倒风险:
|
261
|
|
- <check-box text="无" :checked="receiverTreatmentAccess.danger_level == 1?true:false"></check-box>
|
262
|
|
- <check-box text="低风险" :checked="receiverTreatmentAccess.danger_level == 2?true:false"></check-box>
|
263
|
|
- <check-box text="中度风险" :checked="receiverTreatmentAccess.danger_level == 3?true:false"></check-box>
|
264
|
|
- <check-box text="高风险" :checked="receiverTreatmentAccess.danger_level == 4?true:false"></check-box>
|
|
264
|
+ <check-box text="无" :checked="isCheckBoxChecked(record.receive_assessment, 'danger_level', 1)"></check-box>
|
|
265
|
+ <check-box text="低风险" :checked="isCheckBoxChecked(record.receive_assessment, 'danger_level', 2)"></check-box>
|
|
266
|
+ <check-box text="中度风险" :checked="isCheckBoxChecked(record.receive_assessment, 'danger_level', 3)"></check-box>
|
|
267
|
+ <check-box text="高风险" :checked="isCheckBoxChecked(record.receive_assessment, 'danger_level', 4)"></check-box>
|
265
|
268
|
</div>
|
266
|
269
|
<div class="inline_block">
|
267
|
270
|
跌倒风险预防措施:
|
268
|
|
- <check-box text="镇静剂" :checked="receiverTreatmentAccess.danger_level == 1?true:false"></check-box>
|
269
|
|
- <check-box text="约束带" :checked="receiverTreatmentAccess.danger_level == 2?true:false"></check-box>
|
270
|
|
- <check-box text="床栏" :checked="receiverTreatmentAccess.danger_level == 3?true:false"></check-box>
|
271
|
|
- <check-box text="加强宣传" :checked="receiverTreatmentAccess.danger_level == 4?true:false"></check-box>
|
|
271
|
+ <check-box text="镇静剂" :checked="isCheckBoxChecked(record.receive_assessment, 'precaution', 1)"></check-box>
|
|
272
|
+ <check-box text="约束带" :checked="isCheckBoxChecked(record.receive_assessment, 'precaution', 2)"></check-box>
|
|
273
|
+ <check-box text="床栏" :checked="isCheckBoxChecked(record.receive_assessment, 'precaution', 3)"></check-box>
|
|
274
|
+ <check-box text="加强宣传" :checked="isCheckBoxChecked(record.receive_assessment, 'precaution', 4)"></check-box>
|
272
|
275
|
<div class="inline_block">
|
273
|
276
|
其它:
|
274
|
277
|
<div class="under_line" style="width: 100px;">
|
275
|
|
- <span > </span>
|
|
278
|
+ <span >{{record.receive_assessment && record.receive_assessment.precaution_other ? record.receive_assessment.precaution_other : ''}}</span>
|
276
|
279
|
</div>
|
277
|
280
|
</div>
|
278
|
281
|
</div>
|
|
@@ -284,7 +287,7 @@
|
284
|
287
|
<table class="inside_table">
|
285
|
288
|
<tbody>
|
286
|
289
|
<!-- <thead> -->
|
287
|
|
- <tr><td colspan="10" style="font-size:16px;padding: 6px 8px;line-height: 30px;text-align:left;">二、透析中护理记录:</td></tr>
|
|
290
|
+ <tr><td colspan="12" style="font-size:16px;padding: 6px 8px;line-height: 30px;text-align:left;">二、透析中护理记录:</td></tr>
|
288
|
291
|
<tr>
|
289
|
292
|
<td width="100">时间</td>
|
290
|
293
|
<td width="30">T<br>C°</td>
|
|
@@ -327,8 +330,8 @@
|
327
|
330
|
<td>{{monitor_record.venous_pressure?monitor_record.venous_pressure:''}}/{{monitor_record.arterial_pressure?monitor_record.arterial_pressure:''}}</td>
|
328
|
331
|
<td>{{monitor_record.blood_flow_volume?monitor_record.blood_flow_volume:''}}</td>
|
329
|
332
|
<td>{{monitor_record.ultrafiltration_volume?monitor_record.ultrafiltration_volume:'/'}}</td>
|
|
333
|
+ <td>{{monitor_record.displacement_flow_quantity?monitor_record.displacement_flow_quantity:''}}</td>
|
330
|
334
|
<td>{{monitor_record.sodium_concentration?monitor_record.sodium_concentration:''}}</td>
|
331
|
|
- <td ></td>
|
332
|
335
|
<td style="line-height:16px;padding:0px;"> <div style="height:48px;line-height:48px; 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;">{{monitor_record.symptom}} {{monitor_record.dispose}} {{monitor_record.result}}</span></div></td>
|
333
|
336
|
<td><span v-if="setAdminUserES(monitor_record, 'monitoring_nurse') == ''">{{getAdminUser(monitor_record, 'monitoring_nurse')}}</span><img class="es-img" :src="setAdminUserES(monitor_record, 'monitoring_nurse')" alt="" srcset="" v-else ></td>
|
334
|
337
|
</tr>
|
|
@@ -393,7 +396,7 @@
|
393
|
396
|
<table class="inside_table">
|
394
|
397
|
<tbody>
|
395
|
398
|
<!-- <thead> -->
|
396
|
|
- <tr><td colspan="10" style="font-size:16px;padding: 6px 8px;line-height: 30px;text-align:left;">二、透析中护理记录:</td></tr>
|
|
399
|
+ <tr><td colspan="12" style="font-size:16px;padding: 6px 8px;line-height: 30px;text-align:left;">二、透析中护理记录:</td></tr>
|
397
|
400
|
<tr>
|
398
|
401
|
<td width="100">时间</td>
|
399
|
402
|
<td width="30">T<br>C°</td>
|
|
@@ -417,8 +420,8 @@
|
417
|
420
|
<td>{{monitor_record.venous_pressure?monitor_record.venous_pressure:''}}/{{monitor_record.arterial_pressure?monitor_record.arterial_pressure:''}}</td>
|
418
|
421
|
<td>{{monitor_record.blood_flow_volume?monitor_record.blood_flow_volume:''}}</td>
|
419
|
422
|
<td>{{monitor_record.ultrafiltration_volume?monitor_record.ultrafiltration_volume:'/'}}</td>
|
|
423
|
+ <td>{{monitor_record.displacement_flow_quantity?monitor_record.displacement_flow_quantity:''}}</td>
|
420
|
424
|
<td>{{monitor_record.sodium_concentration?monitor_record.sodium_concentration:''}}</td>
|
421
|
|
- <td ></td>
|
422
|
425
|
<td style="line-height:16px;padding:0px;"> <div style="height:48px;line-height:48px; 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;"> {{monitor_record.symptom}} {{monitor_record.dispose}} {{monitor_record.result}}</span></div></td>
|
423
|
426
|
<td><span v-if="setAdminUserES(monitor_record, 'monitoring_nurse') == ''">{{getAdminUser(monitor_record, 'monitoring_nurse')}}</span><img class="es-img" :src="setAdminUserES(monitor_record, 'monitoring_nurse')" alt="" srcset="" v-else ></td>
|
424
|
427
|
</tr>
|
|
@@ -477,8 +480,8 @@
|
477
|
480
|
</div>
|
478
|
481
|
<div class="inline_block" style="margin-left:30px;">
|
479
|
482
|
透析期间进食:
|
480
|
|
- <check-box text="无" :checked="afterdialysis.hemostasis_opera == 1?true:false"></check-box>
|
481
|
|
- <check-box text="有" :checked="afterdialysis.hemostasis_opera == 2?true:false"></check-box>
|
|
483
|
+ <check-box text="无" :checked="record.assessment_after_dislysis.is_eat == 1?true:false"></check-box>
|
|
484
|
+ <check-box text="有" :checked="record.assessment_after_dislysis.is_eat == 2?true:false"></check-box>
|
482
|
485
|
</div>
|
483
|
486
|
<!--<div class="inline_block" style="margin-left: 30px;">-->
|
484
|
487
|
<!--实际超滤量:-->
|