|
@@ -1297,6 +1297,7 @@
|
1297
|
1297
|
single_dose_unit: temp3[b].drug.min_unit,
|
1298
|
1298
|
prescribing_number_unit: temp3[b].drug.max_unit,
|
1299
|
1299
|
medical_insurance_number: temp3[b].drug.medical_insurance_number
|
|
1300
|
+
|
1300
|
1301
|
}
|
1301
|
1302
|
|
1302
|
1303
|
if (obj.prescribing_number == 0 || obj.prescribing_number.length == 0) {
|
|
@@ -1428,7 +1429,8 @@
|
1428
|
1429
|
single_dose_unit: prescription.advices[b].single_dose_unit,
|
1429
|
1430
|
prescribing_number_unit: prescription.advices[b].prescribing_number_unit,
|
1430
|
1431
|
medical_insurance_number: prescription.advices[b].med_list_codg,
|
1431
|
|
- id: prescription.advices[b].drug_id
|
|
1432
|
+ id: prescription.advices[b].drug_id,
|
|
1433
|
+ drug: prescription.advices[b].drug,
|
1432
|
1434
|
}
|
1433
|
1435
|
tempAdvice.push(obj)
|
1434
|
1436
|
}
|