|
@@ -705,12 +705,46 @@
|
705
|
705
|
class="under_line"
|
706
|
706
|
style="width: 150px;text-align: center"
|
707
|
707
|
>
|
708
|
|
- {{
|
709
|
|
- record.prescription &&
|
710
|
|
- record.prescription.anticoagulant_name
|
711
|
|
- ? record.prescription.anticoagulant_name
|
712
|
|
- : "/"
|
713
|
|
- }}
|
|
708
|
+ <span
|
|
709
|
+ class="under-line"
|
|
710
|
+ v-if="record.prescription.anticoagulant == 0"
|
|
711
|
+ > /</span
|
|
712
|
+ >
|
|
713
|
+ <span
|
|
714
|
+ class="under-line"
|
|
715
|
+ v-if="record.prescription.anticoagulant == 1"
|
|
716
|
+ > 无肝素</span
|
|
717
|
+ >
|
|
718
|
+ <span
|
|
719
|
+ class="under-line"
|
|
720
|
+ v-if="record.prescription.anticoagulant == 2"
|
|
721
|
+ > 普通肝素</span
|
|
722
|
+ >
|
|
723
|
+ <span
|
|
724
|
+ class="under-line"
|
|
725
|
+ v-if="record.prescription.anticoagulant == 3"
|
|
726
|
+ > 低分子肝素</span
|
|
727
|
+ >
|
|
728
|
+ <span
|
|
729
|
+ class="under-line"
|
|
730
|
+ v-if="record.prescription.anticoagulant == 4"
|
|
731
|
+ > 阿加曲班</span
|
|
732
|
+ >
|
|
733
|
+ <span
|
|
734
|
+ class="under-line"
|
|
735
|
+ v-if="record.prescription.anticoagulant == 5"
|
|
736
|
+ > 枸橼酸钠</span
|
|
737
|
+ >
|
|
738
|
+ <span
|
|
739
|
+ class="under-line"
|
|
740
|
+ v-if="record.prescription.anticoagulant == 6"
|
|
741
|
+ > 低分子肝素钙</span
|
|
742
|
+ >
|
|
743
|
+ <span
|
|
744
|
+ class="under-line"
|
|
745
|
+ v-if="record.prescription.anticoagulant == 7"
|
|
746
|
+ > 低分子肝素钠</span
|
|
747
|
+ >
|
714
|
748
|
</div>
|
715
|
749
|
</div>
|
716
|
750
|
<div class="inline_block" style="margin-left:20px;">
|
|
@@ -719,48 +753,96 @@
|
719
|
753
|
class="under_line"
|
720
|
754
|
style="width: 50px;text-align: center;"
|
721
|
755
|
>
|
722
|
|
- {{
|
723
|
|
- record.prescription &&
|
|
756
|
+ <span class="under-line">{{
|
724
|
757
|
record.prescription.anticoagulant_shouji
|
725
|
758
|
? record.prescription.anticoagulant_shouji
|
726
|
759
|
: "/"
|
727
|
|
- }}
|
|
760
|
+ }}</span>
|
|
761
|
+ <span
|
|
762
|
+ v-if="
|
|
763
|
+ record.prescription.anticoagulant == '枸橼酸钠'
|
|
764
|
+ "
|
|
765
|
+ >mg</span
|
|
766
|
+ >
|
|
767
|
+ <span
|
|
768
|
+ v-if="
|
|
769
|
+ record.prescription.anticoagulant == '阿加曲班'
|
|
770
|
+ "
|
|
771
|
+ >mg</span
|
|
772
|
+ >
|
|
773
|
+ <span
|
|
774
|
+ v-if="
|
|
775
|
+ record.prescription.anticoagulant == '低分子肝素'
|
|
776
|
+ "
|
|
777
|
+ >iu</span
|
|
778
|
+ >
|
|
779
|
+ <span
|
|
780
|
+ v-if="
|
|
781
|
+ record.prescription.anticoagulant == '普通肝素'
|
|
782
|
+ "
|
|
783
|
+ >iu</span
|
|
784
|
+ >
|
|
785
|
+ <span
|
|
786
|
+ v-if="record.prescription.anticoagulant == '无肝素'"
|
|
787
|
+ >mg</span
|
|
788
|
+ >
|
|
789
|
+ <span v-if="record.prescription.anticoagulant == 6"
|
|
790
|
+ >iu</span
|
|
791
|
+ >
|
|
792
|
+ <span v-if="record.prescription.anticoagulant == 7"
|
|
793
|
+ >iu</span
|
|
794
|
+ >
|
|
795
|
+
|
728
|
796
|
</div>
|
729
|
|
- lu
|
730
|
797
|
</div>
|
731
|
798
|
<div class="inline_block" style="margin-left:20px;">
|
732
|
799
|
维持:
|
733
|
800
|
<div
|
734
|
|
- v-if="
|
735
|
|
- record.prescription &&
|
736
|
|
- record.prescription.anticoagulant == 1
|
737
|
|
- "
|
738
|
|
- class="under_line"
|
739
|
|
- style="width: 50px;text-align: center;"
|
740
|
|
- >
|
741
|
|
- {{
|
742
|
|
- record.prescription &&
|
743
|
|
- record.prescription.anticoagulant_weichi
|
744
|
|
- ? record.prescription.anticoagulant_weichi
|
745
|
|
- : "/"
|
746
|
|
- }}
|
747
|
|
- </div>
|
748
|
|
- <div
|
749
|
|
- v-if="
|
750
|
|
- record.prescription &&
|
751
|
|
- record.prescription.anticoagulant != 1
|
752
|
|
- "
|
753
|
801
|
class="under_line"
|
754
|
802
|
style="width: 50px;text-align: center;"
|
755
|
803
|
>
|
756
|
|
- {{
|
757
|
|
- record.prescription &&
|
758
|
|
- record.prescription.anticoagulant_weichi
|
759
|
|
- ? record.prescription.anticoagulant_weichi
|
760
|
|
- : 0
|
761
|
|
- }}
|
|
804
|
+ <span class="under-line"
|
|
805
|
+ > {{
|
|
806
|
+ record.prescription.anticoagulant_weichi
|
|
807
|
+ ? record.prescription.anticoagulant_weichi
|
|
808
|
+ : "/"
|
|
809
|
+ }}</span
|
|
810
|
+ >
|
|
811
|
+ <span
|
|
812
|
+ v-if="
|
|
813
|
+ record.prescription.anticoagulant == '枸橼酸钠'
|
|
814
|
+ "
|
|
815
|
+ >ml/h</span
|
|
816
|
+ >
|
|
817
|
+ <span
|
|
818
|
+ v-if="
|
|
819
|
+ record.prescription.anticoagulant == '阿加曲班'
|
|
820
|
+ "
|
|
821
|
+ >mg/h</span
|
|
822
|
+ >
|
|
823
|
+ <span
|
|
824
|
+ v-if="
|
|
825
|
+ record.prescription.anticoagulant == '低分子肝素'
|
|
826
|
+ "
|
|
827
|
+ >iu/h</span
|
|
828
|
+ >
|
|
829
|
+ <span
|
|
830
|
+ v-if="
|
|
831
|
+ record.prescription.anticoagulant == '普通肝素'
|
|
832
|
+ "
|
|
833
|
+ >iu/h</span
|
|
834
|
+ >
|
|
835
|
+ <span
|
|
836
|
+ v-if="record.prescription.anticoagulant == '无肝素'"
|
|
837
|
+ >mg/h</span
|
|
838
|
+ >
|
|
839
|
+ <span v-if="record.prescription.anticoagulant == 6"
|
|
840
|
+ >iu/h</span
|
|
841
|
+ >
|
|
842
|
+ <span v-if="record.prescription.anticoagulant == 7"
|
|
843
|
+ >iu/h</span
|
|
844
|
+ >
|
762
|
845
|
</div>
|
763
|
|
- lu
|
764
|
846
|
</div>
|
765
|
847
|
<div class="inline_block" style="margin-left:20px;">
|
766
|
848
|
总量:
|
|
@@ -768,14 +850,48 @@
|
768
|
850
|
class="under_line"
|
769
|
851
|
style="width: 50px;text-align: center;"
|
770
|
852
|
>
|
771
|
|
- {{
|
772
|
|
- record.prescription &&
|
773
|
|
- record.prescription.anticoagulant_zongliang
|
774
|
|
- ? record.prescription.anticoagulant_zongliang
|
775
|
|
- : "/"
|
776
|
|
- }}
|
|
853
|
+ <span class="under-line"
|
|
854
|
+ > {{
|
|
855
|
+ record.prescription.anticoagulant_zongliang
|
|
856
|
+ ? record.prescription.anticoagulant_zongliang
|
|
857
|
+ : "0"
|
|
858
|
+ }}</span
|
|
859
|
+ >
|
|
860
|
+ <span
|
|
861
|
+ v-if="
|
|
862
|
+ record.prescription.anticoagulant == '枸橼酸钠'
|
|
863
|
+ "
|
|
864
|
+ >mg</span
|
|
865
|
+ >
|
|
866
|
+ <span
|
|
867
|
+ v-if="
|
|
868
|
+ record.prescription.anticoagulant == '阿加曲班'
|
|
869
|
+ "
|
|
870
|
+ >mg</span
|
|
871
|
+ >
|
|
872
|
+ <span
|
|
873
|
+ v-if="
|
|
874
|
+ record.prescription.anticoagulant == '低分子肝素'
|
|
875
|
+ "
|
|
876
|
+ >iu</span
|
|
877
|
+ >
|
|
878
|
+ <span
|
|
879
|
+ v-if="
|
|
880
|
+ record.prescription.anticoagulant == '普通肝素'
|
|
881
|
+ "
|
|
882
|
+ >iu</span
|
|
883
|
+ >
|
|
884
|
+ <span
|
|
885
|
+ v-if="record.prescription.anticoagulant == '无肝素'"
|
|
886
|
+ >mg</span
|
|
887
|
+ >
|
|
888
|
+ <span v-if="record.prescription.anticoagulant == 6"
|
|
889
|
+ >iu</span
|
|
890
|
+ >
|
|
891
|
+ <span v-if="record.prescription.anticoagulant == 7"
|
|
892
|
+ >iu</span
|
|
893
|
+ >
|
777
|
894
|
</div>
|
778
|
|
- lu
|
779
|
895
|
</div>
|
780
|
896
|
<div class="inline_block" style="margin-left:20px;">
|
781
|
897
|
透析机号:
|
|
@@ -1500,7 +1616,7 @@
|
1500
|
1616
|
穿刺护士:
|
1501
|
1617
|
<div
|
1502
|
1618
|
class="under_line"
|
1503
|
|
- style="width: 80px;text-align: center"
|
|
1619
|
+ style="width: 60px;text-align: center"
|
1504
|
1620
|
>
|
1505
|
1621
|
<span
|
1506
|
1622
|
v-if="
|
|
@@ -1540,7 +1656,7 @@
|
1540
|
1656
|
治疗护士:
|
1541
|
1657
|
<div
|
1542
|
1658
|
class="under_line"
|
1543
|
|
- style="width: 80px;text-align: center"
|
|
1659
|
+ style="width: 60px;text-align: center"
|
1544
|
1660
|
>
|
1545
|
1661
|
<span
|
1546
|
1662
|
v-if="
|
|
@@ -1575,15 +1691,10 @@
|
1575
|
1691
|
</div>
|
1576
|
1692
|
<div class="inline_block" style="flex:1;">
|
1577
|
1693
|
核对人员:
|
1578
|
|
- <div
|
1579
|
|
- class="under_line"
|
1580
|
|
- style="width: 80px;text-align: left"
|
1581
|
|
- v-if="record.dialysis_order == null"
|
1582
|
|
- ></div>
|
1583
|
1694
|
<div v-if="record.check">
|
1584
|
1695
|
<div
|
1585
|
1696
|
class="under_line"
|
1586
|
|
- style="width: 80px;text-align: left"
|
|
1697
|
+ style="width: 60px;text-align: left"
|
1587
|
1698
|
v-if="
|
1588
|
1699
|
record.dialysis_order != null &&
|
1589
|
1700
|
record.dialysis_order.start_nurse ==
|
|
@@ -1609,55 +1720,8 @@
|
1609
|
1720
|
style="height: 40px;"
|
1610
|
1721
|
/>
|
1611
|
1722
|
</div>
|
1612
|
|
- <div
|
1613
|
|
- class="under_line"
|
1614
|
|
- style="width: 80px;text-align: left"
|
1615
|
|
- v-if="
|
1616
|
|
- record.dialysis_order != null &&
|
1617
|
|
- record.dialysis_order.start_nurse ==
|
1618
|
|
- record.check.modifier
|
1619
|
|
- "
|
1620
|
|
- >
|
1621
|
|
- <span
|
1622
|
|
- v-if="
|
1623
|
|
- setAdminUserES(record.check, 'creater') == ''
|
1624
|
|
- "
|
1625
|
|
- >{{ getAdminUser(record.check, "creater") }}</span
|
1626
|
|
- >
|
1627
|
|
- <img
|
1628
|
|
- class="es-img"
|
1629
|
|
- :src="setAdminUserES(record.check, 'creater')"
|
1630
|
|
- alt=""
|
1631
|
|
- srcset=""
|
1632
|
|
- v-else
|
1633
|
|
- />
|
1634
|
|
- </div>
|
1635
|
|
- <div
|
1636
|
|
- class="under_line"
|
1637
|
|
- style="width: 80px;text-align: left"
|
1638
|
|
- v-if="
|
1639
|
|
- record.dialysis_order != null &&
|
1640
|
|
- record.dialysis_order.start_nurse !=
|
1641
|
|
- record.check.modifier &&
|
1642
|
|
- record.dialysis_order.start_nurse !=
|
1643
|
|
- record.check.creater
|
1644
|
|
- "
|
1645
|
|
- >
|
1646
|
|
- <span
|
1647
|
|
- v-if="
|
1648
|
|
- setAdminUserES(record.check, 'creater') == ''
|
1649
|
|
- "
|
1650
|
|
- >{{ getAdminUser(record.check, "creater") }}</span
|
1651
|
|
- >
|
1652
|
|
- <img
|
1653
|
|
- class="es-img"
|
1654
|
|
- :src="setAdminUserES(record.check, 'creater')"
|
1655
|
|
- alt=""
|
1656
|
|
- srcset=""
|
1657
|
|
- v-else
|
1658
|
|
- />
|
1659
|
|
- </div>
|
1660
|
1723
|
</div>
|
|
1724
|
+
|
1661
|
1725
|
<div
|
1662
|
1726
|
class="under_line"
|
1663
|
1727
|
style="width: 80px;text-align: left"
|
|
@@ -1668,7 +1732,7 @@
|
1668
|
1732
|
下机护士:
|
1669
|
1733
|
<div
|
1670
|
1734
|
class="under_line"
|
1671
|
|
- style="width: 80px;text-align: center"
|
|
1735
|
+ style="width: 60px;text-align: center"
|
1672
|
1736
|
>
|
1673
|
1737
|
<span
|
1674
|
1738
|
v-if="
|