|
|
|
|
735
|
struct4101.CustomStruct = tempFunPays
|
735
|
struct4101.CustomStruct = tempFunPays
|
736
|
|
736
|
|
737
|
var tempOpspdiseinfos []service.OpspdiseinfoStruct
|
737
|
var tempOpspdiseinfos []service.OpspdiseinfoStruct
|
738
|
- var tempOpspdiseinfo2 service.OpspdiseinfoStruct
|
|
|
|
|
738
|
+ //var tempOpspdiseinfo2 service.OpspdiseinfoStruct
|
739
|
//sickConfig, _ := service.FindDiagnoseById(his.Diagnosis)
|
739
|
//sickConfig, _ := service.FindDiagnoseById(his.Diagnosis)
|
740
|
|
740
|
|
741
|
diagnosis_ids := strings.Split(his.Diagnosis, ",")
|
741
|
diagnosis_ids := strings.Split(his.Diagnosis, ",")
|
|
|
|
|
756
|
tempOpspdiseinfos = append(tempOpspdiseinfos, tempOpspdiseinfo)
|
756
|
tempOpspdiseinfos = append(tempOpspdiseinfos, tempOpspdiseinfo)
|
757
|
}
|
757
|
}
|
758
|
|
758
|
|
759
|
- sickConfigTwo, _ := service.FindSickById(his.SickType)
|
|
|
760
|
- tempOpspdiseinfo2.DiagCode = sickConfigTwo.ContentCode
|
|
|
761
|
- tempOpspdiseinfo2.DiagName = sickConfigTwo.CountryContentName
|
|
|
762
|
- tempOpspdiseinfo2.MaindiagFlag = "2"
|
|
|
763
|
- tempOpspdiseinfo2.OprnOprtCode = ""
|
|
|
764
|
- tempOpspdiseinfo2.OprnOprtName = ""
|
|
|
765
|
- tempOpspdiseinfos = append(tempOpspdiseinfos, tempOpspdiseinfo2)
|
|
|
|
|
759
|
+ //sickConfigTwo, _ := service.FindSickById(his.SickType)
|
|
|
760
|
+ //tempOpspdiseinfo2.DiagCode = sickConfigTwo.ContentCode
|
|
|
761
|
+ //tempOpspdiseinfo2.DiagName = sickConfigTwo.CountryContentName
|
|
|
762
|
+ //tempOpspdiseinfo2.MaindiagFlag = "2"
|
|
|
763
|
+ //tempOpspdiseinfo2.OprnOprtCode = ""
|
|
|
764
|
+ //tempOpspdiseinfo2.OprnOprtName = ""
|
|
|
765
|
+ //tempOpspdiseinfos = append(tempOpspdiseinfos, tempOpspdiseinfo2)
|
766
|
struct4101.OpspdiseinfoStruct = tempOpspdiseinfos
|
766
|
struct4101.OpspdiseinfoStruct = tempOpspdiseinfos
|
767
|
|
767
|
|
768
|
var iteminfo service.IteminfoStruct
|
768
|
var iteminfo service.IteminfoStruct
|