Browse Source

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 3 years ago
parent
commit
3c289fd3fd
2 changed files with 2 additions and 0 deletions
  1. 1 0
      controllers/zh/zh_his_api_controller.go
  2. 1 0
      service/zh_his_service.go

+ 1 - 0
controllers/zh/zh_his_api_controller.go View File

@@ -555,6 +555,7 @@ func (this *ZHHisApiController) GetZHOutHospitalCheck() {
555 555
 			dise.MaindiagFlag = "2"
556 556
 		}
557 557
 
558
+		dise.MdtrtId = record.Number
558 559
 		dise.DiagSrtNo = strconv.FormatInt(int64(item.ID), 10)
559 560
 		dise.DiseDorName = doctorInfo.UserName
560 561
 		dise.DiagCode = item.CountryCode

+ 1 - 0
service/zh_his_service.go View File

@@ -409,6 +409,7 @@ func ZHGdyb2402(struct2402 Struct2402, org_name string, doctor string, insuplc_a
409 409
 	for _, item := range struct2402.Diseinfo {
410 410
 		inputDataTwo := make(map[string]interface{})
411 411
 		inputDataTwo["psn_no"] = item.PsnNo
412
+		inputDataTwo["mdtrt_id"] = item.MdtrtId
412 413
 		inputDataTwo["diag_type"] = item.DiagType
413 414
 		inputDataTwo["maindiag_flag"] = item.MaindiagFlag
414 415
 		inputDataTwo["diag_srt_no"] = item.DiagSrtNo