|
@@ -186,7 +186,9 @@
|
186
|
186
|
</td>
|
187
|
187
|
<td style="text-align: left" colspan="2">
|
188
|
188
|
<span style="display: inline-block; margin-left: 15px">
|
189
|
|
- <span v-if="prescription.anticoagulant == 2">肝素首剂:</span>
|
|
189
|
+ <span v-if="prescription.anticoagulant == 2"
|
|
190
|
+ >普通肝素首剂:</span
|
|
191
|
+ >
|
190
|
192
|
<span v-if="prescription.anticoagulant == 3"
|
191
|
193
|
>低分子肝素首剂:</span
|
192
|
194
|
>
|
|
@@ -218,14 +220,14 @@
|
218
|
220
|
</span>
|
219
|
221
|
<span
|
220
|
222
|
v-if="
|
221
|
|
- prescription.anticoagulant == 5 ||
|
|
223
|
+ prescription.anticoagulant == 7 ||
|
222
|
224
|
prescription.anticoagulant == 6
|
223
|
225
|
"
|
224
|
226
|
>iu</span
|
225
|
227
|
>
|
226
|
228
|
<span v-if="prescription.anticoagulant == 4">mg</span>
|
227
|
229
|
<span v-if="prescription.anticoagulant == 3">iu</span>
|
228
|
|
- <span v-if="prescription.anticoagulant == 2">iu</span>
|
|
230
|
+ <span v-if="prescription.anticoagulant == 2">mg</span>
|
229
|
231
|
<span v-if="prescription.anticoagulant == 1">mg</span>
|
230
|
232
|
</td>
|
231
|
233
|
<td style="text-align: left" colspan="1">
|
|
@@ -237,10 +239,17 @@
|
237
|
239
|
: "/"
|
238
|
240
|
}}
|
239
|
241
|
</span>
|
|
242
|
+ <span
|
|
243
|
+ v-if="
|
|
244
|
+ prescription.anticoagulant == 7 ||
|
|
245
|
+ prescription.anticoagulant == 6
|
|
246
|
+ "
|
|
247
|
+ >iu/h</span
|
|
248
|
+ >
|
240
|
249
|
<span v-if="prescription.anticoagulant == 5">ml/h</span>
|
241
|
250
|
<span v-if="prescription.anticoagulant == 4">mg/h</span>
|
242
|
251
|
<span v-if="prescription.anticoagulant == 3">iu/h</span>
|
243
|
|
- <span v-if="prescription.anticoagulant == 2">iu/h</span>
|
|
252
|
+ <span v-if="prescription.anticoagulant == 2">mg/h</span>
|
244
|
253
|
<span v-if="prescription.anticoagulant == 1">mg/h</span>
|
245
|
254
|
</td>
|
246
|
255
|
<td style="text-align: left" colspan="2">
|
|
@@ -252,9 +261,16 @@
|
252
|
261
|
: "/"
|
253
|
262
|
}}
|
254
|
263
|
</span>
|
|
264
|
+ <span
|
|
265
|
+ v-if="
|
|
266
|
+ prescription.anticoagulant == 7 ||
|
|
267
|
+ prescription.anticoagulant == 6
|
|
268
|
+ "
|
|
269
|
+ >iu</span
|
|
270
|
+ >
|
255
|
271
|
<span v-if="prescription.anticoagulant == 4">mg</span>
|
256
|
272
|
<span v-if="prescription.anticoagulant == 3">iu</span>
|
257
|
|
- <span v-if="prescription.anticoagulant == 2">iu</span>
|
|
273
|
+ <span v-if="prescription.anticoagulant == 2">mg</span>
|
258
|
274
|
<span v-if="prescription.anticoagulant == 1">mg</span>
|
259
|
275
|
</td>
|
260
|
276
|
</tr>
|
|
@@ -328,100 +344,7 @@
|
328
|
344
|
</span>
|
329
|
345
|
</td>
|
330
|
346
|
</tr>
|
331
|
|
- <tr>
|
332
|
|
- <td style="text-align: left" colspan="1">
|
333
|
|
- <span style="display: inline-block; margin-left: 15px">
|
334
|
|
- <span
|
335
|
|
- v-if="orderForm.url === ''"
|
336
|
|
- style="display: flex; align-items: center"
|
337
|
|
- >责任护士:{{ orderForm.start_nurse }}</span
|
338
|
|
- >
|
339
|
|
- <span
|
340
|
|
- v-if="orderForm.url !== ''"
|
341
|
|
- style="display: flex; align-items: center; height: 36px"
|
342
|
|
- >
|
343
|
|
- 责任护士:
|
344
|
|
- <img :src="orderForm.url" style="height: 30px" />
|
345
|
|
- </span>
|
346
|
|
- </span>
|
347
|
|
- </td>
|
348
|
|
- <td style="text-align: left" colspan="1">
|
349
|
|
- <span style="display: inline-block; margin-left: 15px">
|
350
|
|
- <span
|
351
|
|
- v-if="orderForm.url === ''"
|
352
|
|
- style="display: flex; align-items: center"
|
353
|
|
- >上机护士:{{ orderForm.start_nurse }}</span
|
354
|
|
- >
|
355
|
|
- <span
|
356
|
|
- v-if="orderForm.url !== ''"
|
357
|
|
- style="display: flex; align-items: center; height: 36px"
|
358
|
|
- >
|
359
|
|
- 上机护士:
|
360
|
|
- <img :src="orderForm.url" style="height: 30px" />
|
361
|
|
- </span>
|
362
|
|
- </span>
|
363
|
|
- </td>
|
364
|
|
- <td style="text-align: left" colspan="3">
|
365
|
|
- <span style="display: inline-block; margin-left: 15px">
|
366
|
|
- <span
|
367
|
|
- v-if="orderForm.url === ''"
|
368
|
|
- style="display: flex; align-items: center"
|
369
|
|
- >抗凝剂执行护士:{{ orderForm.start_nurse }}</span
|
370
|
|
- >
|
371
|
|
- <span
|
372
|
|
- v-if="orderForm.url !== ''"
|
373
|
|
- style="display: flex; align-items: center; height: 36px"
|
374
|
|
- >
|
375
|
|
- 抗凝剂执行护士:
|
376
|
|
- <img :src="orderForm.url" style="height: 30px" />
|
377
|
|
- </span>
|
378
|
|
- </span>
|
379
|
|
- </td>
|
380
|
|
- <td style="text-align: left" colspan="3">
|
381
|
|
- <span style="display: inline-block; margin-left: 15px">
|
382
|
|
- <span
|
383
|
|
- style="display: flex; align-items: center"
|
384
|
|
- v-if="
|
385
|
|
- setAdminUserES(
|
386
|
|
- prescription == null
|
387
|
|
- ? 0
|
388
|
|
- : prescription.prescription_doctor
|
389
|
|
- ? prescription.prescription_doctor
|
390
|
|
- : prescription.creater
|
391
|
|
- ) == ''
|
392
|
|
- "
|
393
|
|
- >医生签名:{{
|
394
|
|
- getAdminUser(
|
395
|
|
- prescription == null
|
396
|
|
- ? 0
|
397
|
|
- : prescription.prescription_doctor
|
398
|
|
- ? prescription.prescription_doctor
|
399
|
|
- : prescription.creater
|
400
|
|
- )
|
401
|
|
- }}</span
|
402
|
|
- >
|
403
|
|
- <span
|
404
|
|
- v-else
|
405
|
|
- style="display: flex; align-items: center; height: 36px"
|
406
|
|
- >医生签名:
|
407
|
|
- <img
|
408
|
|
- style="height: 30px"
|
409
|
|
- :src="
|
410
|
|
- setAdminUserES(
|
411
|
|
- prescription == null
|
412
|
|
- ? 0
|
413
|
|
- : prescription.prescription_doctor
|
414
|
|
- ? prescription.prescription_doctor
|
415
|
|
- : prescription.creater
|
416
|
|
- )
|
417
|
|
- "
|
418
|
|
- alt=""
|
419
|
|
- srcset=""
|
420
|
|
- />
|
421
|
|
- </span>
|
422
|
|
- </span>
|
423
|
|
- </td>
|
424
|
|
- </tr>
|
|
347
|
+
|
425
|
348
|
<tr>
|
426
|
349
|
<td style="text-align: left" colspan="4">
|
427
|
350
|
<span style="display: inline-block; margin-left: 15px">
|
|
@@ -1068,27 +991,6 @@
|
1068
|
991
|
</span>
|
1069
|
992
|
</td>
|
1070
|
993
|
</tr>
|
1071
|
|
- <tr>
|
1072
|
|
- <td style="text-align: left" colspan="6">
|
1073
|
|
- <span style="display: inline-block; margin-left: 15px"
|
1074
|
|
- >特殊记录:{{ special_record }}</span
|
1075
|
|
- >
|
1076
|
|
- </td>
|
1077
|
|
- </tr>
|
1078
|
|
- <tr>
|
1079
|
|
- <!-- <td style="text-align:left;" colspan="3">
|
1080
|
|
- <span style="display:inline-block;margin-left:15px;">医生签名:</span>
|
1081
|
|
- <span v-if="doctorForm.url === ''">{{doctorForm.doctor}}</span>
|
1082
|
|
- <span v-if="doctorForm.url!==''">
|
1083
|
|
- <img style="height:20px" :src="doctorForm.url" />
|
1084
|
|
- </span>
|
1085
|
|
- </td>-->
|
1086
|
|
- <td style="text-align: left" colspan="6">
|
1087
|
|
- <span style="display: inline-block; margin-left: 15px"
|
1088
|
|
- >质控护士签名:</span
|
1089
|
|
- >
|
1090
|
|
- </td>
|
1091
|
|
- </tr>
|
1092
|
994
|
</table>
|
1093
|
995
|
<table class="print-table" border="1" style="line-height: 30px">
|
1094
|
996
|
<tr style="line-height: 20px">
|
|
@@ -1112,7 +1014,7 @@
|
1112
|
1014
|
</td> -->
|
1113
|
1015
|
<td style="min-width: 80px">
|
1114
|
1016
|
超滤量
|
1115
|
|
- <br />L
|
|
1017
|
+ <br />ml
|
1116
|
1018
|
</td>
|
1117
|
1019
|
<td style="min-width: 80px">
|
1118
|
1020
|
血压
|
|
@@ -1180,7 +1082,7 @@
|
1180
|
1082
|
</tr>
|
1181
|
1083
|
|
1182
|
1084
|
<tr>
|
1183
|
|
- <td style="text-align: left" colspan="12">
|
|
1085
|
+ <td style="text-align: left" colspan="6">
|
1184
|
1086
|
<span style="display: inline-block; margin-left: 15px">
|
1185
|
1087
|
透后评估: 透析过程:
|
1186
|
1088
|
<label-box
|
|
@@ -1198,18 +1100,34 @@
|
1198
|
1100
|
>
|
1199
|
1101
|
</span>
|
1200
|
1102
|
</td>
|
|
1103
|
+ <td style="text-align: left" colspan="3">
|
|
1104
|
+ <span>
|
|
1105
|
+ <span
|
|
1106
|
+ v-if="finshForm.url === ''"
|
|
1107
|
+ style="display: flex; align-items: center; height: 36px"
|
|
1108
|
+ >下机护士:{{ finshForm.finish_nurse }}</span
|
|
1109
|
+ >
|
|
1110
|
+ <span
|
|
1111
|
+ v-if="finshForm.url !== ''"
|
|
1112
|
+ style="display: flex; align-items: center; height: 36px"
|
|
1113
|
+ >
|
|
1114
|
+ 下机护士:
|
|
1115
|
+ <img :src="finshForm.url" style="height: 30px" />
|
|
1116
|
+ </span>
|
|
1117
|
+ </span>
|
|
1118
|
+ </td>
|
1201
|
1119
|
</tr>
|
1202
|
1120
|
<tr>
|
1203
|
1121
|
<td style="text-align: left" colspan="12">
|
1204
|
1122
|
<span style="display: inline-block; margin-left: 15px"
|
1205
|
|
- >透后小结:{{ nursing_record }}</span
|
|
1123
|
+ >透后小结:{{ dialysis_summary }}</span
|
1206
|
1124
|
>
|
1207
|
1125
|
</td>
|
1208
|
1126
|
</tr>
|
1209
|
1127
|
<tr>
|
1210
|
1128
|
<td style="text-align: left" colspan="12">
|
1211
|
1129
|
<span style="display: inline-block; margin-left: 15px"
|
1212
|
|
- >特殊记录:{{ nursing_record }}</span
|
|
1130
|
+ >特殊记录:{{ special_record }}</span
|
1213
|
1131
|
>
|
1214
|
1132
|
</td>
|
1215
|
1133
|
</tr>
|
|
@@ -1252,13 +1170,13 @@
|
1252
|
1170
|
<span
|
1253
|
1171
|
v-if="finshForm.url === ''"
|
1254
|
1172
|
style="display: flex; align-items: center; height: 36px"
|
1255
|
|
- >护士签名:{{ finshForm.finish_nurse }}</span
|
|
1173
|
+ >医生签名:{{ finshForm.finish_nurse }}</span
|
1256
|
1174
|
>
|
1257
|
1175
|
<span
|
1258
|
1176
|
v-if="finshForm.url !== ''"
|
1259
|
1177
|
style="display: flex; align-items: center; height: 36px"
|
1260
|
1178
|
>
|
1261
|
|
- 护士签名:
|
|
1179
|
+ 医生签名:
|
1262
|
1180
|
<img :src="finshForm.url" style="height: 30px" />
|
1263
|
1181
|
</span>
|
1264
|
1182
|
</span>
|