Пример #1
0
        private static Dictionary <string, string> QueryAllCountry(string p1, string strYlCtlb, string p2, string p3, string p4, string p5)
        {
            Dictionary <string, string> result = new Dictionary <string, string>();

            handelModel.InitHandle();
            handelModel.SBJGBH = "000000";

            //由地纬DLL控制读卡器时 ,全国异地读卡交易读卡获取人员基本信息。此时入参无参
            //业务处理
            handelModel.Handle("read_card_qgyd");

            result = handelModel.GetResultDict();
            return(result);
            // throw new NotImplementedException();
        }
Пример #2
0
        /// <summary>
        /// 撤销门诊结算
        /// </summary>
        /// <returns></returns>
        //public void CancelOutReimSettle(string p_blh, string p_jshid)
        public void CancelOutReimSettle(string p_jshid)
        {
            PayAPIResolver.Dareway.JNLX.JNLXDarewayInterfaceResolver handelModel = new PayAPIResolver.Dareway.JNLX.JNLXDarewayInterfaceResolver();
            Dictionary <string, string> result = new Dictionary <string, string>();

            //初始化
            handelModel.InitHandle();

            //handelModel.AddInPara("p_blh", p_blh);                    //*病历号
            handelModel.AddInPara("p_jshid", p_jshid);                //*费用日期

            //业务处理
            handelModel.Handle("destroy_mz", true);
            //获取结果
            result = handelModel.GetResultDict();
        }