Browse Source

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

yq1 1 year ago
parent
commit
5dca67ba09

+ 9 - 1
src/xt_pages/dialysis/details/dialog/AssessmentAfterDislysis.vue View File

988
       }
988
       }
989
     },
989
     },
990
     'form.weight_after': function() {
990
     'form.weight_after': function() {
991
-      if (this) {
991
+      console.log('体重减少',  this.form.weight_after)
992
+      this.form.weight_loss = ((this.predialysis_evaluation.weight_before - this.predialysis_evaluation.additional_weight) - (this.form.weight_after - this.form.additional_weight)).toFixed(1)
993
+    
994
+      if (this.form.weight_loss < 0) {
995
+        this.form.weight_loss = ''
992
       }
996
       }
997
+      if (this.form.weight_after == '') {
998
+        this.form.weight_loss = ''
999
+      }
1000
+      
993
     }
1001
     }
994
   },
1002
   },
995
   methods: {
1003
   methods: {

+ 3 - 2
src/xt_pages/dialysis/details/dialog/adviceDialog/AddGroupAdvice.vue View File

1630
           }
1630
           }
1631
       }
1631
       }
1632
 
1632
 
1633
-      if(this.$store.getters.xt_user.org.id == 10580 || this.$store.getters.xt_user.org.id == 10585){
1633
+      if(this.$store.getters.xt_user.org.id == 10580){
1634
+        var date = new Date()
1634
         var year = date.getFullYear()
1635
         var year = date.getFullYear()
1635
           var month = date.getMonth() + 1
1636
           var month = date.getMonth() + 1
1636
           var day = date.getDate()
1637
           var day = date.getDate()
1748
           }
1749
           }
1749
       }
1750
       }
1750
 
1751
 
1751
-      if(this.$store.getters.xt_user.org.id == 10579){
1752
+      if(this.$store.getters.xt_user.org.id == 10579  || this.$store.getters.xt_user.org.id == 10585){
1752
         var date = new Date()
1753
         var date = new Date()
1753
           var year = date.getFullYear()
1754
           var year = date.getFullYear()
1754
           var month = date.getMonth() + 1
1755
           var month = date.getMonth() + 1

+ 12 - 1
src/xt_pages/dialysis/details/dialog/assessmentBeforeDislysisDialog.vue View File

1569
          console.log("params",ParamsQuery)
1569
          console.log("params",ParamsQuery)
1570
          this.$refs.assessmentBeforeDislysis.validate((valid) => {
1570
          this.$refs.assessmentBeforeDislysis.validate((valid) => {
1571
           if (valid) {
1571
           if (valid) {
1572
-            ParamsQuery['patient'] = this.patient.id
1572
+           
1573
+            // if(this.patient.id == 'NaN' || this.patient.id ==0){
1574
+
1575
+            //   ParamsQuery['patient'] = parseInt(this.$route.query.patient_id) 
1576
+            // }
1577
+            // if(this.$route.query.patient_id == 'NaN' || this.$route.query.patient_id == 0 ){
1578
+
1579
+            //    ParamsQuery['patient'] = this.patient.id
1580
+            // }
1581
+       
1582
+        ParamsQuery['patient'] = this.patient.id
1583
+        
1573
         ParamsQuery['record_date'] = this.record_date
1584
         ParamsQuery['record_date'] = this.record_date
1574
         ParamsQuery['mode'] = '1'
1585
         ParamsQuery['mode'] = '1'
1575
 
1586
 

+ 7 - 0
src/xt_pages/outpatientCharges/chargeDetailManagement.vue View File

985
               obj['statistical_classification'] = ''
985
               obj['statistical_classification'] = ''
986
               obj['medical_code'] = project_month_prescriptions.project[a].project.medical_code
986
               obj['medical_code'] = project_month_prescriptions.project[a].project.medical_code
987
               obj['project_name'] = project_month_prescriptions.project[a].project.project_name
987
               obj['project_name'] = project_month_prescriptions.project[a].project.project_name
988
+              obj['project'] = project_month_prescriptions.project[a].project
989
+
988
               obj['type'] = 2
990
               obj['type'] = 2
989
 
991
 
990
             } else if (project_month_prescriptions.project[a].type == 3) {
992
             } else if (project_month_prescriptions.project[a].type == 3) {
991
               obj['statistical_classification'] = ''
993
               obj['statistical_classification'] = ''
992
               obj['medical_code'] = project_month_prescriptions.project[a].good_info.medical_insurance_number
994
               obj['medical_code'] = project_month_prescriptions.project[a].good_info.medical_insurance_number
993
               obj['project_name'] = project_month_prescriptions.project[a].good_info.good_name
995
               obj['project_name'] = project_month_prescriptions.project[a].good_info.good_name
996
+              obj['good_info'] = project_month_prescriptions.project[a].good_info
997
+
994
               obj['type'] = 3
998
               obj['type'] = 3
995
 
999
 
996
             }
1000
             }
1308
                 obj['statistical_classification'] = prescription.project[b].team.project_team
1312
                 obj['statistical_classification'] = prescription.project[b].team.project_team
1309
                 obj['medical_code'] = prescription.project[b].project.medical_code
1313
                 obj['medical_code'] = prescription.project[b].project.medical_code
1310
                 obj['project_name'] = prescription.project[b].project.project_name
1314
                 obj['project_name'] = prescription.project[b].project.project_name
1315
+                obj['project'] = prescription.project[b].project
1316
+
1311
                 obj['spec'] = ''
1317
                 obj['spec'] = ''
1312
                 obj['name_id'] = 0
1318
                 obj['name_id'] = 0
1313
 
1319
 
1317
                 obj['project_name'] = prescription.project[b].good_info.good_name
1323
                 obj['project_name'] = prescription.project[b].good_info.good_name
1318
                 obj['spec'] = prescription.project[b].good_info.specification_name
1324
                 obj['spec'] = prescription.project[b].good_info.specification_name
1319
                 obj['name_id'] = prescription.project[b].good_info.manufacturer
1325
                 obj['name_id'] = prescription.project[b].good_info.manufacturer
1326
+                obj['good_info'] = prescription.project[b].good_info
1320
 
1327
 
1321
               }
1328
               }
1322
 
1329
 

+ 7 - 1
src/xt_pages/outpatientCharges/componenttwo/chargeMonthPrescriptionTable.vue View File

58
               :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}" highlight-current-row>
58
               :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}" highlight-current-row>
59
       <el-table-column align="center" type="index" width="40" label="序号"></el-table-column>
59
       <el-table-column align="center" type="index" width="40" label="序号"></el-table-column>
60
       <el-table-column align="center" prop="project_name" label="名称">
60
       <el-table-column align="center" prop="project_name" label="名称">
61
-        <template slot-scope="scope">{{ scope.row.project_name }}</template>
61
+<!--        <template slot-scope="scope">{{ scope.row.project_name }}</template>-->
62
+        <template slot-scope="scope">
63
+          <span :title="scope.row.project_name" v-if="org_id != 10206">{{ scope.row.project_name }}</span>
64
+          <span  v-if="org_id == 10206&&scope.row.type==3">{{ scope.row.project_name }}{{scope.row.good_info.specification_name}}{{scope.row.good_info.good_number}}</span>
65
+          <span v-if="org_id == 10206&&scope.row.type==2">{{ scope.row.project_name }}</span>
66
+        </template>
62
       </el-table-column>
67
       </el-table-column>
63
       <el-table-column align="center" prop="statistical_classification" width="100" label="组">
68
       <el-table-column align="center" prop="statistical_classification" width="100" label="组">
64
         <template slot-scope="scope">{{getGroup(scope.row.statistical_classification)}}</template>
69
         <template slot-scope="scope">{{getGroup(scope.row.statistical_classification)}}</template>
127
     },
132
     },
128
     data() {
133
     data() {
129
       return {
134
       return {
135
+        org_id:this.$store.getters.xt_user.org_id,
130
         drugways: [],
136
         drugways: [],
131
         efs: []
137
         efs: []
132
       }
138
       }

+ 6 - 1
src/xt_pages/outpatientDoctorStation/components/prescriptionTable.vue View File

143
                   :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}" highlight-current-row>
143
                   :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}" highlight-current-row>
144
             <el-table-column align="center" type="index" width="40" label="序号" fixed></el-table-column>
144
             <el-table-column align="center" type="index" width="40" label="序号" fixed></el-table-column>
145
             <el-table-column align="center" prop="project_name" label="名称" fixed>
145
             <el-table-column align="center" prop="project_name" label="名称" fixed>
146
-                <template slot-scope="scope"><span :title="scope.row.project_name">{{ scope.row.project_name }}</span>
146
+                <template slot-scope="scope">
147
+                  <span :title="scope.row.project_name" v-if="org_id != 10206">{{ scope.row.project_name }}</span>
148
+                  <span  v-if="org_id == 10206&&scope.row.type==3">{{ scope.row.project_name }}{{scope.row.good_info.specification_name}}{{scope.row.good_info.good_number}}</span>
149
+                  <span v-if="org_id == 10206&&scope.row.type==2">{{ scope.row.project_name }}</span>
150
+
147
                 </template>
151
                 </template>
148
             </el-table-column>
152
             </el-table-column>
149
             <el-table-column align="center" prop="statistical_classification" width="100" label="组">
153
             <el-table-column align="center" prop="statistical_classification" width="100" label="组">
266
 
270
 
267
     data() {
271
     data() {
268
       return {
272
       return {
273
+        org_id:this.$store.getters.xt_user.org_id,
269
         advices: [],
274
         advices: [],
270
         tableData: [],
275
         tableData: [],
271
         newoptions: [{
276
         newoptions: [{

+ 19 - 14
src/xt_pages/outpatientDoctorStation/doctorDesk.vue View File

115
 
115
 
116
           </el-tabs>
116
           </el-tabs>
117
           <div class="mainCell fixedCell" style="float:right" v-if="titleType == '电子处方'">
117
           <div class="mainCell fixedCell" style="float:right" v-if="titleType == '电子处方'">
118
+            <el-button v-if="org_id == 10206" size="small" ref="button_three" @click="open_four()" type="primary">刷新库存</el-button>
118
             <el-button size="small" ref="button_one" @click="open(1)" type="primary"
119
             <el-button size="small" ref="button_one" @click="open(1)" type="primary"
119
                        v-loading="saveLoading">保存
120
                        v-loading="saveLoading">保存
120
             </el-button>
121
             </el-button>
190
         <dialysis-index v-if="titleType == '透析记录'" :record_date="record_date" :patientid='patientid'
191
         <dialysis-index v-if="titleType == '透析记录'" :record_date="record_date" :patientid='patientid'
191
                         :dialysisShow="dialysisShow"></dialysis-index>
192
                         :dialysisShow="dialysisShow"></dialysis-index>
192
 
193
 
193
-        <dialysishistory v-if="titleType == '透析历史'" :patientid='patientid'></dialysishistory>  
194
+        <dialysishistory v-if="titleType == '透析历史'" :patientid='patientid'></dialysishistory>
194
       </div>
195
       </div>
195
 
196
 
196
     </div>
197
     </div>
644
   },
645
   },
645
 
646
 
646
   methods: {
647
   methods: {
648
+    open_four(){
649
+      this.$refs.prescriptions.getZuobiaoGoodStock()
650
+      this.$refs.prescriptions.getZuobiaoDrugStock()
651
+    },
647
     getSunziValue(val) {
652
     getSunziValue(val) {
648
       //  this.drugs=[]
653
       //  this.drugs=[]
649
       this.getInitData()
654
       this.getInitData()
1855
                     }
1860
                     }
1856
                   } else if (this.schedule.schedule_type == 2) {
1861
                   } else if (this.schedule.schedule_type == 2) {
1857
                      if(this.org_id == 10206  || this.org_id == 0 ){
1862
                      if(this.org_id == 10206  || this.org_id == 0 ){
1858
-                      preTime = this.record_date + ' ' + '10:00'
1863
+                      preTime = this.record_date + ' ' + '10:30'
1859
                     }else{
1864
                     }else{
1860
                      preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
1865
                      preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
1861
                    }
1866
                    }
2089
             }
2094
             }
2090
           }
2095
           }
2091
           console.log('~~~~~00000222222', this.prescriptions)
2096
           console.log('~~~~~00000222222', this.prescriptions)
2092
-          // this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
2097
+          this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
2093
         }
2098
         }
2094
       })
2099
       })
2095
 
2100
 
2360
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
2365
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
2361
                         } else if (this.schedule.schedule_type == 2) {
2366
                         } else if (this.schedule.schedule_type == 2) {
2362
                           if(this.org_id == 10206  || this.org_id == 0){
2367
                           if(this.org_id == 10206  || this.org_id == 0){
2363
-                            preTime = this.record_date + ' ' + '10:00'
2368
+                            preTime = this.record_date + ' ' + '10:30'
2364
                           }else{
2369
                           }else{
2365
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
2370
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
2366
                           }
2371
                           }
2531
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
2536
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
2532
                         } else if (this.schedule.schedule_type == 2) {
2537
                         } else if (this.schedule.schedule_type == 2) {
2533
                           if(this.org_id == 10206  || this.org_id == 0){
2538
                           if(this.org_id == 10206  || this.org_id == 0){
2534
-                            preTime =this.record_date + ' ' + '10:00'
2539
+                            preTime =this.record_date + ' ' + '10:30'
2535
                           }else{
2540
                           }else{
2536
 
2541
 
2537
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
2542
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
2709
                     //   }
2714
                     //   }
2710
                   }
2715
                   }
2711
                 }
2716
                 }
2712
-                // this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
2717
+                this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
2713
                 this.$refs.child.watchSign = 0
2718
                 this.$refs.child.watchSign = 0
2714
               }
2719
               }
2715
             })
2720
             })
3244
                     // }
3249
                     // }
3245
                   }
3250
                   }
3246
                 }
3251
                 }
3247
-                // this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
3252
+                this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
3248
                 this.$refs.child.watchSign = 0
3253
                 this.$refs.child.watchSign = 0
3249
               }
3254
               }
3250
             })
3255
             })
3767
                   // }
3772
                   // }
3768
                 }
3773
                 }
3769
               }
3774
               }
3770
-              // this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
3775
+              this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
3771
               this.$refs.child.watchSign = 0
3776
               this.$refs.child.watchSign = 0
3772
             }
3777
             }
3773
           })
3778
           })
4080
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4085
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4081
                         } else if (this.schedule.schedule_type == 2) {
4086
                         } else if (this.schedule.schedule_type == 2) {
4082
                           if(this.org_id == 10206  || this.org_id == 0){
4087
                           if(this.org_id == 10206  || this.org_id == 0){
4083
-                            preTime = this.record_date + ' ' + '10:00'
4088
+                            preTime = this.record_date + ' ' + '10:30'
4084
 
4089
 
4085
                           }else {
4090
                           }else {
4086
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
4091
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
4250
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4255
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4251
                         } else if (this.schedule.schedule_type == 2) {
4256
                         } else if (this.schedule.schedule_type == 2) {
4252
                           if(this.org_id == 10206  || this.org_id == 0){
4257
                           if(this.org_id == 10206  || this.org_id == 0){
4253
-                            preTime = this.record_date + ' ' + '10:00'
4258
+                            preTime = this.record_date + ' ' + '10:30'
4254
                           }else{
4259
                           }else{
4255
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
4260
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
4256
                           }
4261
                           }
4432
                     // }
4437
                     // }
4433
                   }
4438
                   }
4434
                 }
4439
                 }
4435
-                // this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
4440
+                this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
4436
               }
4441
               }
4437
             })
4442
             })
4438
 
4443
 
4762
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4767
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4763
                         } else if (this.schedule.schedule_type == 2) {
4768
                         } else if (this.schedule.schedule_type == 2) {
4764
                           if(this.org_id == 10206  || this.org_id == 0){
4769
                           if(this.org_id == 10206  || this.org_id == 0){
4765
-                            preTime =this.record_date + ' ' + '10:00'
4770
+                            preTime =this.record_date + ' ' + '10:30'
4766
                           }else{
4771
                           }else{
4767
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
4772
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
4768
 
4773
 
4933
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4938
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4934
                         } else if (this.schedule.schedule_type == 2) {
4939
                         } else if (this.schedule.schedule_type == 2) {
4935
                           if(this.org_id == 10206 ||  this.org_id == 0){
4940
                           if(this.org_id == 10206 ||  this.org_id == 0){
4936
-                            preTime = this.record_date + ' ' + '10:00'
4941
+                            preTime = this.record_date + ' ' + '10:30'
4937
 
4942
 
4938
                           }else{
4943
                           }else{
4939
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
4944
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
5003
 
5008
 
5004
                   }
5009
                   }
5005
                 }
5010
                 }
5006
-                // this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
5011
+                this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
5007
               }
5012
               }
5008
             })
5013
             })
5009
           } else {
5014
           } else {