Browse Source

增加透析监测里的体温字段

张保健 6 years ago
parent
commit
a86bee70bd

+ 10 - 5
src/xt_pages/dialysis/batch_print/batch_print_order_other.vue View File

235
                         <tr><td colspan="10" style="font-size:16px;padding: 6px 8px;line-height: 30px;text-align:left;">二、透析中护理纪录:</td></tr>
235
                         <tr><td colspan="10" style="font-size:16px;padding: 6px 8px;line-height: 30px;text-align:left;">二、透析中护理纪录:</td></tr>
236
                         <tr>
236
                         <tr>
237
                           <td width="100">时间</td>
237
                           <td width="100">时间</td>
238
-                          <td width="100">BP<br/>mmHg</td>
238
+                          <td width="30">T<br>C°</td>
239
                           <td width="30">P<br/>次/分</td>
239
                           <td width="30">P<br/>次/分</td>
240
                           <td width="30">R<br/>次/分</td>
240
                           <td width="30">R<br/>次/分</td>
241
+                          <td width="100">BP<br/>mmHg</td>
241
                           <td width="60">静脉压/动脉压<br/>mmHg</td>
242
                           <td width="60">静脉压/动脉压<br/>mmHg</td>
242
                           <td width="80">血流量<br/>ml/min</td>
243
                           <td width="80">血流量<br/>ml/min</td>
243
                           <td width="90">超滤量累计L</td>
244
                           <td width="90">超滤量累计L</td>
249
                         <tbody> -->
250
                         <tbody> -->
250
                         <tr v-if="(record.assessment_before_dislysis&&record.assessment_before_dislysis.systolic_blood_pressure != 0&&record.assessment_before_dislysis.diastolic_blood_pressure != 0)||(record.assessment_before_dislysis&&record.assessment_before_dislysis.remark.length > 0)">
251
                         <tr v-if="(record.assessment_before_dislysis&&record.assessment_before_dislysis.systolic_blood_pressure != 0&&record.assessment_before_dislysis.diastolic_blood_pressure != 0)||(record.assessment_before_dislysis&&record.assessment_before_dislysis.remark.length > 0)">
251
                           <td>{{'透析前'}}</td>
252
                           <td>{{'透析前'}}</td>
252
-                          <td>{{record.assessment_before_dislysis&&record.assessment_before_dislysis.systolic_blood_pressure?record.assessment_before_dislysis.systolic_blood_pressure:''}}/{{record.assessment_before_dislysis &&record.assessment_before_dislysis.diastolic_blood_pressure?record.assessment_before_dislysis.diastolic_blood_pressure:''}}</td>
253
+                          <td>{{record.assessment_before_dislysis.temperature?record.assessment_before_dislysis.temperature:''}}</td>
253
                           <td>{{''}}</td>
254
                           <td>{{''}}</td>
254
                           <td>{{''}}</td>
255
                           <td>{{''}}</td>
256
+                          <td>{{record.assessment_before_dislysis&&record.assessment_before_dislysis.systolic_blood_pressure?record.assessment_before_dislysis.systolic_blood_pressure:''}}/{{record.assessment_before_dislysis &&record.assessment_before_dislysis.diastolic_blood_pressure?record.assessment_before_dislysis.diastolic_blood_pressure:''}}</td>
255
                           <td>{{''}}/{{''}}</td>
257
                           <td>{{''}}/{{''}}</td>
256
                           <td>{{''}}</td>
258
                           <td>{{''}}</td>
257
                           <td>{{''}}</td>
259
                           <td>{{''}}</td>
264
                         </tr>
266
                         </tr>
265
                         <tr v-for="(monitor_record, index) in record.monitor_records" :key="index">
267
                         <tr v-for="(monitor_record, index) in record.monitor_records" :key="index">
266
                           <td>{{getTime(monitor_record.operate_time,'{h}:{i}')}}</td>
268
                           <td>{{getTime(monitor_record.operate_time,'{h}:{i}')}}</td>
267
-                          <td>{{monitor_record.systolic_blood_pressure?monitor_record.systolic_blood_pressure:''}} /{{monitor_record.diastolic_blood_pressure?monitor_record.diastolic_blood_pressure:''}}</td>
269
+                          <td>{{monitor_record.temperature?monitor_record.temperature:''}}</td>
268
                           <td>{{monitor_record.pulse_frequency?monitor_record.pulse_frequency:''}}</td>
270
                           <td>{{monitor_record.pulse_frequency?monitor_record.pulse_frequency:''}}</td>
269
                           <td>{{monitor_record.breathing_rate?monitor_record.breathing_rate:''}}</td>
271
                           <td>{{monitor_record.breathing_rate?monitor_record.breathing_rate:''}}</td>
272
+                          <td>{{monitor_record.systolic_blood_pressure?monitor_record.systolic_blood_pressure:''}} /{{monitor_record.diastolic_blood_pressure?monitor_record.diastolic_blood_pressure:''}}</td>
270
                           <td>{{monitor_record.venous_pressure?monitor_record.venous_pressure:''}}/{{monitor_record.arterial_pressure?monitor_record.arterial_pressure:''}}</td>
273
                           <td>{{monitor_record.venous_pressure?monitor_record.venous_pressure:''}}/{{monitor_record.arterial_pressure?monitor_record.arterial_pressure:''}}</td>
271
                           <td>{{monitor_record.blood_flow_volume?monitor_record.blood_flow_volume:''}}</td>
274
                           <td>{{monitor_record.blood_flow_volume?monitor_record.blood_flow_volume:''}}</td>
272
                           <td>{{monitor_record.ultrafiltration_volume?monitor_record.ultrafiltration_volume:''}}</td>
275
                           <td>{{monitor_record.ultrafiltration_volume?monitor_record.ultrafiltration_volume:''}}</td>
335
                         <tr><td colspan="10" style="font-size:16px;padding: 6px 8px;line-height: 30px;text-align:left;">二、透析中护理纪录:</td></tr>
338
                         <tr><td colspan="10" style="font-size:16px;padding: 6px 8px;line-height: 30px;text-align:left;">二、透析中护理纪录:</td></tr>
336
                         <tr>
339
                         <tr>
337
                           <td width="100">时间</td>
340
                           <td width="100">时间</td>
338
-                          <td width="100">BP<br/>mmHg</td>
341
+                          <td width="30">T<br>C°</td>
339
                           <td width="30">P<br/>次/分</td>
342
                           <td width="30">P<br/>次/分</td>
340
                           <td width="30">R<br/>次/分</td>
343
                           <td width="30">R<br/>次/分</td>
344
+                          <td width="100">BP<br/>mmHg</td>
341
                           <td width="60">静脉压/动脉压<br/>mmHg</td>
345
                           <td width="60">静脉压/动脉压<br/>mmHg</td>
342
                           <td width="80">血流量<br/>ml/min</td>
346
                           <td width="80">血流量<br/>ml/min</td>
343
                           <td width="90">超滤量累计L</td>
347
                           <td width="90">超滤量累计L</td>
347
                         </tr>
351
                         </tr>
348
                         <tr v-for="(monitor_record, index) in record.monitor_records2" :key="index">
352
                         <tr v-for="(monitor_record, index) in record.monitor_records2" :key="index">
349
                           <td>{{getTime(monitor_record.operate_time,'{h}:{i}')}}</td>
353
                           <td>{{getTime(monitor_record.operate_time,'{h}:{i}')}}</td>
350
-                          <td>{{monitor_record.systolic_blood_pressure?monitor_record.systolic_blood_pressure:''}} /{{monitor_record.diastolic_blood_pressure?monitor_record.diastolic_blood_pressure:''}}</td>
354
+                          <td>{{monitor_record.temperature?monitor_record.temperature:''}}</td>
351
                           <td>{{monitor_record.pulse_frequency?monitor_record.pulse_frequency:''}}</td>
355
                           <td>{{monitor_record.pulse_frequency?monitor_record.pulse_frequency:''}}</td>
352
                           <td>{{monitor_record.breathing_rate?monitor_record.breathing_rate:''}}</td>
356
                           <td>{{monitor_record.breathing_rate?monitor_record.breathing_rate:''}}</td>
357
+                          <td>{{monitor_record.systolic_blood_pressure?monitor_record.systolic_blood_pressure:''}} /{{monitor_record.diastolic_blood_pressure?monitor_record.diastolic_blood_pressure:''}}</td>
353
                           <td>{{monitor_record.venous_pressure?monitor_record.venous_pressure:''}}/{{monitor_record.arterial_pressure?monitor_record.arterial_pressure:''}}</td>
358
                           <td>{{monitor_record.venous_pressure?monitor_record.venous_pressure:''}}/{{monitor_record.arterial_pressure?monitor_record.arterial_pressure:''}}</td>
354
                           <td>{{monitor_record.blood_flow_volume?monitor_record.blood_flow_volume:''}}</td>
359
                           <td>{{monitor_record.blood_flow_volume?monitor_record.blood_flow_volume:''}}</td>
355
                           <td>{{monitor_record.ultrafiltration_volume?monitor_record.ultrafiltration_volume:''}}</td>
360
                           <td>{{monitor_record.ultrafiltration_volume?monitor_record.ultrafiltration_volume:''}}</td>

+ 14 - 0
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue View File

25
               {{scope.row.pulse_frequency?scope.row.pulse_frequency:''}}
25
               {{scope.row.pulse_frequency?scope.row.pulse_frequency:''}}
26
             </template>
26
             </template>
27
           </el-table-column>
27
           </el-table-column>
28
+          <el-table-column prop="temperature" align="center" width="100" label="体温(℃)">
29
+            <template slot-scope="scope">
30
+              {{scope.row.temperature?scope.row.temperature:''}}
31
+            </template>
32
+          </el-table-column>
28
           <el-table-column prop="breathing_rate" align="center" label="呼吸(次/分)" width="100">
33
           <el-table-column prop="breathing_rate" align="center" label="呼吸(次/分)" width="100">
29
             <template slot-scope="scope">
34
             <template slot-scope="scope">
30
               {{scope.row.breathing_rate?scope.row.breathing_rate:''}}
35
               {{scope.row.breathing_rate?scope.row.breathing_rate:''}}
104
           <!-- </el-row>
109
           <!-- </el-row>
105
 
110
 
106
           <el-row :gutter="20"> -->
111
           <el-row :gutter="20"> -->
112
+            <el-col :span="8" v-if="isShow('体温')" >
113
+              <el-form-item label="体温(℃):" >
114
+                <el-input v-model="form.temperature"></el-input>
115
+              </el-form-item>
116
+            </el-col>
107
             <el-col :span="8"  v-if="isShow('心率')">
117
             <el-col :span="8"  v-if="isShow('心率')">
108
               <el-form-item label="心率(次/分):" >
118
               <el-form-item label="心率(次/分):" >
109
                 <el-input v-model="form.pulse_frequency"></el-input>
119
                 <el-input v-model="form.pulse_frequency"></el-input>
278
           systolic_bp: '', // 收缩压
288
           systolic_bp: '', // 收缩压
279
           diastolic_bp: '', // 舒张压
289
           diastolic_bp: '', // 舒张压
280
           pulse_frequency: '', // 心率
290
           pulse_frequency: '', // 心率
291
+          temperature: '', // 体温
281
           breathing_rated: '', // 呼吸频率
292
           breathing_rated: '', // 呼吸频率
282
           blood_flow_volume: '', // 血流量
293
           blood_flow_volume: '', // 血流量
283
           venous_pressure: '', // 静脉压
294
           venous_pressure: '', // 静脉压
382
           this.form.pulse_frequency = ''
393
           this.form.pulse_frequency = ''
383
           this.form.breathing_rated = ''
394
           this.form.breathing_rated = ''
384
           this.form.blood_flow_volume = ''
395
           this.form.blood_flow_volume = ''
396
+          this.form.temperature = ''
385
           this.form.venous_pressure = ''
397
           this.form.venous_pressure = ''
386
           this.form.transmembrane_pressure = ''
398
           this.form.transmembrane_pressure = ''
387
           this.form.ultrafiltration_volume = ''
399
           this.form.ultrafiltration_volume = ''
404
           // this.form.monitoring_time = monitor.monitoring_time
416
           // this.form.monitoring_time = monitor.monitoring_time
405
           this.form.operate_time = monitor.operate_time * 1000
417
           this.form.operate_time = monitor.operate_time * 1000
406
           this.form.systolic_bp = monitor.systolic_blood_pressure ? monitor.systolic_blood_pressure : ''
418
           this.form.systolic_bp = monitor.systolic_blood_pressure ? monitor.systolic_blood_pressure : ''
419
+          this.form.temperature = monitor.temperature ? monitor.temperature : ''
407
           this.form.diastolic_bp = monitor.diastolic_blood_pressure ? monitor.diastolic_blood_pressure : ''
420
           this.form.diastolic_bp = monitor.diastolic_blood_pressure ? monitor.diastolic_blood_pressure : ''
408
           this.form.pulse_frequency = monitor.pulse_frequency ? monitor.pulse_frequency : ''
421
           this.form.pulse_frequency = monitor.pulse_frequency ? monitor.pulse_frequency : ''
409
           this.form.breathing_rated = monitor.breathing_rate ? monitor.breathing_rate : ''
422
           this.form.breathing_rated = monitor.breathing_rate ? monitor.breathing_rate : ''
435
         this.form.operate_time = parseInt(this.form.operate_time / 1000)
448
         this.form.operate_time = parseInt(this.form.operate_time / 1000)
436
         this.form.systolic_bp = parseFloat(this.form.systolic_bp) == NaN ? 0 : parseFloat(this.form.systolic_bp)
449
         this.form.systolic_bp = parseFloat(this.form.systolic_bp) == NaN ? 0 : parseFloat(this.form.systolic_bp)
437
         this.form.diastolic_bp = parseFloat(this.form.diastolic_bp) == NaN ? 0 : parseFloat(this.form.diastolic_bp)
450
         this.form.diastolic_bp = parseFloat(this.form.diastolic_bp) == NaN ? 0 : parseFloat(this.form.diastolic_bp)
451
+        this.form.temperature = parseFloat(this.form.temperature) == NaN ? 0 : parseFloat(this.form.temperature)
438
         this.form.pulse_frequency = parseFloat(this.form.pulse_frequency) == NaN ? 0 : parseFloat(this.form.pulse_frequency)
452
         this.form.pulse_frequency = parseFloat(this.form.pulse_frequency) == NaN ? 0 : parseFloat(this.form.pulse_frequency)
439
         this.form.breathing_rated = parseFloat(this.form.breathing_rated) == NaN ? 0 : parseFloat(this.form.breathing_rated)
453
         this.form.breathing_rated = parseFloat(this.form.breathing_rated) == NaN ? 0 : parseFloat(this.form.breathing_rated)
440
         this.form.blood_flow_volume = parseFloat(this.form.blood_flow_volume) == NaN ? 0 : parseFloat(this.form.blood_flow_volume)
454
         this.form.blood_flow_volume = parseFloat(this.form.blood_flow_volume) == NaN ? 0 : parseFloat(this.form.blood_flow_volume)

+ 2 - 0
src/xt_pages/dialysis/details/dialysisMonitoring.vue View File

6
       <tr>
6
       <tr>
7
         <th  v-if="isShow('监测时间')"  width="124px">时间</th>
7
         <th  v-if="isShow('监测时间')"  width="124px">时间</th>
8
         <th v-if="isShow('血压')" width="72px">血压(mmhg)</th>
8
         <th v-if="isShow('血压')" width="72px">血压(mmhg)</th>
9
+        <th v-if="isShow('体温')" width="72px">体温(℃)</th>
9
         <th v-if="isShow('心率')" width="80px">心率(次/分)</th>
10
         <th v-if="isShow('心率')" width="80px">心率(次/分)</th>
10
         <th v-if="isShow('呼吸')" width="110px">呼吸(次/分)</th>
11
         <th v-if="isShow('呼吸')" width="110px">呼吸(次/分)</th>
11
         <th v-if="isShow('血流量')" width="92px">血流量(ml/min)</th>
12
         <th v-if="isShow('血流量')" width="92px">血流量(ml/min)</th>
23
       <tr v-for="(monitor, index) in monitores" :key="index">
24
       <tr v-for="(monitor, index) in monitores" :key="index">
24
         <td  v-if="isShow('监测时间')">{{ parseTime(monitor.operate_time, "{y}-{m}-{d} {h}:{i}") }}</td>
25
         <td  v-if="isShow('监测时间')">{{ parseTime(monitor.operate_time, "{y}-{m}-{d} {h}:{i}") }}</td>
25
         <td v-if="isShow('血压')">{{ monitor.systolic_blood_pressure?monitor.systolic_blood_pressure:'' }}/{{ monitor.diastolic_blood_pressure?monitor.diastolic_blood_pressure:'' }}</td>
26
         <td v-if="isShow('血压')">{{ monitor.systolic_blood_pressure?monitor.systolic_blood_pressure:'' }}/{{ monitor.diastolic_blood_pressure?monitor.diastolic_blood_pressure:'' }}</td>
27
+        <td v-if="isShow('体温')">{{ monitor.temperature?monitor.temperature:'' }}</td>
26
         <td v-if="isShow('心率')">{{ monitor.pulse_frequency?monitor.pulse_frequency:'' }}</td>
28
         <td v-if="isShow('心率')">{{ monitor.pulse_frequency?monitor.pulse_frequency:'' }}</td>
27
         <td v-if="isShow('呼吸')">{{ monitor.breathing_rate?monitor.breathing_rate:'' }}</td>
29
         <td v-if="isShow('呼吸')">{{ monitor.breathing_rate?monitor.breathing_rate:'' }}</td>
28
         <td v-if="isShow('血流量')">{{ monitor.blood_flow_volume?monitor.blood_flow_volume:'' }}</td>
30
         <td v-if="isShow('血流量')">{{ monitor.blood_flow_volume?monitor.blood_flow_volume:'' }}</td>

+ 10 - 5
src/xt_pages/dialysis/template/dialysisPrintOrderTwo.vue View File

227
                     <tr><td colspan="10" style="font-size:16px;padding: 6px 8px;line-height: 30px;text-align:left;">二、透析中护理纪录:</td></tr>
227
                     <tr><td colspan="10" style="font-size:16px;padding: 6px 8px;line-height: 30px;text-align:left;">二、透析中护理纪录:</td></tr>
228
                     <tr>
228
                     <tr>
229
                       <td width="100">时间</td>
229
                       <td width="100">时间</td>
230
-                      <td width="100">BP<br/>mmHg</td>
230
+                      <td width="30">T<br>C°</td>
231
                       <td width="30">P<br/>次/分</td>
231
                       <td width="30">P<br/>次/分</td>
232
                       <td width="30">R<br/>次/分</td>
232
                       <td width="30">R<br/>次/分</td>
233
+                      <td width="100">BP<br/>mmHg</td>
233
                       <td width="60">静脉压/动脉压<br/>mmHg</td>
234
                       <td width="60">静脉压/动脉压<br/>mmHg</td>
234
                       <td width="80">血流量<br/>ml/min</td>
235
                       <td width="80">血流量<br/>ml/min</td>
235
                       <td width="90">超滤量累计L</td>
236
                       <td width="90">超滤量累计L</td>
240
 
241
 
241
                     <tr v-if="this.predialysis.systolic_blood_pressure != 0&&this.predialysis.diastolic_blood_pressure != 0||this.predialysis.remark.length > 0">
242
                     <tr v-if="this.predialysis.systolic_blood_pressure != 0&&this.predialysis.diastolic_blood_pressure != 0||this.predialysis.remark.length > 0">
242
                       <td>{{'透析前'}}</td>
243
                       <td>{{'透析前'}}</td>
243
-                      <td>{{predialysis.systolic_blood_pressure?predialysis.systolic_blood_pressure:''}}/{{predialysis.diastolic_blood_pressure?predialysis.diastolic_blood_pressure:''}}</td>
244
+                      <td>{{predialysis.temperature?predialysis.temperature:''}}</td>
244
                       <td>{{''}}</td>
245
                       <td>{{''}}</td>
245
                       <td>{{''}}</td>
246
                       <td>{{''}}</td>
247
+                      <td>{{predialysis.systolic_blood_pressure?predialysis.systolic_blood_pressure:''}}/{{predialysis.diastolic_blood_pressure?predialysis.diastolic_blood_pressure:''}}</td>
246
                       <td>{{''}}/{{''}}</td>
248
                       <td>{{''}}/{{''}}</td>
247
                       <td>{{''}}</td>
249
                       <td>{{''}}</td>
248
                       <td>{{''}}</td>
250
                       <td>{{''}}</td>
257
 
259
 
258
                     <tr v-for="(monitor,index) in monitors" :key="index">
260
                     <tr v-for="(monitor,index) in monitors" :key="index">
259
                       <td>{{getTime(monitor.operate_time,'{h}:{i}')}}</td>
261
                       <td>{{getTime(monitor.operate_time,'{h}:{i}')}}</td>
260
-                      <td>{{monitor.systolic_blood_pressure?monitor.systolic_blood_pressure:''}}/{{monitor.diastolic_blood_pressure?monitor.diastolic_blood_pressure:''}}</td>
262
+                      <td>{{monitor.temperature?monitor.temperature:''}}</td>
261
                       <td>{{monitor.pulse_frequency?monitor.pulse_frequency:''}}</td>
263
                       <td>{{monitor.pulse_frequency?monitor.pulse_frequency:''}}</td>
262
                       <td>{{monitor.breathing_rate?monitor.breathing_rate:''}}</td>
264
                       <td>{{monitor.breathing_rate?monitor.breathing_rate:''}}</td>
265
+                      <td>{{monitor.systolic_blood_pressure?monitor.systolic_blood_pressure:''}}/{{monitor.diastolic_blood_pressure?monitor.diastolic_blood_pressure:''}}</td>
263
                       <td>{{monitor.venous_pressure?monitor.venous_pressure:''}}/{{monitor.arterial_pressure?monitor.arterial_pressure:''}}</td>
266
                       <td>{{monitor.venous_pressure?monitor.venous_pressure:''}}/{{monitor.arterial_pressure?monitor.arterial_pressure:''}}</td>
264
                       <td>{{monitor.blood_flow_volume?monitor.blood_flow_volume:''}}</td>
267
                       <td>{{monitor.blood_flow_volume?monitor.blood_flow_volume:''}}</td>
265
                       <td>{{monitor.ultrafiltration_volume?monitor.ultrafiltration_volume:''}}</td>
268
                       <td>{{monitor.ultrafiltration_volume?monitor.ultrafiltration_volume:''}}</td>
327
                     <tr><td colspan="10" style="font-size:16px;padding: 6px 8px;line-height: 30px;text-align:left;">二、透析中护理纪录:</td></tr>
330
                     <tr><td colspan="10" style="font-size:16px;padding: 6px 8px;line-height: 30px;text-align:left;">二、透析中护理纪录:</td></tr>
328
                     <tr>
331
                     <tr>
329
                       <td width="100">时间</td>
332
                       <td width="100">时间</td>
330
-                      <td width="100">BP<br/>mmHg</td>
333
+                      <td width="30">T<br>C°</td>
331
                       <td width="30">P<br/>次/分</td>
334
                       <td width="30">P<br/>次/分</td>
332
                       <td width="30">R<br/>次/分</td>
335
                       <td width="30">R<br/>次/分</td>
336
+                      <td width="100">BP<br/>mmHg</td>
333
                       <td width="60">静脉压/动脉压<br/>mmHg</td>
337
                       <td width="60">静脉压/动脉压<br/>mmHg</td>
334
                       <td width="80">血流量<br/>ml/min</td>
338
                       <td width="80">血流量<br/>ml/min</td>
335
                       <td width="90">超滤量累计L</td>
339
                       <td width="90">超滤量累计L</td>
339
                     </tr>
343
                     </tr>
340
                     <tr v-for="(monitor,index) in monitors2" :key="index">
344
                     <tr v-for="(monitor,index) in monitors2" :key="index">
341
                       <td>{{getTime(monitor.operate_time,'{h}:{i}')}}</td>
345
                       <td>{{getTime(monitor.operate_time,'{h}:{i}')}}</td>
342
-                      <td>{{monitor.systolic_blood_pressure?monitor.systolic_blood_pressure:''}}/{{monitor.diastolic_blood_pressure?monitor.diastolic_blood_pressure:''}}</td>
346
+                      <td>{{monitor.temperature?monitor.temperature:''}}</td>
343
                       <td>{{monitor.pulse_frequency?monitor.pulse_frequency:''}}</td>
347
                       <td>{{monitor.pulse_frequency?monitor.pulse_frequency:''}}</td>
344
                       <td>{{monitor.breathing_rate?monitor.breathing_rate:''}}</td>
348
                       <td>{{monitor.breathing_rate?monitor.breathing_rate:''}}</td>
349
+                      <td>{{monitor.systolic_blood_pressure?monitor.systolic_blood_pressure:''}}/{{monitor.diastolic_blood_pressure?monitor.diastolic_blood_pressure:''}}</td>
345
                       <td>{{monitor.venous_pressure?monitor.venous_pressure:''}}/{{monitor.arterial_pressure?monitor.arterial_pressure:''}}</td>
350
                       <td>{{monitor.venous_pressure?monitor.venous_pressure:''}}/{{monitor.arterial_pressure?monitor.arterial_pressure:''}}</td>
346
                       <td>{{monitor.blood_flow_volume?monitor.blood_flow_volume:''}}</td>
351
                       <td>{{monitor.blood_flow_volume?monitor.blood_flow_volume:''}}</td>
347
                       <td>{{monitor.ultrafiltration_volume?monitor.ultrafiltration_volume:''}}</td>
352
                       <td>{{monitor.ultrafiltration_volume?monitor.ultrafiltration_volume:''}}</td>