|
@@ -472,10 +472,8 @@
|
472
|
472
|
style="padding: 2px 0; line-height: 23px; display: flex"
|
473
|
473
|
>
|
474
|
474
|
<div class="inline_block" style="flex: 1">
|
475
|
|
- <span v-if="org_id == 10138 || org_id == 9675"
|
476
|
|
- >治疗模式:</span
|
477
|
|
- >
|
478
|
|
- <span v-else>透析方式:</span>
|
|
475
|
+
|
|
476
|
+ <span>透析方式:</span>
|
479
|
477
|
<div
|
480
|
478
|
class="under_line"
|
481
|
479
|
style="
|
|
@@ -719,12 +717,14 @@
|
719
|
717
|
class="under_line"
|
720
|
718
|
style="width: 100px; text-align: center"
|
721
|
719
|
>
|
722
|
|
- /
|
|
720
|
+ {{
|
|
721
|
+ getDisplaceLiquiPart(record.prescription.displace_liqui_part)
|
|
722
|
+ }}
|
723
|
723
|
</div>
|
724
|
724
|
</div>
|
725
|
725
|
<div
|
726
|
726
|
class="inline_block"
|
727
|
|
- style="margin-left: 10px; flex: 1"
|
|
727
|
+ style="margin-left: 10px; flex: 0.8"
|
728
|
728
|
>
|
729
|
729
|
置换量:
|
730
|
730
|
<div
|
|
@@ -760,7 +760,7 @@
|
760
|
760
|
</div>
|
761
|
761
|
<div
|
762
|
762
|
class="inline_block"
|
763
|
|
- style="margin-left: 10px; flex: 1"
|
|
763
|
+ style="flex: 1"
|
764
|
764
|
>
|
765
|
765
|
透析时间:
|
766
|
766
|
<div
|
|
@@ -1062,6 +1062,23 @@
|
1062
|
1062
|
<span v-if="record.prescription.anticoagulant == 7"
|
1063
|
1063
|
> 低分子肝素钠</span
|
1064
|
1064
|
>
|
|
1065
|
+ <span v-if="record.prescription.anticoagulant == 8"
|
|
1066
|
+ > 依诺肝素</span
|
|
1067
|
+ >
|
|
1068
|
+ <span v-if="record.prescription.anticoagulant == 9"
|
|
1069
|
+ > 达肝素</span
|
|
1070
|
+ >
|
|
1071
|
+ <span v-if="record.prescription.anticoagulant == 10"
|
|
1072
|
+ > 体外抗凝</span
|
|
1073
|
+ > <span v-if="record.prescription.anticoagulant == 11"
|
|
1074
|
+ > 那屈肝素</span
|
|
1075
|
+ >
|
|
1076
|
+ <span v-if="record.prescription.anticoagulant == 12"
|
|
1077
|
+ > 无抗凝剂</span
|
|
1078
|
+ >
|
|
1079
|
+ <span v-if="record.prescription.anticoagulant == 13"
|
|
1080
|
+ > 那屈肝素钙</span
|
|
1081
|
+ >
|
1065
|
1082
|
</div>
|
1066
|
1083
|
</div>
|
1067
|
1084
|
<div class="inline_block" style="margin-left: 20px">
|
|
@@ -1077,6 +1094,18 @@
|
1077
|
1094
|
: "/"
|
1078
|
1095
|
}}
|
1079
|
1096
|
</div>
|
|
1097
|
+ <span v-if="record.prescription.anticoagulant == 10 ||record.prescription.anticoagulant == 11||record.prescription.anticoagulant==13"
|
|
1098
|
+ >mg</span
|
|
1099
|
+ >
|
|
1100
|
+ <span v-if="record.prescription.anticoagulant == 8 || record.prescription.anticoagulant == 9"
|
|
1101
|
+ >iu</span
|
|
1102
|
+ >
|
|
1103
|
+ <span v-if="record.prescription.anticoagulant == 6"
|
|
1104
|
+ >iu</span
|
|
1105
|
+ >
|
|
1106
|
+ <span v-if="record.prescription.anticoagulant == 7"
|
|
1107
|
+ >iu</span
|
|
1108
|
+ >
|
1080
|
1109
|
<span v-if="record.prescription.anticoagulant == 4"
|
1081
|
1110
|
>mg</span
|
1082
|
1111
|
>
|
|
@@ -1122,6 +1151,21 @@
|
1122
|
1151
|
: 0
|
1123
|
1152
|
}}
|
1124
|
1153
|
</div>
|
|
1154
|
+ <span v-if="record.prescription.anticoagulant == 10 ||record.prescription.anticoagulant == 11||record.prescription.anticoagulant==13"
|
|
1155
|
+ >mg/h</span
|
|
1156
|
+ >
|
|
1157
|
+ <span v-if="record.prescription.anticoagulant == 9"
|
|
1158
|
+ >iu/h</span
|
|
1159
|
+ >
|
|
1160
|
+ <span v-if="record.prescription.anticoagulant == 8"
|
|
1161
|
+ >iu/h</span
|
|
1162
|
+ >
|
|
1163
|
+ <span v-if="record.prescription.anticoagulant == 7"
|
|
1164
|
+ >iu/h</span
|
|
1165
|
+ >
|
|
1166
|
+ <span v-if="record.prescription.anticoagulant == 6"
|
|
1167
|
+ >iu/h</span
|
|
1168
|
+ >
|
1125
|
1169
|
<span v-if="record.prescription.anticoagulant == 5"
|
1126
|
1170
|
>ml/h</span
|
1127
|
1171
|
>
|
|
@@ -1151,6 +1195,24 @@
|
1151
|
1195
|
: "/"
|
1152
|
1196
|
}}
|
1153
|
1197
|
</div>
|
|
1198
|
+ <span v-if="record.prescription.anticoagulant == 10 ||record.prescription.anticoagulant == 11||record.prescription.anticoagulant==13"
|
|
1199
|
+ >mg</span
|
|
1200
|
+ >
|
|
1201
|
+ <span v-if="record.prescription.anticoagulant == 9"
|
|
1202
|
+ >iu</span
|
|
1203
|
+ >
|
|
1204
|
+ <span v-if="record.prescription.anticoagulant == 8"
|
|
1205
|
+ >iu</span
|
|
1206
|
+ >
|
|
1207
|
+ <span v-if="record.prescription.anticoagulant == 7"
|
|
1208
|
+ >iu</span
|
|
1209
|
+ >
|
|
1210
|
+ <span v-if="record.prescription.anticoagulant == 6"
|
|
1211
|
+ >iu</span
|
|
1212
|
+ >
|
|
1213
|
+ <span v-if="record.prescription.anticoagulant == 5"
|
|
1214
|
+ >ml</span
|
|
1215
|
+ >
|
1154
|
1216
|
<span v-if="record.prescription.anticoagulant == 4"
|
1155
|
1217
|
>mg</span
|
1156
|
1218
|
>
|
|
@@ -1181,6 +1243,31 @@
|
1181
|
1243
|
</div>
|
1182
|
1244
|
</div>
|
1183
|
1245
|
</div>
|
|
1246
|
+ <div
|
|
1247
|
+ class="row"
|
|
1248
|
+ style="padding: 2px 0; line-height: 23px; display: flex"
|
|
1249
|
+
|
|
1250
|
+ >
|
|
1251
|
+ <div
|
|
1252
|
+ class="inline_block"
|
|
1253
|
+ style="flex: 1; display: inline-block"
|
|
1254
|
+ >
|
|
1255
|
+ 备注:
|
|
1256
|
+ <div
|
|
1257
|
+ class="under_line"
|
|
1258
|
+ style="
|
|
1259
|
+ width: 860px;
|
|
1260
|
+ line-height: 25px;
|
|
1261
|
+ text-align: left;
|
|
1262
|
+ margin-left: 2px;
|
|
1263
|
+ display: inline-block;
|
|
1264
|
+ white-space: normal;
|
|
1265
|
+ "
|
|
1266
|
+ >
|
|
1267
|
+ {{ record.assessment_before_dislysis.remark ? record.assessment_before_dislysis.remark : "/" }}
|
|
1268
|
+ </div>
|
|
1269
|
+ </div>
|
|
1270
|
+ </div>
|
1184
|
1271
|
</td>
|
1185
|
1272
|
</tr>
|
1186
|
1273
|
<tr>
|
|
@@ -1218,23 +1305,17 @@
|
1218
|
1305
|
<td width="60" v-if="org_id == 9836">体温(°C)</td>
|
1219
|
1306
|
<td
|
1220
|
1307
|
width="50"
|
1221
|
|
- v-if="
|
1222
|
|
- org_id != 9538 &&
|
1223
|
|
- org_id != 10121 &&
|
1224
|
|
- org_id != 9675 &&
|
1225
|
|
- org_id != 0
|
1226
|
|
- "
|
1227
|
1308
|
>
|
1228
|
1309
|
电导度<br />(ms/cm)
|
1229
|
1310
|
</td>
|
1230
|
|
- <td
|
|
1311
|
+ <!-- <td
|
1231
|
1312
|
width="50"
|
1232
|
1313
|
v-if="
|
1233
|
1314
|
org_id == 10121 || org_id == 9675 || org_id == 0
|
1234
|
1315
|
"
|
1235
|
1316
|
>
|
1236
|
1317
|
SpO₂<br />(%)
|
1237
|
|
- </td>
|
|
1318
|
+ </td> -->
|
1238
|
1319
|
<td width="50">超滤量<br />(ml)</td>
|
1239
|
1320
|
<td
|
1240
|
1321
|
v-if="
|
|
@@ -1246,27 +1327,6 @@
|
1246
|
1327
|
>
|
1247
|
1328
|
置换量<br />(ml)
|
1248
|
1329
|
</td>
|
1249
|
|
-
|
1250
|
|
- <td
|
1251
|
|
- width="50"
|
1252
|
|
- v-if="
|
1253
|
|
- org_id == 9919 ||
|
1254
|
|
- org_id == 9538 ||
|
1255
|
|
- org_id == 9675 ||
|
1256
|
|
- org_id == 9671
|
1257
|
|
- "
|
1258
|
|
- >
|
1259
|
|
- KT/V
|
1260
|
|
- </td>
|
1261
|
|
- <td
|
1262
|
|
- width="50"
|
1263
|
|
- v-if="
|
1264
|
|
- org_id == 9538 || org_id == 9675 || org_id == 9671
|
1265
|
|
- "
|
1266
|
|
- >
|
1267
|
|
- 血容量<br />(L)
|
1268
|
|
- </td>
|
1269
|
|
-
|
1270
|
1330
|
<td width="200">病情变化及处理</td>
|
1271
|
1331
|
</tr>
|
1272
|
1332
|
|
|
@@ -1353,12 +1413,6 @@
|
1353
|
1413
|
{{monitor_record.conductivity? monitor_record.conductivity : ""}}
|
1354
|
1414
|
</td> -->
|
1355
|
1415
|
<td
|
1356
|
|
- v-if="
|
1357
|
|
- org_id != 9538 &&
|
1358
|
|
- org_id != 10121 &&
|
1359
|
|
- org_id != 9675 &&
|
1360
|
|
- org_id != 0
|
1361
|
|
- "
|
1362
|
1416
|
>
|
1363
|
1417
|
{{
|
1364
|
1418
|
monitor_record.conductivity
|
|
@@ -1367,7 +1421,7 @@
|
1367
|
1421
|
}}
|
1368
|
1422
|
</td>
|
1369
|
1423
|
|
1370
|
|
- <td
|
|
1424
|
+ <!-- <td
|
1371
|
1425
|
v-if="
|
1372
|
1426
|
org_id == 10121 || org_id == 9675 || org_id == 0
|
1373
|
1427
|
"
|
|
@@ -1377,7 +1431,7 @@
|
1377
|
1431
|
? monitor_record.blood_oxygen_saturation
|
1378
|
1432
|
: ""
|
1379
|
1433
|
}}
|
1380
|
|
- </td>
|
|
1434
|
+ </td> -->
|
1381
|
1435
|
|
1382
|
1436
|
<td v-if="org_id == 9538">
|
1383
|
1437
|
{{
|
|
@@ -1409,7 +1463,7 @@
|
1409
|
1463
|
: ""
|
1410
|
1464
|
}}
|
1411
|
1465
|
</td>
|
1412
|
|
- <td
|
|
1466
|
+ <!-- <td
|
1413
|
1467
|
width="50"
|
1414
|
1468
|
v-if="
|
1415
|
1469
|
org_id == 9919 ||
|
|
@@ -1427,7 +1481,7 @@
|
1427
|
1481
|
"
|
1428
|
1482
|
>
|
1429
|
1483
|
{{ monitor_record.accumulated_blood_volume }}
|
1430
|
|
- </td>
|
|
1484
|
+ </td> -->
|
1431
|
1485
|
|
1432
|
1486
|
<td style="line-height: 16px; padding: 0px">
|
1433
|
1487
|
<div
|
|
@@ -1488,12 +1542,6 @@
|
1488
|
1542
|
<td></td>
|
1489
|
1543
|
<td></td>
|
1490
|
1544
|
<td></td>
|
1491
|
|
- <td
|
1492
|
|
- v-if="
|
1493
|
|
- org_id == 9919 || org_id == 9538 || org_id == 9675
|
1494
|
|
- "
|
1495
|
|
- ></td>
|
1496
|
|
- <td v-if="org_id == 9538 || org_id == 9675"></td>
|
1497
|
1545
|
<td style="line-height: 16px; padding: 0px">
|
1498
|
1546
|
<div
|
1499
|
1547
|
style="
|
|
@@ -1561,12 +1609,12 @@
|
1561
|
1609
|
|
1562
|
1610
|
<template v-if="record.advices">
|
1563
|
1611
|
<tr
|
1564
|
|
- v-for="(advice, advice_index) in record.advices"
|
|
1612
|
+ v-for="(advice, advice_index) in record.his_advices"
|
1565
|
1613
|
:key="advice_index"
|
1566
|
1614
|
>
|
1567
|
1615
|
<td height="35px">
|
1568
|
|
- <span v-if="advice[0].start_time">
|
1569
|
|
- {{ getTime(advice[0].start_time, "{h}:{i}") }}
|
|
1616
|
+ <span v-if="advice.start_time">
|
|
1617
|
+ {{ getTime(advice.start_time, "{h}:{i}") }}
|
1570
|
1618
|
</span>
|
1571
|
1619
|
</td>
|
1572
|
1620
|
|
|
@@ -1576,57 +1624,54 @@
|
1576
|
1624
|
class="advice-name"
|
1577
|
1625
|
style="padding-left: 7px"
|
1578
|
1626
|
>
|
1579
|
|
- <span v-if="advice[0].parent_id > 0">---></span>
|
1580
|
|
- <span>{{ advice[0].advice_name }}</span>
|
|
1627
|
+ <span v-if="advice.parent_id > 0">---></span>
|
|
1628
|
+ <span>{{ advice.advice_name }}</span>
|
1581
|
1629
|
|
1582
|
1630
|
<span
|
1583
|
|
- v-if="
|
1584
|
|
- advice[0] &&
|
1585
|
|
- advice[0].advice_desc != undefined
|
1586
|
|
- "
|
|
1631
|
+ v-if="advice && advice.advice_desc"
|
1587
|
1632
|
>
|
1588
|
|
- ({{ advice[0].advice_desc
|
1589
|
|
- }}{{ advice[0].drug_spec_unit }} )
|
|
1633
|
+ ({{ advice.advice_desc
|
|
1634
|
+ }}{{ advice.drug_spec_unit }} )
|
1590
|
1635
|
</span>
|
1591
|
1636
|
|
1592
|
|
- <span v-if="advice[0].prescribing_number"
|
1593
|
|
- > {{ advice[0].prescribing_number
|
1594
|
|
- }}{{ advice[0].prescribing_number_unit }}</span
|
|
1637
|
+ <span v-if="advice.prescribing_number"
|
|
1638
|
+ > {{ advice.prescribing_number
|
|
1639
|
+ }}{{ advice.prescribing_number_unit }}</span
|
1595
|
1640
|
>
|
1596
|
|
- <span v-if="advice[0].single_dose != 0">
|
1597
|
|
- {{ advice[0].single_dose
|
1598
|
|
- }}{{ advice[0].single_dose_unit }}</span
|
|
1641
|
+ <span v-if="advice.single_dose != 0">
|
|
1642
|
+ {{ advice.single_dose
|
|
1643
|
+ }}{{ advice.single_dose_unit }}</span
|
1599
|
1644
|
>
|
1600
|
1645
|
|
1601
|
|
- <span v-if="advice[0].parent_id == 0">{{
|
1602
|
|
- advice[0].delivery_way
|
|
1646
|
+ <span v-if="advice.parent_id == 0">{{
|
|
1647
|
+ advice.delivery_way
|
1603
|
1648
|
}}</span>
|
1604
|
|
- <span v-if="advice[0].parent_id == 0">{{
|
1605
|
|
- advice[0].execution_frequency
|
|
1649
|
+ <span v-if="advice.parent_id == 0">{{
|
|
1650
|
+ advice.execution_frequency
|
1606
|
1651
|
}}</span>
|
1607
|
1652
|
<span
|
1608
|
1653
|
v-if="
|
1609
|
|
- advice[0].parent_id == 0 &&
|
1610
|
|
- advice[0].remark.length > 0
|
|
1654
|
+ advice.parent_id == 0 &&
|
|
1655
|
+ advice.remark.length > 0
|
1611
|
1656
|
"
|
1612
|
|
- >({{ advice[0].remark }})</span
|
|
1657
|
+ >({{ advice.remark }})</span
|
1613
|
1658
|
>
|
1614
|
1659
|
</td>
|
1615
|
1660
|
|
1616
|
1661
|
<td height="35px">
|
1617
|
1662
|
<span
|
1618
|
1663
|
v-if="
|
1619
|
|
- setAdminUserES(advice[0], 'advice_doctor') ==
|
|
1664
|
+ setAdminUserES(advice, 'advice_doctor') ==
|
1620
|
1665
|
''
|
1621
|
1666
|
"
|
1622
|
1667
|
>{{
|
1623
|
|
- getAdminUser(advice[0], "advice_doctor")
|
|
1668
|
+ getAdminUser(advice, "advice_doctor")
|
1624
|
1669
|
}}</span
|
1625
|
1670
|
>
|
1626
|
1671
|
<img
|
1627
|
1672
|
class="es-img"
|
1628
|
1673
|
:src="
|
1629
|
|
- setAdminUserES(advice[0], 'advice_doctor')
|
|
1674
|
+ setAdminUserES(advice, 'advice_doctor')
|
1630
|
1675
|
"
|
1631
|
1676
|
alt=""
|
1632
|
1677
|
srcset=""
|
|
@@ -1639,18 +1684,18 @@
|
1639
|
1684
|
<span
|
1640
|
1685
|
v-if="
|
1641
|
1686
|
setAdminUserES(
|
1642
|
|
- advice[0],
|
|
1687
|
+ advice,
|
1643
|
1688
|
'execution_staff'
|
1644
|
1689
|
) == ''
|
1645
|
1690
|
"
|
1646
|
1691
|
>{{
|
1647
|
|
- getAdminUser(advice[0], "execution_staff")
|
|
1692
|
+ getAdminUser(advice, "execution_staff")
|
1648
|
1693
|
}}</span
|
1649
|
1694
|
>
|
1650
|
1695
|
<img
|
1651
|
1696
|
class="es-img"
|
1652
|
1697
|
:src="
|
1653
|
|
- setAdminUserES(advice[0], 'execution_staff')
|
|
1698
|
+ setAdminUserES(advice, 'execution_staff')
|
1654
|
1699
|
"
|
1655
|
1700
|
alt=""
|
1656
|
1701
|
srcset=""
|
|
@@ -1659,8 +1704,8 @@
|
1659
|
1704
|
/>
|
1660
|
1705
|
</td>
|
1661
|
1706
|
<td height="35px">
|
1662
|
|
- <span v-if="advice[0].execution_time">{{
|
1663
|
|
- getTime(advice[0].execution_time, " {h}:{i}")
|
|
1707
|
+ <span v-if="advice.execution_time">{{
|
|
1708
|
+ getTime(advice.execution_time, " {h}:{i}")
|
1664
|
1709
|
}}</span>
|
1665
|
1710
|
</td>
|
1666
|
1711
|
</tr>
|