using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PTMedicalInsurance.Entity.Local { // 本接口主要完成的功能:保存上一步传来的费用凭单,并上传中心进行结算,返回结算结果 public class SettleMzRequest { /// /// 医疗统筹类别 /// public string p_yltclb { get; set; } /// /// 社会保障号码 /// public string p_grbh { get; set; } /// /// 姓名 /// public string p_xm { get; set; } /// /// 性别 /// public string p_xb { get; set; } /// /// 病历号 /// public string p_blh { get; set; } /// /// 费用日期 /// public DateTime p_fyrq { get; set; } /// /// 医师编码 /// public string p_ysbm { get; set; } /// /// 疾病编码 /// public string p_jbbm { get; set; } /// /// 卡号 /// public string p_kh { get; set; } /// /// 险种标志 /// public string p_xzbz { get; set; } /// /// 普通门诊刷卡标志 /// public string p_ptmzskbz { get; set; } /// /// 外地就医类别 /// public string p_jylb { get; set; } /// /// 就医医院编码 /// public string p_jyyybm { get; set; } /// /// 疾病说明 /// public string p_jbsm { get; set; } /// /// 是否需要结算单 /// public string p_needjsd { get; set; } /// /// 门诊类型 /// public string p_mzlx { get; set; } /// /// 社保卡口令 /// public string p_passwd { get; set; } /// /// 二维码 /// public string p_ewm { get; set; } /// /// 渠道支付金额 /// public decimal p_qdzf { get; set; } /// /// 家庭共济消费标志 /// public string p_jtgjxfbz { get; set; } /// /// 识别码 /// public string p_sbm { get; set; } /// /// 主要诊断 /// public string p_zyzd { get; set; } /// /// 医疗政策标识 /// public string p_ylzcbs { get; set; } /// /// 收费认证方式 /// public string p_sfrzfs { get; set; } /// /// 处方id /// public string p_cfid { get; set; } /// /// 是否互联网医院 /// public string p_sfhlwyy { get; set; } /// /// 挂号费标志 /// public string p_ghsfbzhlw { get; set; } /// /// 门诊急诊转诊标志 /// public string p_mzjzzzbz { get; set; } /// /// 外伤标志 /// public string p_wsbz { get; set; } /// /// 涉及第三方标志 /// public string p_sjdsfbz { get; set; } /// /// 医疗统筹类别明细 /// public string p_yltclbmx { get; set; } public List p_fypd_ds { get; set; } public List p_jbbm_ds { get; set; } } public class SettleMzResponse { /// /// 执行代码 /// public string resultcode { get; set; } /// /// 病人结算号 /// public string jshid { get; set; } /// /// 疾病编码 /// public string jbbm { get; set; } /// /// 住院流水号 /// public string zylsh { get; set; } /// /// 病人负担金额 /// public decimal brfdje { get; set; } /// /// 医保负担金额 /// public decimal ybfdje { get; set; } /// /// 医疗补助金额 /// public decimal ylbzje { get; set; } /// /// 医院负担金额 /// public decimal yyfdje { get; set; } /// /// 本次结算费用总额 /// public decimal zje { get; set; } /// /// 医疗统筹登记号 /// public string yltcdjh { get; set; } /// /// 统计人员类别 /// public string tjrylb { get; set; } /// /// 病人结算日期 /// public DateTime brjsrq { get; set; } /// /// 个人账户支付 /// public decimal grzhzf { get; set; } /// /// 本次统筹支付 /// public decimal tczf { get; set; } /// /// 本次大额支付 /// public decimal dezf { get; set; } /// /// 本次公务员补助 /// public decimal gwybz { get; set; } /// /// 本次财政列支 /// public decimal czlz { get; set; } /// /// 暂缓支付 /// public decimal zhzf { get; set; } /// /// 累计统筹支付 /// public decimal ljtczf { get; set; } /// /// 累计大额支付 /// public decimal ljdezf { get; set; } /// /// 累计门诊额度 /// public decimal ljmzed { get; set; } /// /// 累积个人支付 /// public decimal ljgrzf { get; set; } /// /// 其他统筹支付 /// public decimal qttczf { get; set; } /// /// 优抚对象减免金额 /// public decimal jmje { get; set; } /// /// 发票号 /// public string fph { get; set; } /// /// 发票人员类别 /// public string fprylb { get; set; } /// /// 账户余额 /// public decimal zhye { get; set; } /// /// 本次起付线 /// public decimal bcqfx { get; set; } /// /// 本次进入统筹额度 /// public decimal bcnrtcfw { get; set; } /// /// 本年进入统筹额度 /// public decimal bnynrtcfw { get; set; } /// /// 首先自付金额 /// public decimal sxzfje { get; set; } /// 统筹范围内个人负担金额 /// public decimal tcfwnfd { get; set; } /// /// 医保额度累计 /// public decimal ljmznrtc { get; set; } /// /// 本次目录外 /// public decimal bcmlw { get; set; } /// /// 累计目录外 /// public decimal ljmlw { get; set; } /// /// 累计起付线 /// public decimal ljqfx { get; set; } /// /// 本次补充支付 /// public decimal bcbczf { get; set; } /// /// 累计补充支付 /// public decimal ljbczf { get; set; } /// /// 本次消费现金 /// public decimal xj { get; set; } /// /// 大病补助金额 /// public decimal dbbzje { get; set; } /// /// 本年度累计普通门诊报销金额/门诊额度累计 /// public decimal bnptmzljbxje { get; set; } /// /// 本年度累计门诊大病报销金额 /// public decimal bnmzdbljbxje { get; set; } /// /// 二次报销金额 /// public decimal ecbxje { get; set; } /// /// 医疗机构减免 /// public decimal fpryyljgjm { get; set; } /// /// 商业兜底 /// public decimal pkrkbcbxje { get; set; } /// /// 医疗救助 /// public decimal mzbzje { get; set; } /// /// 民政优抚 /// public decimal yfbzy { get; set; } /// /// 乙类首先自付 /// public decimal bfzf { get; set; } /// /// 累计统筹报销 /// public decimal ljbxje { get; set; } /// /// 累计自付金额 /// public decimal ljzfje { get; set; } /// /// 家庭账户消费金额 /// public decimal gjzhxfje { get; set; } /// /// 家庭共济账户余额 /// public decimal gjzhye { get; set; } /// /// 医疗减免金额 /// public decimal yljmje { get; set; } /// /// 贫困人口再救助 /// public decimal pkryzjzje { get; set; } /// /// 核酸检测财政补助金额 /// public decimal xgfyhsjcczbz { get; set; } /// /// 齐鲁保报销金额 /// public decimal hmbbxje { get; set; } /// /// 省异地个人账户支付 /// public decimal sydgrzhzf { get; set; } } }