ソースを参照

打印单bug修改

XMLWAN 5 年 前
コミット
5bfade3828

+ 1 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_seven.vue ファイルの表示

189
                           > 
189
                           > 
190
                             {{
190
                             {{
191
                               record.patient.total_dialysis
191
                               record.patient.total_dialysis
192
-                                ? record.patient.total_dialysis + 1
192
+                                ? record.patient.total_dialysis + + record.patient.user_sys_before_count
193
                                 : '/'
193
                                 : '/'
194
                             }}</span
194
                             }}</span
195
                           >
195
                           >

+ 13 - 4
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue ファイルの表示

154
                           style="width: 70px;text-align: center"
154
                           style="width: 70px;text-align: center"
155
                         >
155
                         >
156
                           {{
156
                           {{
157
-                            record.patient.total_dialysis
158
-                              ? record.patient.total_dialysis
157
+                            record.patient.total_dialysis +
158
+                            record.patient.user_sys_before_count
159
+                              ? record.patient.total_dialysis +
160
+                                record.patient.user_sys_before_count
159
                               : "/"
161
                               : "/"
160
                           }}
162
                           }}
161
                         </div>
163
                         </div>
1393
                         min
1395
                         min
1394
                       </div>
1396
                       </div>
1395
                       <!-- 只是占位 -->
1397
                       <!-- 只是占位 -->
1396
-                      <div class="inline_block" style="flex:1;visibility: hidden;">
1398
+                      <div
1399
+                        class="inline_block"
1400
+                        style="flex:1;visibility: hidden;"
1401
+                      >
1397
                         透析器凝血:
1402
                         透析器凝血:
1398
                         <div
1403
                         <div
1399
                           class="under_line"
1404
                           class="under_line"
1612
                           style="width: 80px;text-align: left"
1617
                           style="width: 80px;text-align: left"
1613
                           v-if="record.dialysis_order == null"
1618
                           v-if="record.dialysis_order == null"
1614
                         ></div>
1619
                         ></div>
1615
-                        <div v-if="record.check" class="under_line" style="width: 80px;text-align: left">
1620
+                        <div
1621
+                          v-if="record.check"
1622
+                          class="under_line"
1623
+                          style="width: 80px;text-align: left"
1624
+                        >
1616
                           <div
1625
                           <div
1617
                             style="width: 80px;text-align: left;display: inline-block;white-space: nowrap;"
1626
                             style="width: 80px;text-align: left;display: inline-block;white-space: nowrap;"
1618
                             v-if="
1627
                             v-if="

+ 4 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_twelve.vue ファイルの表示

537
                   </td>
537
                   </td>
538
                   <td style="text-align:left;margin-left:15px" colspan="2">
538
                   <td style="text-align:left;margin-left:15px" colspan="2">
539
                     透析次数:
539
                     透析次数:
540
-                    <span class="under-line">&nbsp;{{ total }}</span>
540
+                    <span class="under-line">&nbsp;{{
541
+                        patientInfo.total_dialysis +
542
+                          patientInfo.user_sys_before_count
543
+                      }}</span>
541
                   </td>
544
                   </td>
542
                 </tr>
545
                 </tr>
543
                 <tr>
546
                 <tr>

+ 18 - 2
src/xt_pages/dialysis/details/assessmentAfter.vue ファイルの表示

211
           <span class="content">{{ this.record.complication }}</span>
211
           <span class="content">{{ this.record.complication }}</span>
212
         </li>
212
         </li>
213
         <li
213
         <li
214
-          v-if="isShow('交待病房护士/患者/陪人观察内容') && patient_gose == 3"
214
+          v-if="patient_gose == 3 && isShow('交待病房护士/患者/陪人观察内容')"
215
         >
215
         >
216
           <label>交待病房护士/患者/陪人观察内容 : </label>
216
           <label>交待病房护士/患者/陪人观察内容 : </label>
217
           <span class="content">{{ observation_content }}</span>
217
           <span class="content">{{ observation_content }}</span>
712
     },
712
     },
713
     isShow(name) {
713
     isShow(name) {
714
       var filedList = store.getters.xt_user.fileds;
714
       var filedList = store.getters.xt_user.fileds;
715
-
715
+      console.log("filedList", filedList);
716
+      var arr = [];
717
+      for (let j = 0; j < filedList.length; j++) {
718
+        if (filedList[j].module == 5) {
719
+          arr.push(filedList[j]);
720
+        }
721
+      }
722
+      var arrtwo = [];
723
+      for (let z = 0; z < filedList.length; z++) {
724
+        if (filedList[z].filed_name == "observation_content") {
725
+          console.log(filedList[z].filed_name_cn);
726
+          if (filedList[z].filed_name_cn == "交待病房护士/患者/陪人观察内容") {
727
+            console.log(filedList[z]);
728
+          }
729
+        }
730
+      }
731
+      console.log("arr", arr);
716
       for (let i = 0; i < filedList.length; i++) {
732
       for (let i = 0; i < filedList.length; i++) {
717
         if (
733
         if (
718
           filedList[i].module == 5 &&
734
           filedList[i].module == 5 &&

+ 3 - 4
src/xt_pages/dialysis/details/dialog/DoctorAdviceDialog.vue ファイルの表示

650
             this.showAdviceForm = false;
650
             this.showAdviceForm = false;
651
             this.showAdvicePanel = true;
651
             this.showAdvicePanel = true;
652
             var advice = response.data.data.advice;
652
             var advice = response.data.data.advice;
653
-            console.log("advice-------", advice);
654
             this.doctor_advices[this.currentIndex].drug_spec = advice.drug_spec;
653
             this.doctor_advices[this.currentIndex].drug_spec = advice.drug_spec;
655
             this.doctor_advices[this.currentIndex].drug_spec_unit =
654
             this.doctor_advices[this.currentIndex].drug_spec_unit =
656
               advice.drug_spec_unit;
655
               advice.drug_spec_unit;
1518
             response.data.data.drugways === null
1517
             response.data.data.drugways === null
1519
               ? []
1518
               ? []
1520
               : response.data.data.drugways;
1519
               : response.data.data.drugways;
1521
-          console.log("模板---", this.deliveryWayOptions);
1520
+
1522
           this.executionFrequencyOptions =
1521
           this.executionFrequencyOptions =
1523
             response.data.data.efs === null ? [] : response.data.data.efs;
1522
             response.data.data.efs === null ? [] : response.data.data.efs;
1524
-          console.log("模板2-----", this.executionFrequencyOptions);
1523
+
1525
           this.adviceTemplates =
1524
           this.adviceTemplates =
1526
             response.data.data.advice_templates === null
1525
             response.data.data.advice_templates === null
1527
               ? []
1526
               ? []
1528
               : response.data.data.advice_templates;
1527
               : response.data.data.advice_templates;
1529
-          console.log("模板3", this.adviceTableDatas);
1530
 
1528
 
1531
           var templateLen = this.adviceTemplates.length;
1529
           var templateLen = this.adviceTemplates.length;
1532
           for (let index = 0; index < templateLen; index++) {
1530
           for (let index = 0; index < templateLen; index++) {
1820
       console.log("val是什么", val);
1818
       console.log("val是什么", val);
1821
     },
1819
     },
1822
     objectSpanMethod({ row, column, rowIndex, columnIndex }) {
1820
     objectSpanMethod({ row, column, rowIndex, columnIndex }) {
1821
+      console.log("columnIndex", columnIndex);
1823
       if (columnIndex === 0) {
1822
       if (columnIndex === 0) {
1824
         if (rowIndex % 2 === 0) {
1823
         if (rowIndex % 2 === 0) {
1825
           return {
1824
           return {

+ 1 - 1
src/xt_pages/dialysis/details/dialog/adviceDialog/EditGroupAdvice.vue ファイルの表示

2157
       SaveEditAdvices(params).then(response => {
2157
       SaveEditAdvices(params).then(response => {
2158
         if (response.data.state == 1) {
2158
         if (response.data.state == 1) {
2159
           var advice = response.data.data.advice;
2159
           var advice = response.data.data.advice;
2160
-          this.$message.error("保存成功!");
2160
+          this.$message.success("保存成功!");
2161
           this.groupEditFormVisible = false;
2161
           this.groupEditFormVisible = false;
2162
         }
2162
         }
2163
       });
2163
       });

+ 50 - 10
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue ファイルの表示

691
       <span slot="footer" class="dialog-footer">
691
       <span slot="footer" class="dialog-footer">
692
         <el-button @click="handleCancle">取 消</el-button>
692
         <el-button @click="handleCancle">取 消</el-button>
693
         <!-- <el-button type="primary" @click="handleCommit" v-if="isPermission()">保 存</el-button> -->
693
         <!-- <el-button type="primary" @click="handleCommit" v-if="isPermission()">保 存</el-button> -->
694
-        <el-button type="primary" @click="handleCommit"
695
-          >保 存</el-button
696
-        >
694
+        <el-button type="primary" @click="handleCommit">保 存</el-button>
697
         <el-button type="primary" @click="handleSolution"
695
         <el-button type="primary" @click="handleSolution"
698
           >保存为长期处方</el-button
696
           >保存为长期处方</el-button
699
         >
697
         >
1220
           }
1218
           }
1221
         });
1219
         });
1222
       });
1220
       });
1223
-      console.log("arrFour", arrFour);
1221
+      // console.log("arrFour", arrFour);
1224
       this.anticoagulantsConfit = arrFour;
1222
       this.anticoagulantsConfit = arrFour;
1225
       this.dialysisList = this.devices;
1223
       this.dialysisList = this.devices;
1226
 
1224
 
1232
         "hemodialysis",
1230
         "hemodialysis",
1233
         "vascular_access_desc"
1231
         "vascular_access_desc"
1234
       );
1232
       );
1235
-      console.log("血管通路", this.blood_access_option);
1233
+      // console.log("血管通路", this.blood_access_option);
1236
       var date = this.$route.query && this.$route.query.date;
1234
       var date = this.$route.query && this.$route.query.date;
1237
       this.record_date = uParseTime(date, "{y}-{m}-{d}");
1235
       this.record_date = uParseTime(date, "{y}-{m}-{d}");
1238
 
1236
 
1397
             return;
1395
             return;
1398
           }
1396
           }
1399
           const ParamsQuery = this.dialysisPrescription;
1397
           const ParamsQuery = this.dialysisPrescription;
1398
+
1400
           ParamsQuery["patient"] = this.patient.id;
1399
           ParamsQuery["patient"] = this.patient.id;
1401
           ParamsQuery["record_date"] = this.record_date;
1400
           ParamsQuery["record_date"] = this.record_date;
1402
           ParamsQuery["mode"] = 1;
1401
           ParamsQuery["mode"] = 1;
1559
       if (pre.anticoagulant == 3) {
1558
       if (pre.anticoagulant == 3) {
1560
         this.dialysisPrescription.anticoagulant = "低分子肝素";
1559
         this.dialysisPrescription.anticoagulant = "低分子肝素";
1561
       }
1560
       }
1561
+      //入口
1562
+      var pre = pre;
1563
+      if (pre.mode_id == 2 || pre.mode_id == 5 || pre.mode_id == 12) {
1564
+        this.zhiShow = true;
1565
+        this.huShow = true;
1566
+        this.totalShow = true;
1567
+      } else {
1568
+        this.zhiShow = false;
1569
+        this.huShow = false;
1570
+        this.totalShow = false;
1571
+      }
1562
       this.pre = pre;
1572
       this.pre = pre;
1563
       console.log("pre1", pre);
1573
       console.log("pre1", pre);
1564
       this.getPermission();
1574
       this.getPermission();
1565
-      
1575
+
1566
       let last_weight_after = 0;
1576
       let last_weight_after = 0;
1567
       let weight_before = 0;
1577
       let weight_before = 0;
1568
 
1578
 
1621
       //console.log("fffff", this.anticoagulant);
1631
       //console.log("fffff", this.anticoagulant);
1622
     },
1632
     },
1623
     handleCommit: function() {
1633
     handleCommit: function() {
1624
-      console.log("aaaa----", this.dialysisPrescription.anticoagulant);
1625
       if (this.dialysisPrescription.anticoagulant == "低分子肝素") {
1634
       if (this.dialysisPrescription.anticoagulant == "低分子肝素") {
1626
         this.dialysisPrescription.anticoagulant = 3;
1635
         this.dialysisPrescription.anticoagulant = 3;
1627
       }
1636
       }
2830
       this.dialysisPrescription.anticoagulant_zongliang = calculateAnticoagulantZL(
2839
       this.dialysisPrescription.anticoagulant_zongliang = calculateAnticoagulantZL(
2831
         1,
2840
         1,
2832
         this.dialysisPrescription.anticoagulant_shouji,
2841
         this.dialysisPrescription.anticoagulant_shouji,
2833
-        duration,
2842
+        this.dialysisPrescription.dialysis_duration,
2834
         this.dialysisPrescription.anticoagulant_weichi
2843
         this.dialysisPrescription.anticoagulant_weichi
2835
       );
2844
       );
2836
       if (isNaN(this.dialysisPrescription.anticoagulant_zongliang)) {
2845
       if (isNaN(this.dialysisPrescription.anticoagulant_zongliang)) {
2837
         this.dialysisPrescription.anticoagulant_zongliang = "";
2846
         this.dialysisPrescription.anticoagulant_zongliang = "";
2838
       }
2847
       }
2848
+
2849
+      //this.dialysisPrescription.anticoagulant_zongliang = calculateAnticoagulantZL(
2850
+      //  1,
2851
+      //   this.dialysisPrescription.anticoagulant_shouji,
2852
+      //  duration,
2853
+      //  this.dialysisPrescription.anticoagulant_weichi
2854
+      // );
2855
+      //  if (isNaN(this.dialysisPrescription.anticoagulant_zongliang)) {
2856
+      //    this.dialysisPrescription.anticoagulant_zongliang = "";
2857
+      //  }
2839
     },
2858
     },
2840
     "dialysisPrescription.anticoagulant_shouji": function() {
2859
     "dialysisPrescription.anticoagulant_shouji": function() {
2841
       let dialysis_duration_minute = 0;
2860
       let dialysis_duration_minute = 0;
2856
       duration =
2875
       duration =
2857
         parseFloat(dialysis_duration_hour) +
2876
         parseFloat(dialysis_duration_hour) +
2858
         parseFloat(dialysis_duration_minute) / 60;
2877
         parseFloat(dialysis_duration_minute) / 60;
2878
+
2859
       this.dialysisPrescription.anticoagulant_zongliang = calculateAnticoagulantZL(
2879
       this.dialysisPrescription.anticoagulant_zongliang = calculateAnticoagulantZL(
2860
         1,
2880
         1,
2861
         this.dialysisPrescription.anticoagulant_shouji,
2881
         this.dialysisPrescription.anticoagulant_shouji,
2862
-        duration,
2882
+        this.dialysisPrescription.dialysis_duration,
2863
         this.dialysisPrescription.anticoagulant_weichi
2883
         this.dialysisPrescription.anticoagulant_weichi
2864
       );
2884
       );
2865
       if (isNaN(this.dialysisPrescription.anticoagulant_zongliang)) {
2885
       if (isNaN(this.dialysisPrescription.anticoagulant_zongliang)) {
2866
         this.dialysisPrescription.anticoagulant_zongliang = "";
2886
         this.dialysisPrescription.anticoagulant_zongliang = "";
2867
       }
2887
       }
2888
+
2889
+      //  this.dialysisPrescription.anticoagulant_zongliang = calculateAnticoagulantZL(
2890
+      //   1,
2891
+      //    this.dialysisPrescription.anticoagulant_shouji,
2892
+      //    duration,
2893
+      //    this.dialysisPrescription.anticoagulant_weichi
2894
+      //  );
2895
+      // if (isNaN(this.dialysisPrescription.anticoagulant_zongliang)) {
2896
+      //    this.dialysisPrescription.anticoagulant_zongliang = "";
2897
+      // }
2868
     },
2898
     },
2869
     "dialysisPrescription.anticoagulant_weichi": function() {
2899
     "dialysisPrescription.anticoagulant_weichi": function() {
2870
       let dialysis_duration_minute = 0;
2900
       let dialysis_duration_minute = 0;
2891
       this.dialysisPrescription.anticoagulant_zongliang = calculateAnticoagulantZL(
2921
       this.dialysisPrescription.anticoagulant_zongliang = calculateAnticoagulantZL(
2892
         1,
2922
         1,
2893
         this.dialysisPrescription.anticoagulant_shouji,
2923
         this.dialysisPrescription.anticoagulant_shouji,
2894
-        duration,
2924
+        this.dialysisPrescription.dialysis_duration,
2895
         this.dialysisPrescription.anticoagulant_weichi
2925
         this.dialysisPrescription.anticoagulant_weichi
2896
       );
2926
       );
2897
       if (isNaN(this.dialysisPrescription.anticoagulant_zongliang)) {
2927
       if (isNaN(this.dialysisPrescription.anticoagulant_zongliang)) {
2898
         this.dialysisPrescription.anticoagulant_zongliang = "";
2928
         this.dialysisPrescription.anticoagulant_zongliang = "";
2899
       }
2929
       }
2930
+
2931
+      // this.dialysisPrescription.anticoagulant_zongliang = calculateAnticoagulantZL(
2932
+      //   1,
2933
+      //  this.dialysisPrescription.anticoagulant_shouji,
2934
+      //   duration,
2935
+      //   this.dialysisPrescription.anticoagulant_weichi
2936
+      // );
2937
+      // if (isNaN(this.dialysisPrescription.anticoagulant_zongliang)) {
2938
+      //   this.dialysisPrescription.anticoagulant_zongliang = "";
2939
+      // }
2900
     },
2940
     },
2901
     "prescription.id": function() {
2941
     "prescription.id": function() {
2902
       if (this.prescription.id > 0) {
2942
       if (this.prescription.id > 0) {

File diff suppressed because it is too large
+ 2502 - 1567
src/xt_pages/dialysis/template/DialysisPrintOrderEleven.vue


+ 10 - 5
src/xt_pages/dialysis/template/DialysisPrintOrderSeven.vue ファイルの表示

122
                   </td>
122
                   </td>
123
                   <td style="text-align:left;margin-left:15px" colspan="2">
123
                   <td style="text-align:left;margin-left:15px" colspan="2">
124
                     透析次数:
124
                     透析次数:
125
-                    <span class="under-line">&nbsp;{{ total }}</span>
125
+                    <span class="under-line"
126
+                      >&nbsp;{{
127
+                        patientInfo.total_dialysis +
128
+                          patientInfo.user_sys_before_count
129
+                      }}</span
130
+                    >
126
                   </td>
131
                   </td>
127
                 </tr>
132
                 </tr>
128
                 <tr>
133
                 <tr>
423
                     </span>
428
                     </span>
424
                   </td>
429
                   </td>
425
                 </tr>
430
                 </tr>
426
-
427
               </table>
431
               </table>
428
             </td>
432
             </td>
429
           </tr>
433
           </tr>
808
                 压迫后内瘘震颤:
812
                 压迫后内瘘震颤:
809
                 <label-box
813
                 <label-box
810
                   :isChecked="
814
                   :isChecked="
811
-                    predialysis.internal_fistula.indexOf('震颤-存在') > -1
815
+                    afterdialysis.internal_fistula.indexOf('震颤-存在') > -1
812
                       ? true
816
                       ? true
813
                       : false
817
                       : false
814
                   "
818
                   "
817
                 &nbsp;
821
                 &nbsp;
818
                 <label-box
822
                 <label-box
819
                   :isChecked="
823
                   :isChecked="
820
-                    predialysis.internal_fistula.indexOf('震颤-减弱') > -1
824
+                    afterdialysis.internal_fistula.indexOf('震颤-减弱') > -1
821
                       ? true
825
                       ? true
822
                       : false
826
                       : false
823
                   "
827
                   "
826
                 &nbsp;
830
                 &nbsp;
827
                 <label-box
831
                 <label-box
828
                   :isChecked="
832
                   :isChecked="
829
-                    predialysis.internal_fistula.indexOf('震颤-无') > -1
833
+                    afterdialysis.internal_fistula.indexOf('震颤-无') > -1
830
                       ? true
834
                       ? true
831
                       : false
835
                       : false
832
                   "
836
                   "
1129
       getDialysisRecord(this.queryParams).then(response => {
1133
       getDialysisRecord(this.queryParams).then(response => {
1130
         if (response.data.state === 1) {
1134
         if (response.data.state === 1) {
1131
           this.total = response.data.data.total;
1135
           this.total = response.data.data.total;
1136
+
1132
           this.adminUser = response.data.data.users;
1137
           this.adminUser = response.data.data.users;
1133
           this.users = response.data.data.users;
1138
           this.users = response.data.data.users;
1134
           var patientInfo = response.data.data.patientInfo;
1139
           var patientInfo = response.data.data.patientInfo;

File diff suppressed because it is too large
+ 321 - 287
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue


File diff suppressed because it is too large
+ 2251 - 2241
src/xt_pages/dialysis/template/DialysisPrintOrderTen.vue


+ 14 - 7
src/xt_pages/dialysis/template/dialysisPrintOrderTwelve.vue ファイルの表示

190
               ></label-box>
190
               ></label-box>
191
               首剂:<span style="width:35px;display: inline-block;">{{
191
               首剂:<span style="width:35px;display: inline-block;">{{
192
                 prescription.anticoagulant_shouji &&
192
                 prescription.anticoagulant_shouji &&
193
+                (prescription.anticoagulant != "低分子肝素钙" &&
194
+                  prescription.anticoagulant != "低分子肝素钠") &&
193
                 prescription.anticoagulant == "普通肝素"
195
                 prescription.anticoagulant == "普通肝素"
194
                   ? prescription.anticoagulant_shouji
196
                   ? prescription.anticoagulant_shouji
195
                   : ""
197
                   : ""
204
               >
206
               >
205
               <span v-if="prescription.anticoagulant == '低分子肝素钠'">iu</span
207
               <span v-if="prescription.anticoagulant == '低分子肝素钠'">iu</span
206
               >&nbsp; 追加:<span style="width:35px;display: inline-block;">{{
208
               >&nbsp; 追加:<span style="width:35px;display: inline-block;">{{
207
-                prescription.anticoagulant_weichi
209
+                prescription.anticoagulant_weichi &&
210
+                (prescription.anticoagulant != "低分子肝素钙" &&
211
+                  prescription.anticoagulant != "低分子肝素钠")
208
                   ? prescription.anticoagulant_weichi
212
                   ? prescription.anticoagulant_weichi
209
                   : ""
213
                   : ""
210
               }}</span
214
               }}</span
223
               >
227
               >
224
               &nbsp; 总量:<span style="width:50px;display: inline-block;">{{
228
               &nbsp; 总量:<span style="width:50px;display: inline-block;">{{
225
                 prescription.anticoagulant_zongliang &&
229
                 prescription.anticoagulant_zongliang &&
226
-                (prescription.anticoagulant != "低分子肝素钙" ||
227
-                  prescription.anticoagulant == "低分子肝素钠")
230
+                (prescription.anticoagulant != "低分子肝素钙" &&
231
+                  prescription.anticoagulant != "低分子肝素钠")
228
                   ? prescription.anticoagulant_zongliang
232
                   ? prescription.anticoagulant_zongliang
229
                   : ""
233
                   : ""
230
               }}</span
234
               }}</span
323
               血管通路:
327
               血管通路:
324
               <label-box
328
               <label-box
325
                 :isChecked="
329
                 :isChecked="
326
-                  predialysis.blood_access_part_opera_name.indexOf('自体内瘘') >
327
-                  -1
330
+                  predialysis.blood_access_part_opera_name.indexOf('内瘘') > -1
328
                     ? true
331
                     ? true
329
                     : false
332
                     : false
330
                 "
333
                 "
364
               >&nbsp;
367
               >&nbsp;
365
               <label-box
368
               <label-box
366
                 :isChecked="
369
                 :isChecked="
367
-                  predialysis.blood_access_part_opera_name.indexOf('自体内瘘') >
370
+                  predialysis.blood_access_part_opera_name.indexOf('人造血管') >
368
                   -1
371
                   -1
369
                     ? true
372
                     ? true
373
+                    : predialysis.blood_access_part_opera_name.indexOf(
374
+                        '移植血管'
375
+                      ) > -1
376
+                    ? true
370
                     : false
377
                     : false
371
                 "
378
                 "
372
                 showValue="其他"
379
                 showValue="其他"
812
           <td>
819
           <td>
813
             <span v-if="getTime(monitor.operate_time) != ''">
820
             <span v-if="getTime(monitor.operate_time) != ''">
814
               {{
821
               {{
815
-                monitor.arterial_pressure ? monitor.arterial_pressure : "0"
822
+                monitor.venous_pressure ? monitor.venous_pressure : "0"
816
               }}</span
823
               }}</span
817
             >
824
             >
818
           </td>
825
           </td>