|
@@ -78,11 +78,11 @@ func Jsyb1101F() (string, string) {
|
78
|
78
|
inputData := make(map[string]interface{})
|
79
|
79
|
inputMessage["infno"] = "1101" // 交易编码
|
80
|
80
|
|
81
|
|
- inputData["mdtrt_cert_type"] = "04" // 就诊凭证类型
|
82
|
|
- inputData["card_sn"] = "" // 卡识别码
|
83
|
|
- inputData["certno"] = "" // 证件号码
|
84
|
|
- inputData["psn_cert_type"] = "01" // 人员证件类型
|
85
|
|
- inputData["mdtrt_cert_no"] = "320822197705194836|Y9gJ7nijh+DzGkn2W8El9YxSR0x1/zb2+tcA4a5fsVC4RLNACwi93U4Q9xEJVKKnN6LCbomuiCuxDOI+Skz/wsjlScPKIzyXxBcKl9ZrZjCrr+cRTRRKRdz6JqhoexGR/Cxnipr62JOW2fmrI1X2XA==" // 就诊凭证编号
|
|
81
|
+ inputData["mdtrt_cert_type"] = "01" // 就诊凭证类型
|
|
82
|
+ inputData["card_sn"] = "" // 卡识别码
|
|
83
|
+ inputData["certno"] = "" // 证件号码
|
|
84
|
+ inputData["psn_cert_type"] = "01" // 人员证件类型
|
|
85
|
+ inputData["mdtrt_cert_no"] = "320926196707111797|" // 就诊凭证编号
|
86
|
86
|
|
87
|
87
|
inputData["begntime"] = "" // 开始时间
|
88
|
88
|
inputData["psn_name"] = "" // 人员姓名
|
|
@@ -240,8 +240,8 @@ func Jsyb1101ForEleCert(org_name string, doctor string, fixmedins_code string, i
|
240
|
240
|
|
241
|
241
|
inputData["mdtrt_cert_type"] = "01" // 就诊凭证类型
|
242
|
242
|
inputData["card_sn"] = "" // 卡识别码
|
243
|
|
- inputData["certno"] = id_card_no // 证件号码
|
244
|
|
- inputData["psn_cert_type"] = "" // 人员证件类型
|
|
243
|
+ inputData["certno"] = "" // 证件号码
|
|
244
|
+ inputData["psn_cert_type"] = "01" // 人员证件类型
|
245
|
245
|
|
246
|
246
|
inputData["mdtrt_cert_no"] = Token // 就诊凭证编号
|
247
|
247
|
inputData["begntime"] = "" // 开始时间
|