|
@@ -463,6 +463,8 @@
|
463
|
463
|
obj['id'] = drug_month_prescriptions.advices[a].drug_id;
|
464
|
464
|
// obj['retail_price'] = obj['retail_price'] + drug_month_prescriptions.advices[a].drug.retail_price
|
465
|
465
|
obj['retail_price'] = parseFloat(drug_month_prescriptions.advices[a].price);
|
|
466
|
+ obj['drug'] = drug_month_prescriptions.advices[a].drug
|
|
467
|
+
|
466
|
468
|
count = count + drug_month_prescriptions.advices[a].prescribing_number
|
467
|
469
|
|
468
|
470
|
}
|
|
@@ -873,7 +875,8 @@
|
873
|
875
|
single_dose_unit: prescription.advices[b].single_dose_unit,
|
874
|
876
|
prescribing_number_unit: prescription.advices[b].prescribing_number_unit,
|
875
|
877
|
medical_insurance_number: prescription.advices[b].med_list_codg,
|
876
|
|
- id: prescription.advices[b].drug_id
|
|
878
|
+ id: prescription.advices[b].drug_id,
|
|
879
|
+ drug:prescription.advices[b].drug,
|
877
|
880
|
};
|
878
|
881
|
tempAdvice.push(obj)
|
879
|
882
|
}
|
|
@@ -1078,7 +1081,8 @@
|
1078
|
1081
|
single_dose_unit: prescription.advices[b].single_dose_unit,
|
1079
|
1082
|
prescribing_number_unit: prescription.advices[b].prescribing_number_unit,
|
1080
|
1083
|
medical_insurance_number: prescription.advices[b].med_list_codg,
|
1081
|
|
- id: prescription.advices[b].drug_id
|
|
1084
|
+ id: prescription.advices[b].drug_id,
|
|
1085
|
+ drug:prescription.advices[b].drug,
|
1082
|
1086
|
};
|
1083
|
1087
|
tempAdvice.push(obj)
|
1084
|
1088
|
}
|
|
@@ -1258,7 +1262,9 @@
|
1258
|
1262
|
single_dose_unit: prescription.advices[b].single_dose_unit,
|
1259
|
1263
|
prescribing_number_unit: prescription.advices[b].prescribing_number_unit,
|
1260
|
1264
|
medical_insurance_number: prescription.advices[b].med_list_codg,
|
1261
|
|
- id: prescription.advices[b].drug_id
|
|
1265
|
+ id: prescription.advices[b].drug_id,
|
|
1266
|
+ drug:prescription.advices[b].drug,
|
|
1267
|
+
|
1262
|
1268
|
};
|
1263
|
1269
|
tempAdvice.push(obj)
|
1264
|
1270
|
}
|
|
@@ -1442,7 +1448,9 @@
|
1442
|
1448
|
single_dose_unit: prescription.advices[b].single_dose_unit,
|
1443
|
1449
|
prescribing_number_unit: prescription.advices[b].prescribing_number_unit,
|
1444
|
1450
|
medical_insurance_number: prescription.advices[b].med_list_codg,
|
1445
|
|
- id: prescription.advices[b].drug_id
|
|
1451
|
+ id: prescription.advices[b].drug_id,
|
|
1452
|
+ drug:prescription.advices[b].drug,
|
|
1453
|
+
|
1446
|
1454
|
};
|
1447
|
1455
|
tempAdvice.push(obj)
|
1448
|
1456
|
}
|
|
@@ -1677,7 +1685,9 @@
|
1677
|
1685
|
single_dose_unit: prescription.advices[b].single_dose_unit,
|
1678
|
1686
|
prescribing_number_unit: prescription.advices[b].prescribing_number_unit,
|
1679
|
1687
|
medical_insurance_number: prescription.advices[b].med_list_codg,
|
1680
|
|
- id: prescription.advices[b].drug_id
|
|
1688
|
+ id: prescription.advices[b].drug_id,
|
|
1689
|
+ drug:prescription.advices[b].drug,
|
|
1690
|
+
|
1681
|
1691
|
};
|
1682
|
1692
|
tempAdvice.push(obj)
|
1683
|
1693
|
}
|
|
@@ -1865,7 +1875,9 @@
|
1865
|
1875
|
single_dose_unit: prescription.advices[b].single_dose_unit,
|
1866
|
1876
|
prescribing_number_unit: prescription.advices[b].prescribing_number_unit,
|
1867
|
1877
|
medical_insurance_number: prescription.advices[b].med_list_codg,
|
1868
|
|
- id: prescription.advices[b].drug_id
|
|
1878
|
+ id: prescription.advices[b].drug_id,
|
|
1879
|
+ drug:prescription.advices[b].drug,
|
|
1880
|
+
|
1869
|
1881
|
};
|
1870
|
1882
|
tempAdvice.push(obj)
|
1871
|
1883
|
}
|