|
@@ -37,18 +37,18 @@
|
37
|
37
|
</div>
|
38
|
38
|
<div class="inline_block" style="margin-left: 25px;">
|
39
|
39
|
住院号/ID号:
|
40
|
|
- <div class="under_line" style="width: 120px;">
|
|
40
|
+ <div class="under_line" style="width: 100px;">
|
41
|
41
|
{{record.patient.admission_number?record.patient.admission_number:'无'}}/{{ record.patient.dialysis_no }}
|
42
|
42
|
</div>
|
43
|
43
|
</div>
|
44
|
44
|
</div>
|
45
|
45
|
<div class="row flex">
|
46
|
|
-
|
|
46
|
+
|
47
|
47
|
<div class="inline_block">
|
48
|
48
|
诊断:
|
49
|
49
|
<div class="under_line" style="width: 500px;">{{record.patient.diagnose}}</div>
|
50
|
50
|
</div>
|
51
|
|
-
|
|
51
|
+
|
52
|
52
|
</div>
|
53
|
53
|
<div class="row">
|
54
|
54
|
<table class="proj_table" style="margin-bottom: 300px;">
|
|
@@ -56,7 +56,7 @@
|
56
|
56
|
<tr><td colspan="2">一、透析前护理评估:</td></tr>
|
57
|
57
|
<tr>
|
58
|
58
|
<td colspan="2">
|
59
|
|
- <div class="row" style="padding: 2px 0;line-height:21px;">
|
|
59
|
+ <div class="row" style="padding: 2px 0;line-height:19px;">
|
60
|
60
|
<div class="inline_block">
|
61
|
61
|
入科方式:
|
62
|
62
|
<check-box text="步行"
|
|
@@ -82,9 +82,9 @@
|
82
|
82
|
型号
|
83
|
83
|
<div class="under_line" style="width: 50px;">{{''}}</div>
|
84
|
84
|
</div>
|
85
|
|
-
|
|
85
|
+
|
86
|
86
|
</div>
|
87
|
|
- <div class="row" style="padding: 2px 0;line-height:21px;">
|
|
87
|
+ <div class="row" style="padding: 2px 0;line-height:19px;">
|
88
|
88
|
<div class="inline_block" >
|
89
|
89
|
意识:
|
90
|
90
|
<check-box text="清醒"
|
|
@@ -117,7 +117,7 @@
|
117
|
117
|
)
|
118
|
118
|
</div>
|
119
|
119
|
</div>
|
120
|
|
- <div class="row" style="padding: 2px 0;line-height:21px;">
|
|
120
|
+ <div class="row" style="padding: 2px 0;line-height:19px;">
|
121
|
121
|
<div class="inline_block">
|
122
|
122
|
血管通路(内瘘):
|
123
|
123
|
<check-box text="正常"
|
|
@@ -140,7 +140,7 @@
|
140
|
140
|
</div>
|
141
|
141
|
</div>
|
142
|
142
|
</div>
|
143
|
|
- <div class="row" style="padding: 2px 0;line-height:21px;">
|
|
143
|
+ <div class="row" style="padding: 2px 0;line-height:19px;">
|
144
|
144
|
<div class="inline_block">
|
145
|
145
|
血管杂音:
|
146
|
146
|
<!-- <check-box text="震颤" :checked="isValueIndexOfCheck(record.assessment_before_dislysis, 'internal_fistula', '震颤-存在')"></check-box> -->
|
|
@@ -159,7 +159,7 @@
|
159
|
159
|
:checked="isCheckBoxChecked(record.assessment_before_dislysis, 'puncture_way', 3)"></check-box>
|
160
|
160
|
</div>
|
161
|
161
|
</div>
|
162
|
|
- <div class="row" style="padding: 2px 0;line-height:21px;">
|
|
162
|
+ <div class="row" style="padding: 2px 0;line-height:19px;">
|
163
|
163
|
<div class="inline_block">
|
164
|
164
|
中心静脉置管:
|
165
|
165
|
<check-box text="长期"
|
|
@@ -183,7 +183,7 @@
|
183
|
183
|
</div>
|
184
|
184
|
</div>
|
185
|
185
|
|
186
|
|
- <div class="row" style="padding: 2px 0;line-height:21px;">
|
|
186
|
+ <div class="row" style="padding: 2px 0;line-height:19px;">
|
187
|
187
|
<div class="inline_block">
|
188
|
188
|
中心静脉导管:
|
189
|
189
|
<check-box text="正常"
|
|
@@ -209,7 +209,7 @@
|
209
|
209
|
|
210
|
210
|
</div>
|
211
|
211
|
</div>
|
212
|
|
- <div class="row" style="padding: 2px 0;line-height:21px;">
|
|
212
|
+ <div class="row" style="padding: 2px 0;line-height:19px;">
|
213
|
213
|
<div class="inline_block">
|
214
|
214
|
急诊:
|
215
|
215
|
<check-box text="急性心衰"
|
|
@@ -239,7 +239,7 @@
|
239
|
239
|
</tr>
|
240
|
240
|
<tr>
|
241
|
241
|
<td colspan="2">
|
242
|
|
- <div class="row" style="padding: 2px 0;line-height:21px;">
|
|
242
|
+ <div class="row" style="padding: 2px 0;line-height:19px;">
|
243
|
243
|
<div class="inline_block">
|
244
|
244
|
跌倒风险评估:
|
245
|
245
|
评分:
|
|
@@ -257,8 +257,8 @@
|
257
|
257
|
</div>
|
258
|
258
|
|
259
|
259
|
</div>
|
260
|
|
-
|
261
|
|
- <div class="row" style="padding: 2px 0;line-height:21px;">
|
|
260
|
+
|
|
261
|
+ <div class="row" style="padding: 2px 0;line-height:19px;">
|
262
|
262
|
<div class="inline_block">
|
263
|
263
|
营养状况评估:
|
264
|
264
|
 食欲:
|
|
@@ -291,7 +291,7 @@
|
291
|
291
|
</div>
|
292
|
292
|
</div>
|
293
|
293
|
|
294
|
|
- <div class="row" style="padding: 2px 0; line-height:21px;">
|
|
294
|
+ <div class="row" style="padding: 2px 0; line-height:19px;">
|
295
|
295
|
<div class="inline_block">
|
296
|
296
|
心理评估:
|
297
|
297
|
<check-box text="正常"
|
|
@@ -368,9 +368,9 @@
|
368
|
368
|
</tr>
|
369
|
369
|
<tr><td colspan="2" style="font-size:16px;padding: 10px 8px;line-height: 30px;text-align:left;">三、透析后护理纪录</td></tr>
|
370
|
370
|
<tr>
|
371
|
|
-
|
|
371
|
+
|
372
|
372
|
<td>
|
373
|
|
- <div class="row" style="padding: 2px 0;line-height:21px;">
|
|
373
|
+ <div class="row" style="padding: 2px 0;line-height:19px;">
|
374
|
374
|
|
375
|
375
|
<div class="inline_block">
|
376
|
376
|
透析过程:
|
|
@@ -410,7 +410,7 @@
|
410
|
410
|
</div>
|
411
|
411
|
|
412
|
412
|
</div>
|
413
|
|
- <div class="row" style="padding: 2px 0;line-height:21px;">
|
|
413
|
+ <div class="row" style="padding: 2px 0;line-height:19px;">
|
414
|
414
|
|
415
|
415
|
<div class="inline_block">
|
416
|
416
|
内瘘管拔针后压迫止血时间:
|
|
@@ -433,7 +433,7 @@
|
433
|
433
|
|
434
|
434
|
</div>
|
435
|
435
|
|
436
|
|
- <div class="row" style="padding: 2px 0;line-height:21px;">
|
|
436
|
+ <div class="row" style="padding: 2px 0;line-height:19px;">
|
437
|
437
|
<div class="inline_block">
|
438
|
438
|
内瘘震颤和血管杂音:
|
439
|
439
|
<check-box text="存在"
|
|
@@ -465,7 +465,7 @@
|
465
|
465
|
</div>
|
466
|
466
|
</div>
|
467
|
467
|
|
468
|
|
- <div class="row" style="padding: 2px 0;line-height:21px;">
|
|
468
|
+ <div class="row" style="padding: 2px 0;line-height:19px;">
|
469
|
469
|
<div class="inline_block">
|
470
|
470
|
透析器及血路管凝血情况:
|
471
|
471
|
动脉管道:
|
|
@@ -507,7 +507,7 @@
|
507
|
507
|
</tr>
|
508
|
508
|
<tr>
|
509
|
509
|
<td colspan="2">
|
510
|
|
- <div class="row" style="padding: 2px 0;line-height:21px;">
|
|
510
|
+ <div class="row" style="padding: 2px 0;line-height:19px;">
|
511
|
511
|
<div class="inline_block" style="float: left;">
|
512
|
512
|
责任护士:
|
513
|
513
|
<div class="under_line" style="width: 100px;">
|
|
@@ -549,7 +549,7 @@
|
549
|
549
|
</tr>
|
550
|
550
|
<tr>
|
551
|
551
|
<td colspan="2">
|
552
|
|
- <div class="row" style="padding: 2px 0; line-height:21px;">
|
|
552
|
+ <div class="row" style="padding: 2px 0; line-height:19px;">
|
553
|
553
|
患者去向:
|
554
|
554
|
<check-box text="门诊"
|
555
|
555
|
:checked="isCheckBoxChecked(record.assessment_after_dislysis, 'patient_gose', 4)"></check-box>
|
|
@@ -566,7 +566,7 @@
|
566
|
566
|
</div>
|
567
|
567
|
)
|
568
|
568
|
</div>
|
569
|
|
- <div class="row" style="padding: 2px 0; line-height:21px;">
|
|
569
|
+ <div class="row" style="padding: 2px 0; line-height:19px;">
|
570
|
570
|
<div class="inline_block" >
|
571
|
571
|
血透室护士签名:
|
572
|
572
|
<div class="under_line" style="width: 100px;">
|
|
@@ -899,7 +899,7 @@
|
899
|
899
|
<span v-if="advice.parent_id == 0 &&advice.children && advice.children.length == 0">{{advice.delivery_way}}</span>
|
900
|
900
|
<span
|
901
|
901
|
v-if="advice.parent_id == 0 &&advice.children&& advice.children.length == 0">{{advice.execution_frequency}}</span>
|
902
|
|
- <span v-if="advice.parent_id == 0 && advice.remark.length > 0" >({{advice.remark}})</span>
|
|
902
|
+ <span v-if="advice.parent_id == 0 && advice.children && advice.children.length == 0 && advice.remark.length > 0" >({{advice.remark}})</span>
|
903
|
903
|
|
904
|
904
|
</td>
|
905
|
905
|
|
|
@@ -1040,9 +1040,9 @@
|
1040
|
1040
|
this.advice_groups = []
|
1041
|
1041
|
var dlegh = 0
|
1042
|
1042
|
if (this.records[recordIndex].monitor_records && this.records[recordIndex].monitor_records.length < 8) {
|
1043
|
|
- dlegh = 10 - this.records[recordIndex].monitor_records.length
|
|
1043
|
+ dlegh = 8 - this.records[recordIndex].monitor_records.length
|
1044
|
1044
|
} else {
|
1045
|
|
- dlegh = 10
|
|
1045
|
+ dlegh = 8
|
1046
|
1046
|
}
|
1047
|
1047
|
if (dlegh > 0) {
|
1048
|
1048
|
if (typeof (this.records[recordIndex].monitor_records) === 'undefined' || this.records[recordIndex].monitor_records == null) {
|