|
@@ -2826,6 +2826,8 @@ type Struct4101 struct {
|
2826
|
2826
|
CustomStruct []CustomStruct
|
2827
|
2827
|
OpspdiseinfoStruct []OpspdiseinfoStruct
|
2828
|
2828
|
IteminfoStruct []IteminfoStruct
|
|
2829
|
+ AdmTime string
|
|
2830
|
+ AdmEndTime string
|
2829
|
2831
|
}
|
2830
|
2832
|
|
2831
|
2833
|
//
|
|
@@ -2889,10 +2891,10 @@ func Gdyb4101(struct4101 Struct4101, secret_key string, org_name string, doctor
|
2889
|
2891
|
inputData["ipt_med_type"] = struct4101.IptMedType // 住院医疗类型 必填
|
2890
|
2892
|
inputData["adm_way"] = "" // 入院途径 必填
|
2891
|
2893
|
inputData["trt_type"] = "" // 治疗类别 必填
|
2892
|
|
- inputData["adm_time"] = "" // 入院时间 必填
|
|
2894
|
+ inputData["adm_time"] = struct4101.AdmTime // 入院时间 必填
|
2893
|
2895
|
inputData["adm_caty"] = struct4101.AdmCaty // 入院科别 必填
|
2894
|
2896
|
inputData["refldept_dept"] = "" // 转科科别 必填
|
2895
|
|
- inputData["dscg_time"] = "" // 出院时间 必填
|
|
2897
|
+ inputData["dscg_time"] = struct4101.AdmEndTime // 出院时间 必填
|
2896
|
2898
|
inputData["dscg_caty"] = struct4101.AdmCaty // 出院科别 必填
|
2897
|
2899
|
inputData["act_ipt_days"] = "" // 实际住院天数 必填
|
2898
|
2900
|
inputData["otp_wm_dise"] = "" // 门(急) 诊西医诊断 必填
|