|
|
|
|
2194
|
this.replacementWays = getDataConfig('hemodialysis', 'replacement_ways')
|
2194
|
this.replacementWays = getDataConfig('hemodialysis', 'replacement_ways')
|
2195
|
|
2195
|
|
2196
|
this.patient = this.patient_prop
|
2196
|
this.patient = this.patient_prop
|
|
|
2197
|
+
|
|
|
2198
|
+ console.log(this.dialysisPrescription)
|
|
|
2199
|
+
|
|
|
2200
|
+
|
2197
|
if (this.prescription_prop != null && typeof (this.prescription_prop.id) != 'undefined' && this.prescription_prop.id > 0) {
|
2201
|
if (this.prescription_prop != null && typeof (this.prescription_prop.id) != 'undefined' && this.prescription_prop.id > 0) {
|
2198
|
for (const key in this.prescription_prop) {
|
2202
|
for (const key in this.prescription_prop) {
|
2199
|
this.dialysisPrescription[key] = this.prescription_prop[key]
|
2203
|
this.dialysisPrescription[key] = this.prescription_prop[key]
|
2200
|
}
|
2204
|
}
|
|
|
2205
|
+
|
|
|
2206
|
+
|
2201
|
} else if (this.solution_prop != null && typeof this.solution_prop.id != 'undefined' && this.solution_prop.id) {
|
2207
|
} else if (this.solution_prop != null && typeof this.solution_prop.id != 'undefined' && this.solution_prop.id) {
|
2202
|
for (const key in this.solution_prop) {
|
2208
|
for (const key in this.solution_prop) {
|
2203
|
if(key != "target_ultrafiltration") {
|
2209
|
if(key != "target_ultrafiltration") {
|