MobilePay.cs 79 KB

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