|
@@ -154,6 +154,8 @@ func (c *HisApiController) GetSettleList() {
|
154
|
154
|
struct4101.CustomStruct = append(struct4101.CustomStruct, tempFunPay)
|
155
|
155
|
}
|
156
|
156
|
var tempOpspdiseinfo service.OpspdiseinfoStruct
|
|
157
|
+ var tempOpspdiseinfo2 service.OpspdiseinfoStruct
|
|
158
|
+
|
157
|
159
|
sickConfig, _ := service.FindDiagnoseById(his.Diagnosis)
|
158
|
160
|
sickConfigTwo, _ := service.FindSickById(his.SickType)
|
159
|
161
|
|
|
@@ -164,12 +166,12 @@ func (c *HisApiController) GetSettleList() {
|
164
|
166
|
tempOpspdiseinfo.OprnOprtName = ""
|
165
|
167
|
struct4101.OpspdiseinfoStruct = append(struct4101.OpspdiseinfoStruct, tempOpspdiseinfo)
|
166
|
168
|
|
167
|
|
- tempOpspdiseinfo.DiagCode = sickConfigTwo.CountryCode
|
168
|
|
- tempOpspdiseinfo.DiagName = sickConfigTwo.CountryContentName
|
169
|
|
- tempOpspdiseinfo.MaindiagFlag = "1"
|
170
|
|
- tempOpspdiseinfo.OprnOprtCode = ""
|
171
|
|
- tempOpspdiseinfo.OprnOprtName = ""
|
172
|
|
- struct4101.OpspdiseinfoStruct = append(struct4101.OpspdiseinfoStruct, tempOpspdiseinfo)
|
|
169
|
+ tempOpspdiseinfo2.DiagCode = sickConfigTwo.CountryCode
|
|
170
|
+ tempOpspdiseinfo2.DiagName = sickConfigTwo.CountryContentName
|
|
171
|
+ tempOpspdiseinfo2.MaindiagFlag = "1"
|
|
172
|
+ tempOpspdiseinfo2.OprnOprtCode = ""
|
|
173
|
+ tempOpspdiseinfo2.OprnOprtName = ""
|
|
174
|
+ struct4101.OpspdiseinfoStruct = append(struct4101.OpspdiseinfoStruct, tempOpspdiseinfo2)
|
173
|
175
|
|
174
|
176
|
var iteminfo service.IteminfoStruct
|
175
|
177
|
|