|
@@ -504,20 +504,20 @@ export default {
|
504
|
504
|
this.form.breathing_rated = ""; //this.last_monitor_record.breathing_rate;
|
505
|
505
|
this.form.systolic_bp = ""; //this.last_monitor_record.systolic_blood_pressure;
|
506
|
506
|
this.form.diastolic_bp = ""; //this.last_monitor_record.diastolic_blood_pressure;
|
507
|
|
- this.form.blood_flow_volume = this.last_monitor_record.blood_flow_volume;
|
508
|
|
- this.form.venous_pressure = this.last_monitor_record.venous_pressure;
|
509
|
|
- this.form.arterial_pressure = this.last_monitor_record.arterial_pressure;
|
510
|
|
- this.form.transmembrane_pressure = this.last_monitor_record.transmembrane_pressure;
|
511
|
|
- this.form.ultrafiltration_rate = this.last_monitor_record.ultrafiltration_rate;
|
512
|
|
- this.form.ultrafiltration_volume = this.last_monitor_record.ultrafiltration_volume;
|
513
|
|
- this.form.sodium_concentration = this.last_monitor_record.sodium_concentration;
|
514
|
|
- this.form.dialysate_temperature = this.last_monitor_record.dialysate_temperature;
|
515
|
|
- this.form.replacement_rate = this.last_monitor_record.replacement_rate;
|
516
|
|
- this.form.displacement_quantity = this.last_monitor_record.displacement_quantity;
|
517
|
|
- this.form.ktv = this.last_monitor_record.ktv;
|
518
|
|
- this.form.symptom = this.last_monitor_record.symptom;
|
519
|
|
- this.form.dispose = this.last_monitor_record.dispose;
|
520
|
|
- this.form.result = this.last_monitor_record.result;
|
|
507
|
+ this.form.blood_flow_volume =""; //this.last_monitor_record.blood_flow_volume;
|
|
508
|
+ this.form.venous_pressure = "";//this.last_monitor_record.venous_pressure;
|
|
509
|
+ this.form.arterial_pressure = ""; //this.last_monitor_record.arterial_pressure;
|
|
510
|
+ this.form.transmembrane_pressure =""; // this.last_monitor_record.transmembrane_pressure;
|
|
511
|
+ this.form.ultrafiltration_rate = "";// this.last_monitor_record.ultrafiltration_rate;
|
|
512
|
+ this.form.ultrafiltration_volume ="";// this.last_monitor_record.ultrafiltration_volume;
|
|
513
|
+ this.form.sodium_concentration = "";//this.last_monitor_record.sodium_concentration;
|
|
514
|
+ this.form.dialysate_temperature = ""; //this.last_monitor_record.dialysate_temperature;
|
|
515
|
+ this.form.replacement_rate = ""; // this.last_monitor_record.replacement_rate;
|
|
516
|
+ this.form.displacement_quantity =""; // this.last_monitor_record.displacement_quantity;
|
|
517
|
+ this.form.ktv = ""; //this.last_monitor_record.ktv;
|
|
518
|
+ this.form.symptom ="";// this.last_monitor_record.symptom;
|
|
519
|
+ this.form.dispose =""; // this.last_monitor_record.dispose;
|
|
520
|
+ this.form.result =""; //this.last_monitor_record.result;
|
521
|
521
|
this.form.id = -1;
|
522
|
522
|
console.log(this.form);
|
523
|
523
|
// }
|