|
@@ -1446,7 +1446,7 @@
|
1446
|
1446
|
}
|
1447
|
1447
|
for (let b = 0; b < prescription.project.length; b++) {
|
1448
|
1448
|
if(prescription.project[b].type == 2){
|
1449
|
|
- if (prescription.med_type == "14" && prescription.project[b].project.specail_project != 1) {
|
|
1449
|
+ if (prescription.med_type == "14" && prescription.project[b].project.disease_directory != 1) {
|
1450
|
1450
|
prescription.project.splice(b--,1)
|
1451
|
1451
|
}
|
1452
|
1452
|
}else if(prescription.project[b].type == 3){
|
|
@@ -1830,7 +1830,7 @@
|
1830
|
1830
|
}
|
1831
|
1831
|
for (let b = 0; b < prescription.project.length; b++) {
|
1832
|
1832
|
if(prescription.project[b].type == 2){
|
1833
|
|
- if (prescription.med_type == "14" && prescription.project[b].project.specail_project != 1) {
|
|
1833
|
+ if (prescription.med_type == "14" && prescription.project[b].project.disease_directory != 1) {
|
1834
|
1834
|
prescription.project.splice(b--,1)
|
1835
|
1835
|
}
|
1836
|
1836
|
}else if(prescription.project[b].type == 3){
|
|
@@ -2301,7 +2301,7 @@
|
2301
|
2301
|
}
|
2302
|
2302
|
for (let b = 0; b < prescription.project.length; b++) {
|
2303
|
2303
|
if(prescription.project[b].type == 2){
|
2304
|
|
- if (prescription.med_type == "14" && prescription.project[b].project.specail_project != 1) {
|
|
2304
|
+ if (prescription.med_type == "14" && prescription.project[b].project.disease_directory != 1) {
|
2305
|
2305
|
prescription.project.splice(b--,1)
|
2306
|
2306
|
}
|
2307
|
2307
|
}else if(prescription.project[b].type == 3){
|
|
@@ -2760,7 +2760,7 @@
|
2760
|
2760
|
}
|
2761
|
2761
|
for (let b = 0; b < prescription.project.length; b++) {
|
2762
|
2762
|
if(prescription.project[b].type == 2){
|
2763
|
|
- if (prescription.med_type == "14" && prescription.project[b].project.specail_project != 1) {
|
|
2763
|
+ if (prescription.med_type == "14" && prescription.project[b].project.disease_directory != 1) {
|
2764
|
2764
|
prescription.project.splice(b--,1)
|
2765
|
2765
|
}
|
2766
|
2766
|
}else if(prescription.project[b].type == 3){
|
|
@@ -3286,7 +3286,7 @@
|
3286
|
3286
|
}
|
3287
|
3287
|
for (let b = 0; b < prescription.project.length; b++) {
|
3288
|
3288
|
if(prescription.project[b].type == 2){
|
3289
|
|
- if (prescription.med_type == "14" && prescription.project[b].project.specail_project != 1) {
|
|
3289
|
+ if (prescription.med_type == "14" && prescription.project[b].project.disease_directory != 1) {
|
3290
|
3290
|
prescription.project.splice(b--,1)
|
3291
|
3291
|
}
|
3292
|
3292
|
}else if(prescription.project[b].type == 3){
|
|
@@ -3833,7 +3833,7 @@
|
3833
|
3833
|
}
|
3834
|
3834
|
for (let b = 0; b < prescription.project.length; b++) {
|
3835
|
3835
|
if(prescription.project[b].type == 2){
|
3836
|
|
- if (prescription.med_type == "14" && prescription.project[b].project.specail_project != 1) {
|
|
3836
|
+ if (prescription.med_type == "14" && prescription.project[b].project.disease_directory != 1) {
|
3837
|
3837
|
prescription.project.splice(b--,1)
|
3838
|
3838
|
}
|
3839
|
3839
|
}else if(prescription.project[b].type == 3){
|