MobilePay.cs 79 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639
  1. using Newtonsoft.Json.Linq;
  2. using PTMedicalInsurance.Common;
  3. using PTMedicalInsurance.Helper;
  4. using PTMedicalInsurance.Variables;
  5. using System;
  6. using System.Collections.Generic;
  7. using System.Linq;
  8. using System.Text;
  9. using System.Threading.Tasks;
  10. namespace PTMedicalInsurance.Business
  11. {
  12. class MobilePay
  13. {
  14. private HisIrisServices hIS = new HisIrisServices();
  15. private MIIrisServices mIS = new MIIrisServices();
  16. private CenterBusiness cBus = new CenterBusiness();
  17. private InvokeHelper invoker = new InvokeHelper();
  18. private Patients MPat;
  19. public Settlements MSettl;
  20. private JArray jaFee;
  21. //
  22. //private string fixmedins_code;//定点医疗服务机构编码
  23. //private string yhappid;//渠道ID
  24. //private string orgId;//电子凭证机构号
  25. //前端传过来的入参,从这里面取值
  26. private JObject joParam;
  27. private JObject joInsuAdmObj;
  28. public MobilePay(string inpar, out string errMsg)
  29. {
  30. errMsg = "";
  31. try
  32. {
  33. JObject joInpar = JObject.Parse(inpar);
  34. joParam = JObject.Parse(JsonHelper.getDestValue(joInpar, "params[0]"));
  35. joInsuAdmObj = JObject.Parse(JsonHelper.getDestValue(joInpar, "insuAdmObj"));
  36. setPatientByInPar();
  37. setSettlementsByInPar();
  38. initAppConfig();
  39. }
  40. catch (Exception ex)
  41. {
  42. errMsg = "MobilePay异常:" + ex.Message;
  43. }
  44. }
  45. /// <summary>
  46. /// 根据调用的平台初始化应用配置(alipay:支付宝,wxpay:微信)
  47. /// </summary>
  48. private void initAppConfig()
  49. {
  50. string platform = JsonHelper.getDestValue(joInsuAdmObj, "platform");
  51. if (string.IsNullOrEmpty(platform)) platform = "wxpay";
  52. // TODO:应从数据库中获取配置
  53. IniFile ini = new IniFile(Global.curEvt.path + @"\INSUConfigure.ini");
  54. Global.inf.appId = ini.ReadValue(platform, "id");
  55. Global.inf.secretKey = ini.ReadValue(platform, "key");
  56. Global.inf.privateKey = ini.ReadValue(platform, "private");
  57. Global.inf.publicKey = ini.ReadValue(platform, "public");
  58. }
  59. private JObject OutpatientReg()
  60. {
  61. string diagnoses;
  62. if (hIS.getPatDiagnoses(Global.pat, out diagnoses) != 0)
  63. {
  64. return JsonHelper.setExceptionJson(-1, "挂号", "获取诊断异常" + diagnoses);
  65. }
  66. JObject joHisRtnInfo = JObject.Parse(diagnoses);
  67. JObject joRegInpar = new JObject();
  68. string occurTime = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
  69. joRegInpar.Add("psn_no", Global.pat.psn_no);
  70. joRegInpar.Add("insutype", Global.pat.insuType);
  71. joRegInpar.Add("begntime", JsonHelper.getDestValue(joHisRtnInfo, "mdtrtinfo.begntime"));//挂号时间 occurTime
  72. joRegInpar.Add("mdtrt_cert_type", "02");//就诊凭证类型
  73. joRegInpar.Add("mdtrt_cert_no", MPat.certNO);//就诊凭证编号
  74. joRegInpar.Add("ipt_otp_no", Global.pat.adm_Dr);
  75. joRegInpar.Add("atddr_no", JsonHelper.getDestValue(joHisRtnInfo, "mdtrtinfo.atddr_no"));
  76. joRegInpar.Add("dr_name", JsonHelper.getDestValue(joHisRtnInfo, "mdtrtinfo.chfpdr_name"));
  77. joRegInpar.Add("dept_code", JsonHelper.getDestValue(joHisRtnInfo, "mdtrtinfo.adm_dept_codg"));
  78. joRegInpar.Add("dept_name", JsonHelper.getDestValue(joHisRtnInfo, "mdtrtinfo.adm_dept_name"));
  79. joRegInpar.Add("caty", "72");
  80. JObject joReg = new JObject();
  81. joReg.Add("data", joRegInpar);
  82. JObject jo2201Rtn = invoker.invokeCenterService(TradeEnum.OutpatientRegistration, joReg);
  83. string errMsg = "";
  84. if (JsonHelper.parseCenterRtnValue(jo2201Rtn, out errMsg) != 0)
  85. {
  86. return JsonHelper.setExceptionJson(-1, "医保挂号", errMsg);
  87. }
  88. else
  89. {
  90. Global.pat.mdtrtID = JsonHelper.getDestValue(jo2201Rtn, "output.data.mdtrt_id");
  91. }
  92. return jo2201Rtn;
  93. }
  94. public int MobilePaySettlement(out string outPar)
  95. {
  96. string errMsg, patInfo, M6201Inpar, M6202Inpar;
  97. //M6201Rtn, M6202Rtn,M6301Inpar,M6301Rtn;
  98. outPar = "";
  99. try
  100. {
  101. if (GetPatientInfo(out errMsg) != 0)
  102. {
  103. outPar = errMsg;
  104. return -1;
  105. }
  106. patInfo = errMsg;
  107. JObject jo1194Rtn = invoker.invokeCenterService(TradeEnum.PatientInfo, JObject.Parse(patInfo));
  108. if (JsonHelper.parseCenterRtnValue(jo1194Rtn, out errMsg) != 0)
  109. {
  110. outPar = errMsg;
  111. return -1;
  112. }
  113. setPatientInsuInfo(jo1194Rtn);
  114. //2201
  115. //JObject jo2201Rtn = OutpatientReg();
  116. if (Get6201Inpar(out errMsg) != 0)
  117. {
  118. outPar = errMsg;
  119. return -1;
  120. }
  121. M6201Inpar = errMsg;
  122. JObject joM6201Rtn = invoker.invokeMPService("6201", errMsg);
  123. if (JsonHelper.parseMPRtnValue(joM6201Rtn, out errMsg) != 0)
  124. {
  125. outPar = joM6201Rtn.ToString();
  126. return -1;
  127. }
  128. JObject joEncData = JObject.Parse(errMsg);
  129. Global.writeLog("返回值:" + errMsg);
  130. //设置
  131. setPatientBy6201Rtn(joEncData);
  132. //存入MI 患者表,登记表,费用表
  133. if (saveToMi(out errMsg) != 0)
  134. {
  135. outPar = errMsg;
  136. return -1;
  137. }
  138. //M6202
  139. if (Get6202Inpar(JObject.Parse(M6201Inpar), out errMsg) != 0)
  140. {
  141. outPar = errMsg;
  142. return -1;
  143. }
  144. M6202Inpar = errMsg;
  145. JObject joM6202Rtn = invoker.invokeMPService("6202", M6202Inpar);
  146. if (JsonHelper.parseMPRtnValue(joM6202Rtn, out errMsg) != 0)
  147. {
  148. outPar = errMsg;
  149. return -1;
  150. }
  151. joEncData = JObject.Parse(errMsg);
  152. Global.writeLog(JsonHelper.Compress(joEncData));
  153. //设置
  154. setSettlementsBy6202Rtn(joEncData);
  155. MSettl.confirmFlag = 0;
  156. //存入MI 结算表
  157. if (saveSettlement(out errMsg) != 0)
  158. {
  159. outPar = errMsg;
  160. return -1;
  161. }
  162. //返回给HIS后端
  163. JObject joPreSettl = JObject.Parse(JsonHelper.getDestValue(joEncData, "extData.preSetl"));
  164. //JObject joTmp = JObject.Parse(JsonHelper.getDestValue(joM6201Rtn, "encData"));
  165. JObject joTmp = new JObject();
  166. joTmp.Add("insutype", MPat.insuType);
  167. joTmp.Add("psn_no", MPat.psn_no);
  168. joTmp.Add("insuplc_admdvs", MPat.insuplc_admdvs);
  169. joTmp.Add("mdtrtId", MPat.mdtrtID);
  170. joTmp.Add("mdtrt_id", MPat.mdtrtID);
  171. joPreSettl.Add("setl_id", MPat.payOrdId);
  172. joTmp.Add("mdtrt_cert_type", JsonHelper.getDestValue(joPreSettl, "mdtrt_cert_type"));
  173. joTmp.Add("mdtrt_cert_no", JsonHelper.getDestValue(joPreSettl, "certno"));
  174. joTmp.Add("med_type", JsonHelper.getDestValue(joPreSettl, "med_type"));
  175. if (returnMPSettlementInfo(joTmp, joPreSettl, out errMsg) != 0)
  176. {
  177. outPar = errMsg;
  178. return -1;
  179. }
  180. //返回给HIS前端
  181. outPar = errMsg;
  182. return 0;
  183. }
  184. catch (Exception ex)
  185. {
  186. outPar = ex.Message;
  187. return -1;
  188. }
  189. }
  190. public int MobilePayConfirmSettlement(out string outPar)
  191. {
  192. string errMsg, M6301Inpar;
  193. outPar = "";
  194. try
  195. {
  196. //6301查询具体明细信息
  197. if (Get6301Inpar(out errMsg) != 0)
  198. {
  199. outPar = errMsg;
  200. return -1;
  201. }
  202. M6301Inpar = errMsg;
  203. JObject joM6301Rtn = invoker.invokeMPService("6301", M6301Inpar);
  204. if (JsonHelper.parseMPRtnValue(joM6301Rtn, out errMsg) != 0)
  205. {
  206. outPar = errMsg;
  207. return -1;
  208. }
  209. JObject joEncData = JObject.Parse((errMsg));
  210. JObject joSettlInfo = JObject.Parse(JsonHelper.getDestValue(joEncData, "extData.SETLINFO"));
  211. //设置
  212. setSettlementsBy6301Rtn(joSettlInfo);
  213. MSettl.confirmFlag = 1;
  214. //存入MI 结算表
  215. if (updateSettlement(out errMsg) != 0)
  216. {
  217. outPar = errMsg;
  218. return -1;
  219. }
  220. else
  221. {
  222. //返回给HIS前端
  223. outPar = JsonHelper.setExceptionJson(0, "云医保平台", "确认成功!").ToString();
  224. return 0;
  225. }
  226. }
  227. catch (Exception ex)
  228. {
  229. outPar = ex.Message;
  230. return -1;
  231. }
  232. }
  233. public int MobilePayCancelSettlement(out string outPar)
  234. {
  235. string errMsg, YH6203Inpar;
  236. outPar = "";
  237. try
  238. {
  239. if (MSettl.onlineYBFalg != "Y")
  240. {
  241. //读电子凭证
  242. //if (ReadEc_KM(out errMsg) != 0)
  243. //{
  244. // outPar = errMsg;
  245. // return -1;
  246. //}
  247. }
  248. //获取6203入参
  249. if (Get6203Inpar(out errMsg) != 0)
  250. {
  251. outPar = errMsg;
  252. return -1;
  253. }
  254. YH6203Inpar = errMsg;
  255. JObject jo6203Rtn = invoker.invokeMPService("6203", YH6203Inpar);
  256. if (JsonHelper.parseMPRtnValue(jo6203Rtn, out errMsg) != 0)
  257. {
  258. outPar = errMsg;
  259. return -1;
  260. }
  261. else
  262. {
  263. JObject joEncData = JObject.Parse(errMsg);
  264. string newSettlID = JsonHelper.getDestValue(joEncData, "extData.setlInfo.setl_id");
  265. //处理撤销数据
  266. if (cancleSettlement(MPat.settlID, out errMsg) != 0)
  267. {
  268. outPar = errMsg;
  269. return -1;
  270. }
  271. //joParam.Add("mdtrt_id", MPat.mdtrtID);
  272. //joParam.Add("insuplc_admdvs", MPat.insuplc_admdvs);
  273. //joParam.Add("setl_id", MPat.settlID);
  274. joParam.Add("middleSettleFlag", "");
  275. //退HIS结算
  276. if (hIS.cancleSettlementInfo(joParam, out errMsg) != 0)
  277. {
  278. outPar = errMsg;
  279. return -1;
  280. }
  281. else
  282. {
  283. outPar = errMsg;
  284. return 0;
  285. }
  286. }
  287. }
  288. catch (Exception ex)
  289. {
  290. Global.writeLog("MobilePayCancelSettlement:" + ex.Message);
  291. outPar = ex.Message;
  292. return -1;
  293. }
  294. }
  295. #region 读卡
  296. public int ReadEc_KM(out string outPar)
  297. {
  298. outPar = "";
  299. string errMsg = "";
  300. try
  301. {
  302. EncryptHelper eh = new EncryptHelper();
  303. dynamic jo = new JObject();
  304. jo.mdtrt_cert_type = "01";
  305. jo.cardtype = "";
  306. jo.businesstype = "01301";
  307. jo.operatorId = Global.user.ID;
  308. jo.operatorName = Global.user.ID;
  309. jo.officeId = Global.user.officeID;
  310. jo.officeName = Global.user.officeName;
  311. JObject joData = new JObject();
  312. joData.Add("data", jo);
  313. JObject jo1191Rtn = invoker.invokeCenterService(TradeEnum.ReadECToken, joData);
  314. if (JsonHelper.parseCenterRtnValue(jo1191Rtn, out errMsg) != 0)
  315. {
  316. outPar = errMsg;
  317. return -1;
  318. }
  319. else
  320. {
  321. JObject joOutput = JObject.Parse(JsonHelper.getDestValue(jo1191Rtn, "output"));
  322. outPar = joOutput.ToString();
  323. setPatientByEc(joOutput);
  324. return 0;
  325. }
  326. }
  327. catch (Exception ex)
  328. {
  329. outPar = ex.Message;
  330. return -1;
  331. }
  332. }
  333. public void setPatientByEc(JObject jo)
  334. {
  335. MPat.name = JsonHelper.getDestValue(jo, "userName");
  336. MPat.IDNO = JsonHelper.getDestValue(jo, "idNo");
  337. MPat.certType = JsonHelper.getDestValue(jo, "idType");
  338. MPat.token = JsonHelper.getDestValue(jo, "ecToken");
  339. MPat.insuplc_admdvs = JsonHelper.getDestValue(jo, "insuOrg");
  340. MPat.payAuthNo = JsonHelper.getDestValue(jo, "authNo");
  341. MPat.gend = JsonHelper.getDestValue(jo, "gender");
  342. MPat.brdy = JsonHelper.getDestValue(jo, "birthday");
  343. MPat.naty = JsonHelper.getDestValue(jo, "nationality");
  344. MPat.payOrdId = "";
  345. }
  346. #endregion
  347. #region 赋值MPat,Msettle结构体
  348. public void setPatientByInPar()
  349. {
  350. MPat.adm_Dr = int.Parse(JsonHelper.getDestValue(joParam, "admID"));
  351. Global.pat.adm_Dr = MPat.adm_Dr;
  352. MPat.recordID = JsonHelper.getDestValue(joParam, "recordID");
  353. MPat.billID = JsonHelper.getDestValue(joParam, "billID");
  354. MPat.medType = JsonHelper.getDestValue(joInsuAdmObj, "medType");
  355. MPat.certType = JsonHelper.getDestValue(joInsuAdmObj, "mdtrtCertType");
  356. MPat.token = JsonHelper.getDestValue(joInsuAdmObj, "ecToken");
  357. MPat.payAuthNo = JsonHelper.getDestValue(joInsuAdmObj, "payAuthNo");
  358. MPat.uldLatlnt = JsonHelper.getDestValue(joInsuAdmObj, "uldLatlnt");
  359. MPat.payOrdId = JsonHelper.getDestValue(joInsuAdmObj, "payOrdId");
  360. MPat.mdtrtID = JsonHelper.getDestValue(joInsuAdmObj, "mdtrt_id");
  361. MPat.settlID = JsonHelper.getDestValue(joInsuAdmObj, "setl_id");
  362. Global.pat.mdtrtID = MPat.mdtrtID;
  363. }
  364. public void setPatientBy6201Rtn(JObject jo)
  365. {
  366. MPat.payOrdId = JsonHelper.getDestValue(jo, "payOrdId");
  367. MPat.payToken = JsonHelper.getDestValue(jo, "payToken");
  368. //MPat.psn_no = JsonHelper.getDestValue(jo, "psn_no");
  369. //MPat.insuType = JsonHelper.getDestValue(jo, "insutype");
  370. //MPat.insuplc_admdvs = JsonHelper.getDestValue(jo, "insuplc_admdvs");
  371. MPat.mdtrtID = JsonHelper.getDestValue(jo, "extData.mdtrtId");
  372. }
  373. //{"errorCode":0,"errorMessage":"","result":{"patName":"张振","patBirthdate":"1993-02-07","patSex":"男","credCode":"01","credNo":"522226199302073619"}}
  374. public void setPatientByHisBaseInfo(JObject jo)
  375. {
  376. MPat.name = JsonHelper.getDestValue(jo, "result.patName");
  377. MPat.brdy = JsonHelper.getDestValue(jo, "result.patBirthdate");
  378. MPat.gend = JsonHelper.getDestValue(jo, "result.patSex");
  379. MPat.age = JsonHelper.getDestValue(jo, "result.Age");
  380. MPat.naty = JsonHelper.getDestValue(jo, "result.naty");
  381. MPat.certNO = JsonHelper.getDestValue(jo, "result.credNo");
  382. MPat.IDNO = MPat.certNO;
  383. MPat.certType = JsonHelper.getDestValue(jo, "result.credCode");
  384. }
  385. public void setPatientByMiRegInfo(JObject jo)
  386. {
  387. MPat.name = JsonHelper.getDestValue(jo, "data.PatientName");
  388. MPat.psn_no = JsonHelper.getDestValue(jo, "data.PersonalNO");
  389. MPat.certNO = JsonHelper.getDestValue(jo, "data.CertificateNO");
  390. MPat.IDNO = MPat.certNO;
  391. MPat.certType = JsonHelper.getDestValue(jo, "data.CertificateType");
  392. MPat.payToken = JsonHelper.getDestValue(jo, "data.payToken");
  393. MPat.insuplc_admdvs = JsonHelper.getDestValue(jo, "data.InsuranceAreaCode");
  394. }
  395. public void setPatientInsuInfo(JObject jo)
  396. {
  397. MPat.insuplc_admdvs = JsonHelper.getDestValue(jo, "output.insuinfo[0].insuplc_admdvs");
  398. MPat.psn_no = JsonHelper.getDestValue(jo, "output.baseinfo.psn_no");
  399. MPat.insuType = JsonHelper.getDestValue(jo, "output.insuinfo[0].insutype");
  400. Global.pat.insuplc_admdvs = MPat.insuplc_admdvs;
  401. Global.pat.psn_no = MPat.psn_no;
  402. Global.pat.insuType = MPat.insuType;
  403. }
  404. public void setPatientByDiagnoseInfo(JObject jo)
  405. {
  406. MPat.admAttendDoctorNO = JsonHelper.getDestValue(jo, "atddr_no");
  407. MPat.admDiagCode = JsonHelper.getDestValue(jo, "dscg_maindiag_code");
  408. MPat.admDiagName = JsonHelper.getDestValue(jo, "dscg_maindiag_name");
  409. MPat.AdmInDepCode = JsonHelper.getDestValue(jo, "adm_dept_codg");
  410. }
  411. public void setSettlementsBy6202Rtn(JObject jo)
  412. {
  413. MSettl.settlID = JsonHelper.getDestValue(jo, "payOrdId");
  414. MPat.payOrdId = MSettl.settlID;
  415. MSettl.payOrdId = MSettl.settlID;
  416. MSettl.ordStas = JsonHelper.getDestValue(jo, "ordStas");
  417. MSettl.sumamt = getDecimalFee(jo, "feeSumamt");
  418. MSettl.personCashPay = getDecimalFee(jo, "ownPayAmt");
  419. MSettl.accountPaySumamt = getDecimalFee(jo, "psnAcctPay");
  420. MSettl.fundPaySumamt = getDecimalFee(jo, "fundPay");
  421. MSettl.deposit = getDecimalFee(jo, "deposit");
  422. MSettl.clearingOrgan = JsonHelper.getDestValue(jo, "extData.preSetl.clr_optins");
  423. MSettl.clearingType = JsonHelper.getDestValue(jo, "extData.preSetl.clr_type");
  424. MSettl.clearingWay = JsonHelper.getDestValue(jo, "extData.preSetl.clr_way");
  425. MSettl.civilserviceAllowancePay = getDecimalFee(jo, "extData.preSetl.cvlserv_pay");
  426. MSettl.ownPayAmount = getDecimalFee(jo, "extData.preSetl.fulamt_ownpay_amt");
  427. MSettl.overLimitAmountmt = getDecimalFee(jo, "extData.preSetl.overlmt_selfpay");
  428. MSettl.preSelfPayAmount = getDecimalFee(jo, "extData.preSetl.preselfpay_amt");
  429. MSettl.inPolicyRangeAmount = getDecimalFee(jo, "extData.preSetl.inscp_scp_amt");
  430. MSettl.actualPayDeductible = getDecimalFee(jo, "extData.preSetl.act_pay_dedc");
  431. MSettl.healthInsurancePay = getDecimalFee(jo, "extData.preSetl.hifp_pay");
  432. MSettl.healthInsuranceRatio = getDecimalFee(jo, "extData.preSetl.pool_prop_selfpay");
  433. MSettl.enterpriseSupplementPay = getDecimalFee(jo, "extData.preSetl.hifes_pay");
  434. MSettl.seriousIllnessPay = getDecimalFee(jo, "extData.preSetl.hifmi_pay");
  435. MSettl.largeExpensesSupplementPay = getDecimalFee(jo, "extData.preSetl.hifob_pay");
  436. MSettl.medicalAssistPay = getDecimalFee(jo, "extData.preSetl.maf_pay");
  437. MSettl.hospitalPartAmount = getDecimalFee(jo, "extData.preSetl.hosp_part_amt");
  438. MSettl.otherPay = getDecimalFee(jo, "extData.preSetl.oth_pay");
  439. MSettl.personPaySumamt = getDecimalFee(jo, "extData.preSetl.psn_part_amt");
  440. MSettl.balance = getDecimalFee(jo, "extData.preSetl.balc");
  441. MSettl.accountMutualAidAmount = getDecimalFee(jo, "extData.preSetl.acct_mulaid_pay");
  442. }
  443. public void setSettlementsBy6301Rtn(JObject jo)
  444. {
  445. MSettl.settlID = JsonHelper.getDestValue(jo, "setl_id");
  446. MPat.psn_no = JsonHelper.getDestValue(jo, "psn_no");
  447. MPat.naty = JsonHelper.getDestValue(jo, "naty");
  448. //MPat.name = JsonHelper.getDestValue(jo, "name");
  449. MPat.age = JsonHelper.getDestValue(jo, "age");
  450. MPat.gend = JsonHelper.getDestValue(jo, "gend");
  451. MPat.certNO = JsonHelper.getDestValue(jo, "certno");
  452. MPat.brdy = JsonHelper.getDestValue(jo, "brdy");
  453. MPat.insuType = JsonHelper.getDestValue(jo, "insutype");
  454. MPat.psn_type = JsonHelper.getDestValue(jo, "psn_type");
  455. MPat.mdtrtcertType = JsonHelper.getDestValue(jo, "mdtrt_cert_type");
  456. MPat.medType = JsonHelper.getDestValue(jo, "med_type");
  457. //MPat.insuplc_admdvs = JsonHelper.getDestValue(jo, "insuplc_admdvs");
  458. //MPat.payOrdId = JsonHelper.getDestValue(jo, "payOrdId");
  459. MSettl.ordStas = JsonHelper.getDestValue(jo, "ordStas");
  460. MSettl.sumamt = getDecimalFee(jo, "medfee_sumamt");
  461. MSettl.personCashPay = getDecimalFee(jo, "psn_cash_pay");
  462. MSettl.accountPaySumamt = getDecimalFee(jo, "acct_pay");
  463. MSettl.fundPaySumamt = getDecimalFee(jo, "fund_pay_sumamt");
  464. //MSettl.deposit = getDecimalFee(jo, "deposit");
  465. MSettl.clearingOrgan = JsonHelper.getDestValue(jo, "clr_optins");
  466. MSettl.clearingType = JsonHelper.getDestValue(jo, "clr_type");
  467. MSettl.clearingWay = JsonHelper.getDestValue(jo, "clr_way");
  468. MSettl.civilserviceAllowancePay = getDecimalFee(jo, "cvlserv_pay");
  469. MSettl.ownPayAmount = getDecimalFee(jo, "fulamt_ownpay_amt");
  470. MSettl.overLimitAmountmt = getDecimalFee(jo, "overlmt_selfpay");
  471. MSettl.preSelfPayAmount = getDecimalFee(jo, "preselfpay_amt");
  472. MSettl.inPolicyRangeAmount = getDecimalFee(jo, "inscp_scp_amt");
  473. MSettl.actualPayDeductible = getDecimalFee(jo, "act_pay_dedc");
  474. MSettl.healthInsurancePay = getDecimalFee(jo, "hifp_pay");
  475. MSettl.healthInsuranceRatio = getDecimalFee(jo, "pool_prop_selfpay");
  476. MSettl.enterpriseSupplementPay = getDecimalFee(jo, "hifes_pay");
  477. MSettl.seriousIllnessPay = getDecimalFee(jo, "hifmi_pay");
  478. MSettl.largeExpensesSupplementPay = getDecimalFee(jo, "hifob_pay");
  479. MSettl.medicalAssistPay = getDecimalFee(jo, "maf_pay");
  480. MSettl.hospitalPartAmount = getDecimalFee(jo, "hosp_part_amt");
  481. MSettl.otherPay = getDecimalFee(jo, "oth_pay");
  482. MSettl.personPaySumamt = getDecimalFee(jo, "psn_part_amt");
  483. MSettl.balance = getDecimalFee(jo, "balc");
  484. MSettl.accountMutualAidAmount = getDecimalFee(jo, "acct_mulaid_pay");
  485. }
  486. public void setSettlementsByInPar()
  487. {
  488. MSettl.clearingWay = JsonHelper.getDestValue(joInsuAdmObj, "psnSetlway");
  489. MSettl.settlID = JsonHelper.getDestValue(joInsuAdmObj, "payOrdId");
  490. }
  491. #endregion
  492. #region 组织入参
  493. public int GetPatientInfo(out string outparam)
  494. {
  495. string errMsg = "";
  496. outparam = "";
  497. try
  498. {
  499. JObject joInpar = new JObject();
  500. //查询患者基本信息
  501. if (hIS.GetHisPatBaseInfo(out errMsg) != 0)
  502. {
  503. outparam = errMsg;
  504. return -1;
  505. }
  506. setPatientByHisBaseInfo(JObject.Parse(errMsg));
  507. //入参
  508. joInpar.Add("mdtrt_cert_type", "02");//就诊凭证类型
  509. joInpar.Add("mdtrt_cert_no", MPat.certNO);//就诊凭证编号
  510. joInpar.Add("card_sn", "");//卡识别码
  511. joInpar.Add("begntime", DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));//开始时间 获取历史参保信息时传入
  512. joInpar.Add("psn_cert_type", "01");//就诊凭证类型为“ 02” 时默认传 01 代表身份 证,其他证件类型按实际上传
  513. joInpar.Add("certno", MPat.certNO);//证件号码
  514. joInpar.Add("psn_name", MPat.name);//姓名
  515. JObject joData = new JObject();
  516. joData.Add("data", joInpar);
  517. outparam = joData.ToString();
  518. return 0;
  519. }
  520. catch (Exception ex)
  521. {
  522. outparam = "GetPatientInfo:" + ex.Message;
  523. return -1;
  524. }
  525. finally
  526. {
  527. Global.writeLog("GetPatientInfo", "", outparam);
  528. }
  529. }
  530. //组织M6201入参
  531. public int Get6201Inpar(out string outparam)
  532. {
  533. string errMsg = "";
  534. outparam = "";
  535. try
  536. {
  537. JObject joInpar = new JObject();
  538. //查询患者基本信息
  539. if (hIS.GetHisPatBaseInfo(out errMsg) != 0)
  540. {
  541. outparam = errMsg;
  542. return -1;
  543. }
  544. setPatientByHisBaseInfo(JObject.Parse(errMsg));
  545. JObject joPatBaseInfo = JObject.Parse(JsonHelper.getDestValue(JObject.Parse(errMsg), "result"));
  546. //获取诊断
  547. if (getDiagnoses(out errMsg) != 0)
  548. {
  549. outparam = errMsg;
  550. return -1;
  551. }
  552. JObject joDiagnoses = JObject.Parse(errMsg);
  553. JArray jaDiseinfoList = JArray.Parse(JsonHelper.getDestValue(joDiagnoses, "diseinfoList"));
  554. JObject joMdtrtinfo = JObject.Parse(JsonHelper.getDestValue(joDiagnoses, "mdtrtinfo"));
  555. setPatientByDiagnoseInfo(joMdtrtinfo);
  556. //获取费用
  557. if (GetFee(out errMsg) != 0)
  558. {
  559. outparam = errMsg;
  560. return -1;
  561. }
  562. JObject joFee = JObject.Parse(errMsg);
  563. JArray jaFeedetailList = JArray.Parse(JsonHelper.getDestValue(joFee, "feedetailList"));
  564. for (int i = 0; i < jaFeedetailList.Count; i++)
  565. {
  566. JObject joTmp = new JObject();
  567. joTmp.Add("act_purc_pric", jaFeedetailList[i]["pric"]);
  568. joTmp.Add("sin_dos", jaFeedetailList[i]["sinDosDscr"]);
  569. //joTmp.Add("medins_list_name", jaFeedetailList[i]["medListName"]);
  570. //((JObject)jaFeedetailList[i]).Property("chrgBchno").Remove();
  571. //((JObject)jaFeedetailList[i]).Property("diseCodg").Remove();
  572. ((JObject)jaFeedetailList[i]).Property("rxno").Remove();
  573. //((JObject)jaFeedetailList[i]).Property("feeOcurTime").Remove();
  574. ((JObject)jaFeedetailList[i]).Property("sinDosDscr").Remove();
  575. ((JObject)jaFeedetailList[i]).Property("usedFrquDscr").Remove();
  576. ((JObject)jaFeedetailList[i]).Property("prdDays").Remove();
  577. ((JObject)jaFeedetailList[i]).Property("medcWayDscr").Remove();
  578. //((JObject)jaFeedetailList[i]).Property("bilgDeptCodg").Remove();
  579. ((JObject)jaFeedetailList[i]).Property("acordDeptCodg").Remove();
  580. ((JObject)jaFeedetailList[i]).Property("acordDeptName").Remove();
  581. ((JObject)jaFeedetailList[i]).Property("ordersDrCode").Remove();
  582. ((JObject)jaFeedetailList[i]).Property("ordersDrName").Remove();
  583. ((JObject)jaFeedetailList[i]).Property("tcmdrugUsedWay").Remove();
  584. ((JObject)jaFeedetailList[i]).Property("etipFlag").Remove();
  585. ((JObject)jaFeedetailList[i]).Property("etipHospCode").Remove();
  586. ((JObject)jaFeedetailList[i]).Property("dscgTkdrugFlag").Remove();
  587. ((JObject)jaFeedetailList[i]).Property("matnFeeFlag").Remove();
  588. ((JObject)jaFeedetailList[i]).Property("initFeedetlSn").Remove();
  589. ((JObject)jaFeedetailList[i]).Property("medType").Remove();
  590. ((JObject)jaFeedetailList[i]).Property("memo").Remove();
  591. //((JObject)jaFeedetailList[i]).Property("expContent").Remove();
  592. //((JObject)jaFeedetailList[i]).Property("medListName").Remove();
  593. //((JObject)jaFeedetailList[i]).Property("medListSpc").Remove();
  594. ((JObject)jaFeedetailList[i]).Property("combNo").Remove();
  595. //jaFeedetailList[i]["chrgBchno"] = MPat.adm_Dr.ToString();
  596. jaFeedetailList[i]["expContent"] = joTmp.ToString();
  597. jaFeedetailList[i]["medType"] = JsonHelper.getDestValue(joInsuAdmObj, "medType");
  598. jaFeedetailList[i]["psnNo"] = MPat.psn_no;
  599. }
  600. //入参
  601. joInpar.Add("orgCodg", Global.inf.hospitalNO);//机构编码
  602. //joInpar.Add("orgId", "");//电子凭证机构号
  603. joInpar.Add("psnNo", MPat.psn_no);//人员编号
  604. joInpar.Add("insutype", MPat.insuType);//险种类型
  605. joInpar.Add("medOrgOrd", MPat.recordID);//医疗机构订单号 前端传入
  606. joInpar.Add("initRxOrd", JsonHelper.getDestValue(joInsuAdmObj, "initRxOrd"));//要续方的原处方流水 前端传入
  607. joInpar.Add("rxCircFlag", JsonHelper.getDestValue(joInsuAdmObj, "rxCircFlag"));//电子处方流转标志 前端传入
  608. MSettl.settlTime = Convert.ToDateTime(JsonHelper.getDestValue(joMdtrtinfo, "begntime"));
  609. if (MSettl.settlTime.CompareTo(DateTime.Now) > 0)
  610. {
  611. //兼容预约挂号(此时时间>当前)
  612. MSettl.settlTime = DateTime.Now;
  613. }
  614. joInpar.Add("begntime", MSettl.settlTime.ToString("yyyy-MM-dd HH:mm:ss"));//开始时间
  615. joInpar.Add("idNo", JsonHelper.getDestValue(joPatBaseInfo, "credNo"));//证件号码
  616. joInpar.Add("userName", JsonHelper.getDestValue(joPatBaseInfo, "patName"));//用户姓名
  617. joInpar.Add("idType", JsonHelper.getDestValue(joPatBaseInfo, "credCode"));//证件类别
  618. joInpar.Add("ecToken", JsonHelper.getDestValue(joInsuAdmObj, "ecToken"));//电子凭证授权ecToken 前端传入
  619. joInpar.Add("insuCode", Global.inf.areaCode);//就诊参保地行政区划
  620. joInpar.Add("iptOtpNo", JsonHelper.getDestValue(joMdtrtinfo, "ipt_no"));//住院/门诊号
  621. joInpar.Add("atddrNo", JsonHelper.getDestValue(joMdtrtinfo, "atddr_no"));//医师编码
  622. joInpar.Add("drName", JsonHelper.getDestValue(joMdtrtinfo, "chfpdr_name"));//医师姓名
  623. joInpar.Add("deptCode", JsonHelper.getDestValue(joMdtrtinfo, "adm_dept_codg"));//科室编码
  624. joInpar.Add("deptName", JsonHelper.getDestValue(joMdtrtinfo, "adm_dept_name"));//科室名称
  625. joInpar.Add("caty", "A10");//科别
  626. //joInpar.Add("mdtrtId", Global.pat.mdtrtID);//医保就诊ID
  627. joInpar.Add("medType", MPat.medType);//医疗类别 前端传入
  628. joInpar.Add("feeType", JsonHelper.getDestValue(joInsuAdmObj, "feeType"));//费用类型 前端传入
  629. joInpar.Add("medfeeSumamt", JsonHelper.getDestValue(joFee, "medfeeSumamt"));//医疗费总额
  630. joInpar.Add("acctUsedFlag", JsonHelper.getDestValue(joInsuAdmObj, "acctUsedFlag"));//个人账户使用标志 前端传入
  631. joInpar.Add("mainCondDscr", JsonHelper.getDestValue(joMdtrtinfo, "mainCondDscr"));//主要病情描述
  632. joInpar.Add("diseCodg", JsonHelper.getDestValue(joMdtrtinfo, "diseCodg"));//病种编码
  633. joInpar.Add("diseName", JsonHelper.getDestValue(joMdtrtinfo, "diseName"));//病种名称
  634. joInpar.Add("psnSetlway", JsonHelper.getDestValue(joInsuAdmObj, "psnSetlway"));//个人结算方式 前端传入
  635. joInpar.Add("chrgBchno", JsonHelper.getDestValue(joFee, "chrgBchno"));//收费批次号
  636. //joInpar.Add("pubHospRfomFlag", JsonHelper.getDestValue(joInsuAdmObj, "pubHospRfomFlag"));//公立医院改革标志
  637. //joInpar.Add("invono", JsonHelper.getDestValue(joMdtrtinfo, "invono"));//发票号
  638. //joInpar.Add("endtime", JsonHelper.getDestValue(joMdtrtinfo, "endtime"));//出院时间
  639. //joInpar.Add("fulamtOwnpayAmt", JsonHelper.getDestValue(joMdtrtinfo, "fulamtOwnpayAmt"));//全自费金额
  640. //joInpar.Add("overlmtSelfpay", JsonHelper.getDestValue(joMdtrtinfo, "overlmtSelfpay"));//超限价金额
  641. //joInpar.Add("preselfpayAmt", JsonHelper.getDestValue(joMdtrtinfo, "preselfpayAmt"));//先行自付金额
  642. //joInpar.Add("inscpScpAmt", JsonHelper.getDestValue(joMdtrtinfo, "inscpScpAmt"));//符合政策范围金额
  643. //joInpar.Add("oprnOprtCode", JsonHelper.getDestValue(joMdtrtinfo, "oprnOprtCode"));//手术操作代码
  644. //joInpar.Add("oprnOprtName", JsonHelper.getDestValue(joMdtrtinfo, "oprnOprtName"));//手术操作名称
  645. //joInpar.Add("fpscNo", JsonHelper.getDestValue(joMdtrtinfo, "fpscNo"));//计划生育服务证号
  646. //joInpar.Add("latechbFlag", JsonHelper.getDestValue(joMdtrtinfo, "latechbFlag"));//晚育标志
  647. joInpar.Add("gesoVal", JsonHelper.getDestValue(joMdtrtinfo, "gesoVal"));//孕周数
  648. joInpar.Add("fetts", JsonHelper.getDestValue(joMdtrtinfo, "fetts"));//胎次
  649. joInpar.Add("fetusCnt", JsonHelper.getDestValue(joMdtrtinfo, "fetusCnt"));//胎儿数
  650. //joInpar.Add("pretFlag", JsonHelper.getDestValue(joMdtrtinfo, "pretFlag"));//早产标志
  651. //joInpar.Add("birctrlType", JsonHelper.getDestValue(joMdtrtinfo, "birctrlType"));//计划生育手术类别
  652. //joInpar.Add("birctrlMatnDate", JsonHelper.getDestValue(joMdtrtinfo, "birctrlMatnDate"));//计划生育手术或生育日期
  653. //joInpar.Add("copFlag", JsonHelper.getDestValue(joMdtrtinfo, "copFlag"));//伴有并发症标志
  654. //joInpar.Add("dscgDeptCodg", JsonHelper.getDestValue(joMdtrtinfo, "dscgDeptCodg"));//出院科室编码
  655. //joInpar.Add("dscgDeptName", JsonHelper.getDestValue(joMdtrtinfo, "dscgDeptName"));//出院科室名称
  656. //joInpar.Add("dscgDed", JsonHelper.getDestValue(joMdtrtinfo, "dscgDed"));//出院床位
  657. //joInpar.Add("dscgWay", JsonHelper.getDestValue(joMdtrtinfo, "dscgWay"));//离院方式
  658. //joInpar.Add("dieDate", JsonHelper.getDestValue(joMdtrtinfo, "dieDate"));//死亡日期
  659. joInpar.Add("matnType", JsonHelper.getDestValue(joMdtrtinfo, "matnType"));//生育类别
  660. joInpar.Add("expContent", JsonHelper.getDestValue(joInsuAdmObj, "expContent"));//扩展参数 前端传入
  661. //joInpar.Add("midSetlFlag", JsonHelper.getDestValue(joInsuAdmObj, "midSetlFlag"));//中途结算标志 前端传入
  662. joInpar.Add("diseinfoList", jaDiseinfoList);//诊断或症状明细
  663. joInpar.Add("feedetailList", jaFeedetailList);//费用明细
  664. //joInpar.Add("admDiagDscr", JsonHelper.getDestValue(joMdtrtinfo, "admDiagDscr"));//入院诊断描述
  665. //joInpar.Add("admDeptCodg", JsonHelper.getDestValue(joMdtrtinfo, "admDeptCodg"));//入院科室编码
  666. //joInpar.Add("admDeptName", JsonHelper.getDestValue(joMdtrtinfo, "admDeptName"));//入院科室名称
  667. //joInpar.Add("admBed", JsonHelper.getDestValue(joMdtrtinfo, "admBed"));//入院床位
  668. joInpar.Add("payAuthNo", JsonHelper.getDestValue(joInsuAdmObj, "payAuthNo"));//支付授权码 前端传入
  669. joInpar.Add("uldLatlnt", JsonHelper.getDestValue(joInsuAdmObj, "uldLatlnt"));//经纬度 前端传入
  670. joInpar.Add("mdtrtCertType", JsonHelper.getDestValue(joInsuAdmObj, "mdtrtCertType"));//就诊凭证类型 前端传入
  671. joInpar.Add("insuplcAdmdvs", MPat.insuplc_admdvs);//用户参保地行政区划
  672. //JObject joData = new JObject();
  673. //joData.Add("data",joInpar);
  674. outparam = joInpar.ToString();
  675. return 0;
  676. }
  677. catch (Exception ex)
  678. {
  679. outparam = "Get6201Inpar:" + ex.Message;
  680. return -1;
  681. }
  682. finally
  683. {
  684. Global.writeLog("Get6201Inpar", "", outparam);
  685. }
  686. }
  687. //获取入参,入参基本为类局部变量
  688. public int Get6202Inpar(JObject joM6201Inpar, out string outparam)
  689. {
  690. outparam = "";
  691. try
  692. {
  693. //获取其他入参
  694. JObject joInpar = new JObject();
  695. joInpar.Add("payAuthNo", MPat.payAuthNo);//支付授权码 前端传入
  696. joInpar.Add("payOrdId", MPat.payOrdId);//待支付订单号
  697. joInpar.Add("payToken", MPat.payToken);//支付订单对应的token
  698. joInpar.Add("orgCodg", Global.inf.hospitalNO);//定点机构编码
  699. joInpar.Add("orgBizSer", DateTime.Now.ToString("yyyyMMddHHmmssffff"));//业务流水号 前端传入
  700. //joInpar.Add("ecAuthCode", "");
  701. //joInpar.Add("ecChnlAppId", "");
  702. //joInpar.Add("ecChnlUserId", "");
  703. //joInpar.Add("mdtrtId", MPat.mdtrtID);
  704. joInpar.Add("chrgBchno", JsonHelper.getDestValue(joM6201Inpar, "chrgBchno"));//收费批次号
  705. //joInpar.Add("feeType", JsonHelper.getDestValue(joM6201Inpar, "feeType"));//费用类别
  706. //joInpar.Add("deposit", JsonHelper.getDestValue(joInsuAdmObj, "deposit"));//住院押金
  707. //joInpar.Add("expContent", "");//扩展数据
  708. //joInpar.Add("acctUsedFlag", "1");//个账使用标识
  709. //JObject joData = new JObject();
  710. //joData.Add("data", joInpar);
  711. outparam = joInpar.ToString();
  712. return 0;
  713. }
  714. catch (Exception ex)
  715. {
  716. outparam = "Get6202Inpar:" + ex.Message;
  717. return -1;
  718. }
  719. finally
  720. {
  721. Global.writeLog("Get6202Inpar", "", outparam);
  722. }
  723. }
  724. //组织M6203入参
  725. public int Get6203Inpar(out string outparam)
  726. {
  727. string errMsg = "";
  728. outparam = "";
  729. try
  730. {
  731. JObject joInpar = new JObject();
  732. //获取医保平台结算信息
  733. if (QuerySettleInfo(out errMsg) != 0)
  734. {
  735. outparam = errMsg;
  736. return -1;
  737. }
  738. JObject joRtn = JObject.Parse(errMsg);
  739. JObject joSettl = JObject.Parse(JsonHelper.getDestValue(joRtn, "result.data[0]"));
  740. //入参
  741. joInpar.Add("payOrdId", JsonHelper.getDestValue(joSettl, "SettlementID"));//支付订单号
  742. joInpar.Add("appRefdSn", Utils.GetTradeNo());//应用退款流水号
  743. joInpar.Add("appRefdTime", JsonHelper.getDestValue(joInsuAdmObj, "appRefdTime"));//应用退费时间
  744. joInpar.Add("totlRefdAmt", JsonHelper.getDestValue(joSettl, "Sumamt"));//总退费金额
  745. joInpar.Add("psnAcctRefdAmt", JsonHelper.getDestValue(joSettl, "AccountPaySumamt"));//医保个人账户支付
  746. joInpar.Add("fundRefdAmt", JsonHelper.getDestValue(joSettl, "FundPaySumamt"));//基金支付
  747. joInpar.Add("cashRefdAmt", JsonHelper.getDestValue(joSettl, "PersonCashPay"));//现金退费金额
  748. joInpar.Add("ecToken", MPat.token);//电子凭证授权Token 前端传入
  749. joInpar.Add("refdType", "ALL");//退费类型 前端传入
  750. joInpar.Add("expData", "");//扩展数据 前端传入
  751. joInpar.Add("payAuthNo", MPat.payAuthNo);//支付授权码 前端传入
  752. //JObject joData = new JObject();
  753. //joData.Add("data", joInpar);
  754. outparam = joInpar.ToString();
  755. return 0;
  756. }
  757. catch (Exception ex)
  758. {
  759. outparam = "Get6203Inpar:" + ex.Message;
  760. return -1;
  761. }
  762. finally
  763. {
  764. Global.writeLog("Get6203Inpar", "", outparam);
  765. }
  766. }
  767. //获取入参,入参基本为类局部变量
  768. public int Get6301Inpar(out string outparam)
  769. {
  770. outparam = "";
  771. try
  772. {
  773. string errMsg;
  774. //查询登记信息
  775. if (mIS.queryRegisterInfo(4, out errMsg) != 0)
  776. {
  777. outparam = errMsg;
  778. return -1;
  779. }
  780. setPatientByMiRegInfo(JObject.Parse(errMsg));
  781. //获取其他入参
  782. JObject joInpar = new JObject();
  783. joInpar.Add("payOrdId", MPat.payOrdId);//待支付订单号
  784. joInpar.Add("payToken", MPat.payToken);//支付订单对应的token
  785. joInpar.Add("orgCodg", Global.inf.hospitalNO);//定点机构编码
  786. joInpar.Add("idNo", MPat.IDNO);//业务流水号 前端传入
  787. joInpar.Add("userName", MPat.name);
  788. joInpar.Add("idType", "01");
  789. joInpar.Add("expData", "");
  790. //JObject joData = new JObject();
  791. //joData.Add("data", joInpar);
  792. outparam = joInpar.ToString();
  793. return 0;
  794. }
  795. catch (Exception ex)
  796. {
  797. outparam = "Get6301Inpar:" + ex.Message;
  798. return -1;
  799. }
  800. finally
  801. {
  802. Global.writeLog("Get6301Inpar", "", outparam);
  803. }
  804. }
  805. public int Get6401Inpar(out string outparam)
  806. {
  807. string errMsg = "";
  808. outparam = "";
  809. try
  810. {
  811. JObject joInpar = new JObject();
  812. //获取医保平台结算信息
  813. if (QuerySettleInfo(out errMsg) != 0)
  814. {
  815. outparam = errMsg;
  816. return -1;
  817. }
  818. JObject joRtn = JObject.Parse(errMsg);
  819. JObject joSettl = JObject.Parse(JsonHelper.getDestValue(joRtn, "data"));
  820. //入参
  821. joInpar.Add("payOrdId", JsonHelper.getDestValue(joSettl, "SettlementID"));//支付订单号
  822. joInpar.Add("appRefdSn", JsonHelper.getDestValue(joSettl, ""));//应用退款流水号
  823. joInpar.Add("appRefdTime", JsonHelper.getDestValue(joSettl, ""));//应用退费时间
  824. joInpar.Add("totlRefdAmt", JsonHelper.getDestValue(joSettl, "Sumamt"));//总退费金额
  825. joInpar.Add("psnAcctRefdAmt", JsonHelper.getDestValue(joSettl, "AccountPaySumamt"));//医保个人账户支付
  826. joInpar.Add("fundRefdAmt", JsonHelper.getDestValue(joSettl, "FundPaySumamt"));//基金支付
  827. joInpar.Add("cashRefdAmt", JsonHelper.getDestValue(joInsuAdmObj, "PersonCashPay"));//现金退费金额
  828. joInpar.Add("ecToken", MPat.token);//电子凭证授权Token 前端传入
  829. joInpar.Add("refdType", "ALL");//退费类型 前端传入
  830. joInpar.Add("expData", "");//扩展数据 前端传入
  831. joInpar.Add("payAuthNo", MPat.payAuthNo);//支付授权码 前端传入
  832. //JObject joData = new JObject();
  833. //joData.Add("data", joInpar);
  834. outparam = joInpar.ToString();
  835. return 0;
  836. }
  837. catch (Exception ex)
  838. {
  839. outparam = "Get6203Inpar:" + ex.Message;
  840. return -1;
  841. }
  842. finally
  843. {
  844. Global.writeLog("Get6203Inpar", "", outparam);
  845. }
  846. }
  847. #endregion
  848. #region 诊断
  849. //获取诊断信息
  850. public int getDiagnoses(out string errMsg)
  851. {
  852. errMsg = "";
  853. try
  854. {
  855. //调用服务获取门诊诊断信息
  856. string outparam = "";
  857. if (hIS.getPatDiagnoses(MPat, out outparam) != 0)
  858. {
  859. return -1;
  860. }
  861. JObject joRtn = JObject.Parse(outparam);
  862. JObject joMdtrtInfo = JObject.Parse(JsonHelper.getDestValue(joRtn, "mdtrtinfo"));
  863. JArray jaDiagnoses = JArray.Parse(JsonHelper.getDestValue(joRtn, "diseinfo"));
  864. //组织门诊结算诊断入参
  865. JArray jaRow = new JArray();
  866. for (int i = 0; i < jaDiagnoses.Count; i++)
  867. {
  868. JObject joTmp = new JObject();
  869. joTmp.Add("diagType", jaDiagnoses[i]["diag_type"]);//
  870. joTmp.Add("diagSrtNo", jaDiagnoses[i]["diag_srt_no"]);//
  871. joTmp.Add("diagCode", jaDiagnoses[i]["diag_code"]);//
  872. joTmp.Add("diagName", jaDiagnoses[i]["diag_name"]);//
  873. joTmp.Add("diagDept", jaDiagnoses[i]["diag_dept"]);//
  874. joTmp.Add("diseDorNo", jaDiagnoses[i]["dise_dor_no"]);//
  875. joTmp.Add("diseDorName", jaDiagnoses[i]["dise_dor_name"]);//
  876. joTmp.Add("diagTime", jaDiagnoses[i]["diag_time"]);//
  877. joTmp.Add("valiFlag", "1");//
  878. jaRow.Add(joTmp);
  879. }
  880. JObject joDiagRow = new JObject();
  881. joDiagRow.Add("diseinfoList", jaRow);
  882. joDiagRow.Add("mdtrtinfo", joMdtrtInfo);
  883. outparam = joDiagRow.ToString();
  884. errMsg = outparam;
  885. return 0;
  886. }
  887. catch (Exception ex)
  888. {
  889. errMsg = "getDiagnoses:" + ex.Message;
  890. return -1;
  891. }
  892. }
  893. #endregion
  894. #region 费用
  895. private int GetFee(out string outparam)
  896. {
  897. string hisFee, chrgBchno = "";
  898. JObject jo = new JObject();
  899. JObject joRow = new JObject();
  900. JArray jaRow = new JArray();
  901. try
  902. {
  903. //获取HIS费用
  904. if (hIS.getHisFee(MPat, out hisFee) != 0)
  905. {
  906. outparam = hisFee;
  907. return -1;
  908. }
  909. JObject joFee = JObject.Parse(hisFee);
  910. //处理
  911. //调用医保平台转换HIS费用(转换医保编码等)
  912. JObject joHisFee = JObject.Parse(hisFee);
  913. if (mIS.convertHisFeeWithInsuCodeOfMobilePay(MPat, joHisFee, out outparam) != 0)
  914. {
  915. return -1;
  916. }
  917. JArray jaFeeDetail = JArray.Parse(JsonHelper.getDestValue(JObject.Parse(outparam), "data"));
  918. jaFee = (JArray)jaFeeDetail.DeepClone();
  919. decimal sumFee = 0;
  920. //转换
  921. for (int i = 0; i < jaFeeDetail.Count; i++)
  922. {
  923. decimal cnt = decimal.Parse(jaFeeDetail[i]["cnt"].ToString());
  924. decimal pric = decimal.Parse(jaFeeDetail[i]["pric"].ToString());
  925. decimal sumamt = decimal.Parse(jaFeeDetail[i]["det_item_fee_sumamt"].ToString());
  926. sumFee = sumFee + sumamt;
  927. JObject joTmp = new JObject();
  928. joTmp.Add("feedetlSn", jaFeeDetail[i]["feedetl_sn"]);//费用明细流水号
  929. //joTmp.Add("mdtrtId", Global.pat.mdtrtID);//医保就诊ID
  930. //joTmp.Add("psnNo", jaFeeDetail[i]["psnNo"]);//人员编号
  931. chrgBchno = jaFeeDetail[i]["chrg_bchno"].ToString();
  932. joTmp.Add("chrgBchno", jaFeeDetail[i]["chrg_bchno"]);//收费批次号
  933. joTmp.Add("diseCodg", "");//病种编码
  934. joTmp.Add("rxno", jaFeeDetail[i]["rxno"]);//处方号
  935. joTmp.Add("rxCircFlag", jaFeeDetail[i]["rx_circ_flag"]);//外购处方标志
  936. joTmp.Add("feeOcurTime", jaFeeDetail[i]["fee_ocur_time"]);//费用发生时间
  937. joTmp.Add("medListCodg", jaFeeDetail[i]["med_list_codg"]);//医疗目录编码
  938. joTmp.Add("medinsListCodg", jaFeeDetail[i]["medins_list_codg"]);//医药机构目录编码
  939. joTmp.Add("detItemFeeSumamt", sumamt.ToString("#0.00"));//明细项目费用总额
  940. joTmp.Add("cnt", cnt.ToString("#0.0000"));//数量
  941. joTmp.Add("pric", pric.ToString("#0.000000"));//单价
  942. joTmp.Add("sinDosDscr", jaFeeDetail[i]["sin_dos_dscr"]);//单次剂量描述
  943. joTmp.Add("usedFrquDscr", jaFeeDetail[i]["used_frqu_dscr"]);//使用频次描述
  944. joTmp.Add("prdDays", jaFeeDetail[i]["prd_days"]);//周期天数
  945. joTmp.Add("medcWayDscr", jaFeeDetail[i]["medc_way_dscr"]);//用药途径描述
  946. joTmp.Add("bilgDeptCodg", jaFeeDetail[i]["bilg_dept_codg"]);//开单科室编码
  947. joTmp.Add("bilgDeptName", jaFeeDetail[i]["bilg_dept_name"]);//开单科室名称
  948. joTmp.Add("bilgDrCodg", jaFeeDetail[i]["bilg_dr_codg"]);//开单医生编码
  949. joTmp.Add("bilgDrName", jaFeeDetail[i]["bilg_dr_name"]);//开单医师姓名
  950. joTmp.Add("acordDeptCodg", jaFeeDetail[i]["acord_dept_codg"]);//受单科室编码
  951. joTmp.Add("acordDeptName", jaFeeDetail[i]["acord_dept_name"]);//受单科室名称
  952. joTmp.Add("ordersDrCode", jaFeeDetail[i]["orders_dr_code"]);//受单医生编码
  953. joTmp.Add("ordersDrName", jaFeeDetail[i]["orders_dr_name"]);//受单医生姓名
  954. joTmp.Add("hospApprFlag", jaFeeDetail[i]["hosp_appr_flag"]);//医院审批标志
  955. joTmp.Add("tcmdrugUsedWay", jaFeeDetail[i]["tcmdrug_used_way"]);//中药使用方式
  956. joTmp.Add("etipFlag", jaFeeDetail[i]["etip_flag"]);//外检标志
  957. joTmp.Add("etipHospCode", jaFeeDetail[i]["etip_hosp_code"]);//外检医院编码
  958. joTmp.Add("dscgTkdrugFlag", jaFeeDetail[i]["dscg_tkdrug_flag"]);//出院带药标志
  959. joTmp.Add("matnFeeFlag", jaFeeDetail[i]["matn_fee_flag"]);//生育费用标志
  960. joTmp.Add("initFeedetlSn", jaFeeDetail[i]["init_feedetl_sn"]);//原费用流水号
  961. joTmp.Add("drordNo", jaFeeDetail[i]["drord_no"]);//医嘱号
  962. joTmp.Add("medType", jaFeeDetail[i]["med_type"]);//医疗类别
  963. joTmp.Add("memo", "");//备注
  964. joTmp.Add("expContent", jaFeeDetail[i]["expContent"]);//扩展字段
  965. joTmp.Add("medListName", jaFeeDetail[i]["medins_list_name"]);//医疗目录名称
  966. joTmp.Add("medListSpc", jaFeeDetail[i]["med_list_spc"]);//医疗目录规格
  967. joTmp.Add("combNo", jaFeeDetail[i]["comb_no"]);//组套编号
  968. jaRow.Add(joTmp);
  969. }
  970. jo.Add("medfeeSumamt", sumFee.ToString("#0.00"));
  971. jo.Add("chrgBchno", chrgBchno);
  972. jo.Add("feedetailList", jaRow);
  973. outparam = jo.ToString();
  974. return 0;
  975. }
  976. catch (Exception ex)
  977. {
  978. outparam = "获取费用异常:" + ex.Message;
  979. Global.writeLog("GetFee", jo.ToString(), "获取费用异常:" + ex.Message);
  980. return -1;
  981. }
  982. }
  983. /// <summary>
  984. /// 汇总医保返回的结算金额(按照HIS的原则汇总,后期HIS按照这个来进行勾稽关系判断)
  985. /// </summary>
  986. /// <param name="jo"></param>
  987. /// <returns></returns>
  988. public int sumInsuRtnSettlInfo(JObject jo, out JObject joSumFee, out string errMsg)
  989. {
  990. // 医疗费总额是患者在医药机构花费的所有诊疗、药品、耗材、服务设施等项目费用的总和 = 基金支付总额 + 个人负担总金额 + 其他(如医院负担金额);
  991. //3、基金支付总额 = 基本医保统筹基金支出(含职工基本医疗保险、居民基本医疗保险)+补充医疗保险基金支出 (含覆盖全体参保人的居民大病保险和大额医疗费用补助、覆盖部分参保人的企业职工大额医疗费用补助和公务员医疗补助等)+医疗救助基金支出 + 其他支出(如伤残人员医疗保障基金支出);
  992. //5、个人账户支出中包含账户共济支付金额
  993. joSumFee = new JObject();
  994. errMsg = "";
  995. decimal ybAmt, psnAcctAmt, hospAmt, psnCashAmt, medFee;
  996. try
  997. {
  998. ybAmt = 0; psnAcctAmt = 0; hospAmt = 0; psnCashAmt = 0; medFee = 0;
  999. ybAmt = MSettl.fundPaySumamt;
  1000. psnAcctAmt = MSettl.accountPaySumamt;
  1001. psnCashAmt = MSettl.personCashPay;
  1002. hospAmt = MSettl.hospitalPartAmount;
  1003. medFee = MSettl.sumamt;
  1004. joSumFee.Add("sumamt", medFee);
  1005. joSumFee.Add("ybAmt", ybAmt);
  1006. joSumFee.Add("psnAcctAmt", psnAcctAmt);
  1007. joSumFee.Add("hospAmt", hospAmt);
  1008. joSumFee.Add("psnCashAmt", psnCashAmt);
  1009. if (medFee != (ybAmt + psnAcctAmt + psnCashAmt + hospAmt))
  1010. {
  1011. errMsg = "ybAmt(" + ybAmt.ToString() + ")+" + "psnAcctAmt(" + psnAcctAmt.ToString() + ")+" + "psnCashAmt(" + psnCashAmt.ToString() + ")+" + "hospAmt(" + hospAmt.ToString() + ")" + "!=medFee(" + medFee.ToString() + ")";
  1012. return -1;
  1013. }
  1014. return 0;
  1015. }
  1016. catch (Exception ex)
  1017. {
  1018. errMsg = ex.Message;
  1019. return 1;
  1020. }
  1021. }
  1022. /// <summary>
  1023. /// 获取结算费用的封装
  1024. /// </summary>
  1025. /// <param name="jo"></param>
  1026. /// <param name="path"></param>
  1027. /// <returns></returns>
  1028. private decimal getDecimalFee(JObject jo, string path)
  1029. {
  1030. try
  1031. {
  1032. string temp = JsonHelper.getDestValue(jo, path);
  1033. if (temp == "")
  1034. {
  1035. return 0;
  1036. }
  1037. else
  1038. {
  1039. return decimal.Parse(temp);
  1040. }
  1041. }
  1042. catch (Exception ex)
  1043. {
  1044. Global.writeLog("getFee异常:" + ex.Message);
  1045. return 0;
  1046. }
  1047. }
  1048. #endregion
  1049. #region 结算
  1050. /// <summary>
  1051. /// 返回移动支付结算信息给HIS
  1052. /// </summary>
  1053. /// <param name="joSetlInpar"></param>
  1054. /// <param name="joSetlinfo"></param>中心返回的信息
  1055. /// <param name="outParam"></param>
  1056. /// <returns></returns>
  1057. public int returnMPSettlementInfo(JObject joReg, JObject joSettl, out string outParam)
  1058. {
  1059. string errMsg;
  1060. try
  1061. {
  1062. JObject joSumFee = new JObject();
  1063. if (sumInsuRtnSettlInfo(joSettl, out joSumFee, out errMsg) != 0)
  1064. {
  1065. outParam = "返回结算结果给HIS失败,请联系管理员!" + errMsg;
  1066. return -1;
  1067. }
  1068. dynamic joTmp = new JObject();
  1069. joTmp.settleInfo = joSettl;
  1070. joTmp.updateUserID = Global.user.ID;
  1071. joTmp.regInfo = joReg;
  1072. joTmp.middleSettleFlag = "";
  1073. joTmp.interfaceDr = Global.inf.interfaceDr;
  1074. dynamic joHisInfo = new JObject();
  1075. joHisInfo.admID = MPat.adm_Dr;
  1076. joHisInfo.billID = MPat.billID;
  1077. joHisInfo.recordID = MPat.recordID;
  1078. joTmp.hisInfo = joHisInfo;
  1079. joTmp.psn_type = MPat.psn_type;
  1080. joTmp.mobilePayFlag = "Y";
  1081. joTmp.sumFeeObj = joSumFee;
  1082. joTmp.mdtrtinfo = MPat.mdtrtID;
  1083. JObject joRtn = invoker.invokeHISService(JsonHelper.setIrisInpar("05110018", joTmp).ToString(), "返回移动支付结算结果给HIS");
  1084. if (JsonHelper.parseIrisRtnValue(joRtn, out errMsg) != 0)
  1085. {
  1086. outParam = "返回移动支付结算结果给HIS失败,请联系管理员!" + errMsg;
  1087. return -1;
  1088. }
  1089. else
  1090. {
  1091. joSumFee.Add("payAuthNo", MPat.payAuthNo);
  1092. joSumFee.Add("payOrdId", MPat.payOrdId);
  1093. joSumFee.Add("setlLatlnt", MPat.uldLatlnt);
  1094. joSumFee.Add("org_no", Global.inf.hospitalNO);
  1095. joSumFee.Add("medOrgOrd", MPat.recordID);
  1096. joSumFee.Add("mdtrtId", MPat.mdtrtID);
  1097. joSumFee.Add("gmt_out_create", MSettl.settlTime.ToString("yyyy-MM-dd HH:mm:ss"));
  1098. joRtn["result"] = joSumFee;
  1099. outParam = joRtn.ToString();
  1100. return 0;
  1101. }
  1102. }
  1103. catch (Exception ex)
  1104. {
  1105. outParam = "返回移动支付结算结果给HIS出现异常:!" + ex.Message;
  1106. return -1;
  1107. }
  1108. }
  1109. //查询结算信息
  1110. public int QuerySettleInfo(out string errMsg)
  1111. {
  1112. errMsg = "";
  1113. try
  1114. {
  1115. string sqlStr = "SELECT * FROM BS_MedInsuSettlement WHERE Hospital_Dr= " + Global.inf.hospitalDr;
  1116. sqlStr = sqlStr + " and AdmType = 3 and Adm_Dr= " + MPat.adm_Dr + " and SettlementID= '" + MPat.payOrdId + "'";
  1117. JObject joSqlstr = new JObject();
  1118. joSqlstr.Add("sqlStr", sqlStr);
  1119. JObject joRtn = mIS.DynamicQuerySettlInfo(joSqlstr);
  1120. if (JsonHelper.parseIrisRtnValue(joRtn, out errMsg) != 0)
  1121. {
  1122. return -1;
  1123. }
  1124. else
  1125. {
  1126. errMsg = joRtn.ToString();
  1127. return 0;
  1128. }
  1129. }
  1130. catch (Exception ex)
  1131. {
  1132. errMsg = ex.Message;
  1133. return -1;
  1134. }
  1135. }
  1136. #endregion
  1137. #region 存入MI
  1138. /// <summary>
  1139. /// 插入患者该次就诊参保信息
  1140. /// </summary>
  1141. /// <param name="joBaseInfo"></param>
  1142. /// <param name="joInsuInfo"></param>
  1143. /// <param name="joIdetInfo"></param>
  1144. /// <param name="outParam"></param>
  1145. /// <returns></returns>
  1146. private int insertPatCurInsuInfo(out string outParam)
  1147. {
  1148. JObject joTmp = new JObject();
  1149. string errMsg = "";
  1150. try
  1151. {
  1152. joTmp.Add("HospitalDr", Global.inf.hospitalDr);
  1153. joTmp.Add("InterfaceDr", Global.inf.interfaceDr);
  1154. joTmp.Add("AdmID", MPat.adm_Dr);
  1155. joTmp.Add("PatientName", MPat.name);
  1156. joTmp.Add("PersonalNO", MPat.psn_no);
  1157. joTmp.Add("MdtrtID", MPat.mdtrtID);
  1158. joTmp.Add("PsnCertType", "");
  1159. joTmp.Add("PsnCertNO", MPat.certNO);
  1160. joTmp.Add("Gend", MPat.gend);
  1161. joTmp.Add("Naty", "");
  1162. joTmp.Add("Brdy", MPat.brdy);
  1163. joTmp.Add("Age", MPat.age);
  1164. joTmp.Add("Balc", MPat.balc);
  1165. joTmp.Add("Insutype", MPat.insuType);
  1166. joTmp.Add("PsnType", MPat.psn_type);
  1167. joTmp.Add("PsnInsuStas", "");
  1168. joTmp.Add("PsnInsuDate", "");
  1169. joTmp.Add("PausInsuDate", "");
  1170. joTmp.Add("Cvlservflag", "");
  1171. joTmp.Add("insuplcAdmdvs", MPat.insuplc_admdvs);
  1172. joTmp.Add("EmpName", MPat.emp_name);
  1173. joTmp.Add("PsnIdettype", "");
  1174. joTmp.Add("PsnTypeLv", "");
  1175. joTmp.Add("IdetBegntime", "");
  1176. joTmp.Add("IdetEndtime", "");
  1177. if (string.IsNullOrEmpty(Global.user.ID)) Global.user.ID = "0";
  1178. joTmp.Add("updateUserID", Global.user.ID);
  1179. string serviceCode = "09010070";
  1180. string inpar = JsonHelper.setIrisInpar(serviceCode, joTmp).ToString();
  1181. JObject joRtn = invoker.invokeInsuService(inpar, "插入患者该次就诊参保信息");
  1182. if (JsonHelper.parseIrisRtnValue(joRtn, out errMsg) != 0)
  1183. {
  1184. outParam = errMsg;
  1185. return -1;
  1186. }
  1187. else
  1188. {
  1189. outParam = joRtn.ToString();
  1190. return 0;
  1191. }
  1192. }
  1193. catch (Exception ex)
  1194. {
  1195. outParam = "医保平台插入患者该次就诊参保信息:" + ex.Message;
  1196. return -1;
  1197. }
  1198. }
  1199. /// <summary>
  1200. /// 插入登记信息
  1201. /// </summary>
  1202. /// <param name="joInpar"></param> 48交易入参
  1203. /// <param name="joOutpar"></param>48交易出参
  1204. /// <param name="outParam"></param>
  1205. /// <returns></returns>
  1206. private int saveRegisterInfo(out string outParam)
  1207. {
  1208. //插入云医保平台
  1209. JObject joTmp = new JObject();
  1210. string errMsg = "";
  1211. try
  1212. {
  1213. joTmp.Add("HospitalDr", Global.inf.hospitalDr);
  1214. joTmp.Add("InterfaceDr", Global.inf.interfaceDr);
  1215. joTmp.Add("AdmDr", MPat.adm_Dr);
  1216. joTmp.Add("PatientName", MPat.name);
  1217. joTmp.Add("PersonalNO", MPat.psn_no);
  1218. joTmp.Add("InsuRegID", MPat.mdtrtID);
  1219. joTmp.Add("RegDate", DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
  1220. joTmp.Add("InsuType", MPat.insuType);
  1221. joTmp.Add("CertificateType", MPat.certType);
  1222. joTmp.Add("CertificateNO", MPat.certNO);
  1223. joTmp.Add("MedicalType", MPat.medType);
  1224. joTmp.Add("AttendDoctorNO", MPat.admAttendDoctorNO);
  1225. joTmp.Add("ChiefPhyDocName", "");
  1226. joTmp.Add("AdmInDiagDesc", "");
  1227. joTmp.Add("AdmInDepCode", MPat.AdmInDepCode);
  1228. joTmp.Add("AdmInDepName", "");
  1229. joTmp.Add("AdmBed", "");
  1230. joTmp.Add("MainDiagCode", MPat.admDiagCode);
  1231. joTmp.Add("MainDiagName", MPat.admDiagName);
  1232. joTmp.Add("MainConditionDesc", "");
  1233. joTmp.Add("DiseasecCode", "");
  1234. joTmp.Add("DiseasecName", "");
  1235. joTmp.Add("OperationCode", "");
  1236. joTmp.Add("OperationName", "");
  1237. joTmp.Add("DiseasecTypeCode", "");
  1238. joTmp.Add("InsuranceAreaCode", MPat.insuplc_admdvs);
  1239. joTmp.Add("TreatmentAreaCode", Global.inf.areaCode);
  1240. joTmp.Add("payOrdId", MPat.payOrdId);
  1241. joTmp.Add("payToken", MPat.payToken);
  1242. joTmp.Add("RegState", "1");
  1243. joTmp.Add("ValidFlag", "1");
  1244. joTmp.Add("Type", "4");//线上支付门诊
  1245. joTmp.Add("updateUserID", Global.user.ID);
  1246. joTmp.Add("msgid", Global.curEvt.msgid);
  1247. joTmp.Add("OccurTime", DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
  1248. string serviceCode = "09010044";
  1249. string inpar = JsonHelper.setIrisInpar(serviceCode, joTmp).ToString();
  1250. JObject joRtn = invoker.invokeInsuService(inpar, "新增门诊登记信息");
  1251. if (JsonHelper.parseIrisRtnValue(joRtn, out errMsg) != 0)
  1252. {
  1253. outParam = joRtn.ToString();
  1254. return -1;
  1255. }
  1256. else
  1257. {
  1258. outParam = joRtn.ToString();
  1259. return 0;
  1260. }
  1261. }
  1262. catch (Exception ex)
  1263. {
  1264. outParam = "保存门诊登记信息异常:" + ex.Message;
  1265. return -1;
  1266. }
  1267. }
  1268. /// <summary>
  1269. /// 插入结算信息
  1270. /// </summary>
  1271. /// <param name="joSettlement"></param>
  1272. /// <param name="outParam"></param>
  1273. /// <returns></returns>
  1274. public int saveSettlement(out string outParam)
  1275. {
  1276. JObject joTmp = new JObject();
  1277. string errMsg = "";
  1278. try
  1279. {
  1280. JObject joSetlinfo = new JObject();
  1281. joSetlinfo.Add("HospitalDr", Global.inf.hospitalDr);
  1282. joSetlinfo.Add("admID", MPat.adm_Dr);
  1283. joSetlinfo.Add("mdtrt_id", MPat.mdtrtID);
  1284. joSetlinfo.Add("setl_id", MSettl.settlID);//
  1285. joSetlinfo.Add("psn_no", MPat.psn_no);
  1286. joSetlinfo.Add("psn_name", MPat.name);
  1287. //joSetlinfo.Add("mdtrt_cert_type", JsonHelper.getDestValue(joRtnSetlinfo, "mdtrt_cert_type"));
  1288. joSetlinfo.Add("certno", MPat.certNO);
  1289. joSetlinfo.Add("gend", MPat.gend);
  1290. joSetlinfo.Add("naty", MPat.naty);
  1291. joSetlinfo.Add("brdy", MPat.brdy);
  1292. joSetlinfo.Add("age", MPat.age);
  1293. joSetlinfo.Add("insutype", MPat.insuType);
  1294. joSetlinfo.Add("psn_type", MPat.psn_type);
  1295. joSetlinfo.Add("cvlserv_flag", "");
  1296. joSetlinfo.Add("setl_time", DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
  1297. joSetlinfo.Add("mdtrt_cert_type", MPat.mdtrtcertType);
  1298. joSetlinfo.Add("med_type", MPat.medType);
  1299. joSetlinfo.Add("medfee_sumamt", MSettl.sumamt);//总费用
  1300. joSetlinfo.Add("fulamt_ownpay_amt", MSettl.fundPaySumamt);//全自费金额
  1301. joSetlinfo.Add("overlmt_selfpay", MSettl.overLimitAmountmt);//超限价自费费用
  1302. joSetlinfo.Add("preselfpay_amt", MSettl.preSelfPayAmount);//先行自付金额
  1303. joSetlinfo.Add("inscp_scp_amt", MSettl.inPolicyRangeAmount);//符合政策范围金额
  1304. joSetlinfo.Add("act_pay_dedc", MSettl.actualPayDeductible);//实际支付起付线
  1305. joSetlinfo.Add("hifp_pay", MSettl.healthInsurancePay);//基本医疗保险统筹基金支出
  1306. joSetlinfo.Add("pool_prop_selfpay", MSettl.healthInsuranceRatio);//基本医疗保险统筹基金支付比例
  1307. joSetlinfo.Add("cvlserv_pay", MSettl.civilserviceAllowancePay);//公务员医疗补助资金支出
  1308. joSetlinfo.Add("hifes_pay", MSettl.enterpriseSupplementPay);//企业支付 占用 大病报销金额
  1309. joSetlinfo.Add("hifmi_pay", MSettl.seriousIllnessPay);// 居民大病保险资金支出
  1310. joSetlinfo.Add("hifob_pay", MSettl.largeExpensesSupplementPay);//职工大额医疗费用补助基金支出
  1311. joSetlinfo.Add("maf_pay", MSettl.medicalAssistPay);//医疗救助基金支出
  1312. joSetlinfo.Add("hosp_part_amt", MSettl.hospitalPartAmount);//医院负担金额
  1313. joSetlinfo.Add("oth_pay", MSettl.otherPay);//其他支出
  1314. joSetlinfo.Add("fund_pay_sumamt", MSettl.fundPaySumamt);//基金支付总额
  1315. joSetlinfo.Add("psn_part_amt", MSettl.personPaySumamt);//个人负担总金额
  1316. joSetlinfo.Add("acct_pay", MSettl.accountMutualAidAmount);//个人账户支出
  1317. joSetlinfo.Add("psn_cash_pay", MSettl.personCashPay);//个人现金支出
  1318. joSetlinfo.Add("balc", MSettl.balance);// 余额
  1319. joSetlinfo.Add("acct_mulaid_pay", "");//个人账户共济支付金额
  1320. joSetlinfo.Add("medins_setl_id", "");//医药机构结算ID
  1321. joSetlinfo.Add("clr_optins", MSettl.clearingOrgan);//清算经办机构
  1322. joSetlinfo.Add("clr_way", MSettl.clearingWay);//清算方式
  1323. joSetlinfo.Add("clr_type", MSettl.clearingType);//清算类别
  1324. joSetlinfo.Add("ValidFlag", 1);
  1325. joSetlinfo.Add("BillType", 1);
  1326. joSetlinfo.Add("ConfirmFlag", MSettl.confirmFlag);
  1327. joSetlinfo.Add("msgid", Global.curEvt.msgid);
  1328. joSetlinfo.Add("admType", "3");
  1329. joSetlinfo.Add("billID", MPat.billID);
  1330. joSetlinfo.Add("recordID", MPat.recordID);
  1331. joSetlinfo.Add("interfaceDr", Global.inf.interfaceDr);
  1332. joSetlinfo.Add("insuplc_admdvs", MPat.insuplc_admdvs);
  1333. joSetlinfo.Add("OccurTime", DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
  1334. joSetlinfo.Add("HospitalizationsDays", MSettl.hospitalizationsDays);
  1335. joSetlinfo.Add("HospitalizationsTimes", MSettl.hospitalizationsTimes);
  1336. joSetlinfo.Add("HISAdmTime", MSettl.hisAdmTime);
  1337. joSetlinfo.Add("HISDischargeTime", MSettl.hisDischargeTime);
  1338. joSetlinfo.Add("updateUserID", Global.user.ID);
  1339. JObject joRtn = invoker.invokeInsuService(JsonHelper.setIrisInpar("09010051", joSetlinfo).ToString(), "插入结算信息");
  1340. if (JsonHelper.parseIrisRtnValue(joRtn, out errMsg) != 0)
  1341. {
  1342. outParam = errMsg;
  1343. return -1;
  1344. }
  1345. else
  1346. {
  1347. outParam = joSetlinfo.ToString();
  1348. return 0;
  1349. }
  1350. }
  1351. catch (Exception ex)
  1352. {
  1353. outParam = "插入结算信息:" + ex.Message;
  1354. return -1;
  1355. }
  1356. }
  1357. public int updateSettlement(out string outParam)
  1358. {
  1359. JObject joTmp = new JObject();
  1360. string errMsg = "";
  1361. try
  1362. {
  1363. JObject joSetlinfo = new JObject();
  1364. joSetlinfo.Add("HospitalDr", Global.inf.hospitalDr);
  1365. joSetlinfo.Add("AdmDr", MPat.adm_Dr);
  1366. joSetlinfo.Add("MdtrtID", MPat.mdtrtID);
  1367. joSetlinfo.Add("SettlementID", MSettl.settlID);//
  1368. joSetlinfo.Add("PayOrdID", MSettl.payOrdId);
  1369. joSetlinfo.Add("PersonnelNO", MPat.psn_no);
  1370. joSetlinfo.Add("PatientName", MPat.name);
  1371. //joSetlinfo.Add("CertificateType", JsonHelper.getDestValue(joRtnSetlinfo, "mdtrt_cert_type"));
  1372. joSetlinfo.Add("CertificateNO", MPat.certNO);
  1373. joSetlinfo.Add("Gender", MPat.gend);
  1374. joSetlinfo.Add("Nation", MPat.naty);
  1375. joSetlinfo.Add("BirthDay", MPat.brdy);
  1376. joSetlinfo.Add("Age", MPat.age);
  1377. joSetlinfo.Add("InsuranceType", MPat.insuType);
  1378. joSetlinfo.Add("PersonType", MPat.psn_type);
  1379. joSetlinfo.Add("CivilserviceFlag", "");
  1380. joSetlinfo.Add("SettlementDateTime", DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
  1381. joSetlinfo.Add("MdtrtCertType", MPat.mdtrtcertType);
  1382. joSetlinfo.Add("MedicalType", MPat.medType);
  1383. joSetlinfo.Add("Sumamt", MSettl.sumamt);//总费用
  1384. joSetlinfo.Add("OwnPayAmount", MSettl.ownPayAmount);//全自费金额
  1385. joSetlinfo.Add("OverLimitAmount", MSettl.overLimitAmountmt);//超限价自费费用
  1386. joSetlinfo.Add("PreSelfPayAmount", MSettl.preSelfPayAmount);//先行自付金额
  1387. joSetlinfo.Add("InPolicyRangeAmount", MSettl.inPolicyRangeAmount);//符合政策范围金额
  1388. joSetlinfo.Add("ActualPayDeductible", MSettl.actualPayDeductible);//实际支付起付线
  1389. joSetlinfo.Add("HealthInsurancePay", MSettl.healthInsurancePay);//基本医疗保险统筹基金支出
  1390. joSetlinfo.Add("HealthInsuranceRatio", MSettl.healthInsuranceRatio);//基本医疗保险统筹基金支付比例
  1391. joSetlinfo.Add("CivilserviceAllowancePay", MSettl.civilserviceAllowancePay);//公务员医疗补助资金支出
  1392. joSetlinfo.Add("EnterpriseSupplementPay", MSettl.enterpriseSupplementPay);//企业支付
  1393. joSetlinfo.Add("SeriousIllnessPay", MSettl.seriousIllnessPay);// 居民大病保险资金支出
  1394. joSetlinfo.Add("LargeExpensesSupplementPay", MSettl.largeExpensesSupplementPay);//职工大额医疗费用补助基金支出
  1395. joSetlinfo.Add("MedicalAssistPay", MSettl.medicalAssistPay);//医疗救助基金支出
  1396. joSetlinfo.Add("HospitalPartAmount", MSettl.hospitalPartAmount);//医院负担金额
  1397. joSetlinfo.Add("OtherPay", MSettl.otherPay);//其他支出
  1398. joSetlinfo.Add("FundPaySumamt", MSettl.fundPaySumamt);//基金支付总额
  1399. joSetlinfo.Add("PersonPaySumamt", MSettl.personPaySumamt);//个人负担总金额
  1400. joSetlinfo.Add("AccountPaySumamt", MSettl.accountPaySumamt);//个人账户支出
  1401. joSetlinfo.Add("PersonCashPay", MSettl.personCashPay);//个人现金支出
  1402. joSetlinfo.Add("Balance", MSettl.balance);// 余额
  1403. joSetlinfo.Add("AccountMutualAidAmount", "");//个人账户共济支付金额
  1404. joSetlinfo.Add("OrganSettlementID", "");//医药机构结算ID
  1405. joSetlinfo.Add("ClearingOrgan", MSettl.clearingOrgan);//清算经办机构
  1406. joSetlinfo.Add("ClearingWay", MSettl.clearingWay);//清算方式
  1407. joSetlinfo.Add("ClearingType", MSettl.clearingType);//清算类别
  1408. joSetlinfo.Add("ValidFlag", 1);
  1409. joSetlinfo.Add("BillType", 1);
  1410. joSetlinfo.Add("ConfirmFlag", MSettl.confirmFlag);
  1411. joSetlinfo.Add("MSGID", Global.curEvt.msgid);
  1412. joSetlinfo.Add("AdmType", "3");
  1413. joSetlinfo.Add("BillID", MPat.billID);
  1414. joSetlinfo.Add("RecordID", MPat.recordID);
  1415. joSetlinfo.Add("InterfaceDr", Global.inf.interfaceDr);
  1416. joSetlinfo.Add("InsuranceAreaCode", MPat.insuplc_admdvs);
  1417. joSetlinfo.Add("OccurTime", DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
  1418. joSetlinfo.Add("HospitalizationsDays", MSettl.hospitalizationsDays);
  1419. joSetlinfo.Add("HospitalizationsTimes", MSettl.hospitalizationsTimes);
  1420. joSetlinfo.Add("HISAdmTime", MSettl.hisAdmTime);
  1421. joSetlinfo.Add("HISDischargeTime", MSettl.hisDischargeTime);
  1422. joSetlinfo.Add("updateUserID", Global.user.ID);
  1423. JObject joRtn = invoker.invokeInsuService(JsonHelper.setIrisInpar("09010089", joSetlinfo).ToString(), "通过订单号更新结算信息");
  1424. if (JsonHelper.parseIrisRtnValue(joRtn, out errMsg) != 0)
  1425. {
  1426. outParam = errMsg;
  1427. return -1;
  1428. }
  1429. else
  1430. {
  1431. outParam = joSetlinfo.ToString();
  1432. return 0;
  1433. }
  1434. }
  1435. catch (Exception ex)
  1436. {
  1437. outParam = "插入结算信息:" + ex.Message;
  1438. return -1;
  1439. }
  1440. }
  1441. /// <summary>
  1442. /// 取消结算
  1443. /// </summary>
  1444. /// <param name="outParam"></param>
  1445. /// <returns></returns>
  1446. public int cancleSettlement(string newSettlID, out string outParam)
  1447. {
  1448. JObject joTmp = new JObject();
  1449. string errMsg = "";
  1450. try
  1451. {
  1452. joTmp.Add("HospitalDr", Global.inf.hospitalDr);
  1453. joTmp.Add("InterfaceDr", Global.inf.interfaceDr);
  1454. joTmp.Add("admID", MPat.adm_Dr);
  1455. joTmp.Add("mdtrt_id", MPat.mdtrtID);
  1456. joTmp.Add("setl_id", MPat.settlID);
  1457. joTmp.Add("new_setl_id", newSettlID);
  1458. joTmp.Add("updateUserID", Global.user.ID);
  1459. joTmp.Add("msgid", Global.curEvt.msgid);
  1460. joTmp.Add("OccurTime", DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
  1461. JObject joRtn = invoker.invokeInsuService(JsonHelper.setIrisInpar("09010052", joTmp).ToString(), "取消结算信息");
  1462. if (JsonHelper.parseIrisRtnValue(joRtn, out errMsg) != 0)
  1463. {
  1464. outParam = errMsg;
  1465. return -1;
  1466. }
  1467. else
  1468. {
  1469. outParam = JsonHelper.setExceptionJson(0, "云医保平台", "取消结算成功").ToString();
  1470. return 0;
  1471. }
  1472. }
  1473. catch (Exception ex)
  1474. {
  1475. outParam = "取消结算信息:" + ex.Message;
  1476. return -1;
  1477. }
  1478. }
  1479. /// <summary>
  1480. /// 插入医保费用
  1481. /// </summary>
  1482. /// <param name="jaTmp"></param>
  1483. /// <param name="outParam"></param>
  1484. /// <returns></returns>
  1485. public int insertFee(JArray jaTmp, out string outParam)
  1486. {
  1487. try
  1488. {
  1489. outParam = "";
  1490. string errMsg;
  1491. dynamic joTmp = new JObject();
  1492. joTmp = new JObject();
  1493. joTmp.code = "09010046";
  1494. joTmp.HospitalDr = Global.inf.hospitalDr;
  1495. joTmp.admID = MPat.adm_Dr;
  1496. joTmp.mdtrt_id = MPat.mdtrtID;
  1497. joTmp.updateUserID = Global.user.ID;
  1498. joTmp.Add("params", jaTmp);
  1499. ;
  1500. JObject joRtn = invoker.invokeInsuService(joTmp.ToString(), "插入2301明细");
  1501. if (JsonHelper.parseIrisRtnValue(joRtn, out errMsg) != 0)
  1502. {
  1503. outParam = errMsg;
  1504. return -1;
  1505. }
  1506. else
  1507. {
  1508. outParam = joRtn.ToString();
  1509. return 0;
  1510. }
  1511. }
  1512. catch (Exception ex)
  1513. {
  1514. outParam = "insertFee 异常:" + ex.Message;
  1515. return -1;
  1516. }
  1517. }
  1518. private int saveToMi(out string errMsg)
  1519. {
  1520. errMsg = "";
  1521. try
  1522. {
  1523. //存储参保信息
  1524. if (insertPatCurInsuInfo(out errMsg) != 0)
  1525. {
  1526. return -1;
  1527. }
  1528. //存储登记信息
  1529. if (saveRegisterInfo(out errMsg) != 0)
  1530. {
  1531. return -1;
  1532. }
  1533. //处理jaFee
  1534. foreach (var jo in jaFee)
  1535. {
  1536. jo["mdtrt_id"] = MPat.mdtrtID;
  1537. jo["psn_no"] = MPat.psn_no;
  1538. }
  1539. //存储费用信息
  1540. if (insertFee(jaFee, out errMsg) != 0)
  1541. {
  1542. return -1;
  1543. }
  1544. return 0;
  1545. }
  1546. catch (Exception ex)
  1547. {
  1548. errMsg = "saveToMi:" + ex.Message;
  1549. return -1;
  1550. }
  1551. }
  1552. #endregion
  1553. }
  1554. }