diff --git a/Gdsi-Api/Global.asax.cs b/Gdsi-Api/Global.asax.cs index 6ef7c57..ae38066 100644 --- a/Gdsi-Api/Global.asax.cs +++ b/Gdsi-Api/Global.asax.cs @@ -1,3 +1,4 @@ +using Gdsi; using System; using System.Collections.Generic; using System.Linq; @@ -14,6 +15,10 @@ namespace Gdsi_Api { AreaRegistration.RegisterAllAreas(); RouteConfig.RegisterRoutes(RouteTable.Routes); + + ValueProviderFactories.Factories.Remove(ValueProviderFactories.Factories.OfType().FirstOrDefault()); + ValueProviderFactories.Factories.Add(new MyJsonValueProviderFactory()); + } } } diff --git a/Gdsi-Api/Web.config b/Gdsi-Api/Web.config index 0099fea..c067bb6 100644 --- a/Gdsi-Api/Web.config +++ b/Gdsi-Api/Web.config @@ -3,7 +3,15 @@ 有关如何配置 ASP.NET 应用程序的详细信息,请访问 https://go.microsoft.com/fwlink/?LinkId=301880 --> + + + + + + + + diff --git a/Gdsi/Domain/GdsiApi.cs b/Gdsi/Domain/GdsiApi.cs index db5ce7c..1f96b62 100644 --- a/Gdsi/Domain/GdsiApi.cs +++ b/Gdsi/Domain/GdsiApi.cs @@ -8,6 +8,8 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; +using static Gdsi.Model.Api2301Request; +using static Gdsi.Model.Api2301Result; using static Gdsi.Model.Api2303Result; namespace Gdsi.Domain @@ -256,24 +258,79 @@ namespace Gdsi.Domain Api2301result.Msg = "签到出错"; return Api2301result; } - //签到报文注入 - request.sign_no = signNo; - strReq = JsonConvert.SerializeObject(request); - strRes = Http.HttpPostByHeader(GdsiConfig.server_url + "2301", strReq); - //测试数据 - //strRes = "{\"output\":{\"result\":[{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":0.72,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":2,\"pric\":0.3579,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600094497\",\"inscp_scp_amt\":0.63,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.09,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":0.313668,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":0.72,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":2,\"pric\":0.3579,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600094498\",\"inscp_scp_amt\":0.63,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.09,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":0.313668,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":0.72,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":2,\"pric\":0.3579,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600356018\",\"inscp_scp_amt\":0.63,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.09,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":0.313668,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":0.72,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":2,\"pric\":0.3579,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600146651\",\"inscp_scp_amt\":0.63,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.09,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":0.313668,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":0.72,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":2,\"pric\":0.3579,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600530036\",\"inscp_scp_amt\":0.63,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.09,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":0.313668,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":0.72,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":2,\"pric\":0.3579,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600702833\",\"inscp_scp_amt\":0.63,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.09,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":0.313668,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":119.9,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":119.9,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600038006\",\"inscp_scp_amt\":107.91,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":11.99,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":3.49,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":2,\"pric\":1.7433,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"601265158\",\"inscp_scp_amt\":3.49,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":1.74,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":1.7433,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600852848\",\"inscp_scp_amt\":1.74,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":1.74,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":1.7433,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600702832\",\"inscp_scp_amt\":1.74,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":1.74,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":1.7433,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600530035\",\"inscp_scp_amt\":1.74,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":1.74,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":1.7433,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600146650\",\"inscp_scp_amt\":1.74,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":1.74,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":1.7433,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600356017\",\"inscp_scp_amt\":1.74,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":1.74,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":1.7433,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600094495\",\"inscp_scp_amt\":1.74,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":1.74,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":1.7433,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600094496\",\"inscp_scp_amt\":1.74,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":1.74,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":1.7433,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"601010664\",\"inscp_scp_amt\":1.74,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":0.31,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":0.3127,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600498076\",\"inscp_scp_amt\":0.28,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":0.312667,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.03,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":0.31,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":0.3127,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600313985\",\"inscp_scp_amt\":0.28,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":0.312667,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.03,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"03\",\"det_item_fee_sumamt\":20.0,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":20,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600238155\",\"inscp_scp_amt\":16.0,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.2,\"chld_medc_flag\":null,\"preselfpay_amt\":4.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"03\",\"det_item_fee_sumamt\":20.0,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":20,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600238156\",\"inscp_scp_amt\":16.0,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.2,\"chld_medc_flag\":null,\"preselfpay_amt\":4.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"03\",\"det_item_fee_sumamt\":246.0,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":246,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921687\",\"inscp_scp_amt\":196.8,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.2,\"chld_medc_flag\":null,\"preselfpay_amt\":49.2,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"03\",\"det_item_fee_sumamt\":620.0,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":620,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921689\",\"inscp_scp_amt\":496.0,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.2,\"chld_medc_flag\":null,\"preselfpay_amt\":124.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"08\",\"det_item_fee_sumamt\":0.88,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0.0,\"cnt\":1,\"pric\":0.88,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600026902\",\"inscp_scp_amt\":0.79,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.09,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"08\",\"det_item_fee_sumamt\":0.88,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0.0,\"cnt\":1,\"pric\":0.88,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600026435\",\"inscp_scp_amt\":0.79,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.09,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"08\",\"det_item_fee_sumamt\":0.88,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0.0,\"cnt\":1,\"pric\":0.88,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600038116\",\"inscp_scp_amt\":0.79,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.09,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"08\",\"det_item_fee_sumamt\":0.88,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0.0,\"cnt\":1,\"pric\":0.88,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600026588\",\"inscp_scp_amt\":0.79,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.09,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"08\",\"det_item_fee_sumamt\":0.88,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0.0,\"cnt\":1,\"pric\":0.88,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600026478\",\"inscp_scp_amt\":0.79,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.09,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"08\",\"det_item_fee_sumamt\":0.88,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0.0,\"cnt\":1,\"pric\":0.88,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600026746\",\"inscp_scp_amt\":0.79,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.09,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"08\",\"det_item_fee_sumamt\":0.88,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0.0,\"cnt\":1,\"pric\":0.88,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600026546\",\"inscp_scp_amt\":0.79,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.09,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":1.38,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":1.375,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"601010660\",\"inscp_scp_amt\":1.24,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.14,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":1.38,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":1.375,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921104\",\"inscp_scp_amt\":1.24,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.14,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":1.38,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":1.375,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921105\",\"inscp_scp_amt\":1.24,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.14,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":1.38,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":1.375,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921106\",\"inscp_scp_amt\":1.24,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.14,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":1.38,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":1.375,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599963691\",\"inscp_scp_amt\":1.24,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.14,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":1.38,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":1.375,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599963692\",\"inscp_scp_amt\":1.24,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.14,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":1.38,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":1.375,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600356015\",\"inscp_scp_amt\":1.24,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.14,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":1.38,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":1.375,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600356016\",\"inscp_scp_amt\":1.24,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.14,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":1.38,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":1.375,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600146648\",\"inscp_scp_amt\":1.24,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.14,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":1.38,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":1.375,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600146649\",\"inscp_scp_amt\":1.24,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.14,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":1.38,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":1.375,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600530033\",\"inscp_scp_amt\":1.24,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.14,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":1.38,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":1.375,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600530034\",\"inscp_scp_amt\":1.24,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.14,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":1.38,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":1.375,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600702830\",\"inscp_scp_amt\":1.24,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.14,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":1.38,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":1.375,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600702831\",\"inscp_scp_amt\":1.24,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.14,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":1.38,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":1.375,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600852846\",\"inscp_scp_amt\":1.24,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.14,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":1.38,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":1.375,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600852847\",\"inscp_scp_amt\":1.24,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.14,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":19.0,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":19,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921656\",\"inscp_scp_amt\":19.0,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":1926.4,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":4,\"pric\":481.6,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600480241\",\"inscp_scp_amt\":1926.4,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"14\",\"det_item_fee_sumamt\":0.62,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0.0,\"cnt\":1,\"pric\":0.62,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600038003\",\"inscp_scp_amt\":0.56,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":0.0,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.06,\"lmt_used_flag\":null,\"chrgitm_lv\":\"03\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":525.0,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":525,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600480242\",\"inscp_scp_amt\":525.0,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":4.59,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":4.59,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"601178305\",\"inscp_scp_amt\":0.28,\"drt_reim_flag\":\"0\",\"overlmt_amt\":4.28,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":0.3127,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.03,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":0.96,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":2,\"pric\":0.48,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600530037\",\"inscp_scp_amt\":0.86,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.1,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":0.96,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":2,\"pric\":0.48,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600530038\",\"inscp_scp_amt\":0.86,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.1,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":0.96,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":2,\"pric\":0.48,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600530039\",\"inscp_scp_amt\":0.86,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.1,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":0.96,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":2,\"pric\":0.48,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600702834\",\"inscp_scp_amt\":0.86,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.1,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":0.96,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":2,\"pric\":0.48,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600702835\",\"inscp_scp_amt\":0.86,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.1,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":0.96,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":2,\"pric\":0.48,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600702836\",\"inscp_scp_amt\":0.86,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.1,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":0.96,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":2,\"pric\":0.48,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600852850\",\"inscp_scp_amt\":0.86,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.1,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":0.96,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":2,\"pric\":0.48,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600852851\",\"inscp_scp_amt\":0.86,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.1,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":0.96,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":2,\"pric\":0.48,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600852852\",\"inscp_scp_amt\":0.86,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.1,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":0.96,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":2,\"pric\":0.48,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600399963\",\"inscp_scp_amt\":0.86,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.1,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":0.96,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":2,\"pric\":0.48,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600399964\",\"inscp_scp_amt\":0.86,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.1,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":0.96,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":2,\"pric\":0.48,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600399965\",\"inscp_scp_amt\":0.86,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.1,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":0.96,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":2,\"pric\":0.48,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600399966\",\"inscp_scp_amt\":0.86,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.1,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":0.96,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":2,\"pric\":0.48,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600399967\",\"inscp_scp_amt\":0.86,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.1,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":0.96,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":2,\"pric\":0.48,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"601010667\",\"inscp_scp_amt\":0.86,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.1,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"09\",\"det_item_fee_sumamt\":0.96,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":2,\"pric\":0.48,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"601010669\",\"inscp_scp_amt\":0.86,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.1,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"08\",\"det_item_fee_sumamt\":14.36,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0.0,\"cnt\":1,\"pric\":14.36,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600038004\",\"inscp_scp_amt\":12.92,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":0.0,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":1.44,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"08\",\"det_item_fee_sumamt\":2.5,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0.0,\"cnt\":1,\"pric\":2.5,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600038005\",\"inscp_scp_amt\":2.25,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999999,\"selfpay_prop\":0.1,\"chld_medc_flag\":null,\"preselfpay_amt\":0.25,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"03\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"03\",\"det_item_fee_sumamt\":12.0,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":12,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921691\",\"inscp_scp_amt\":12.0,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"03\",\"det_item_fee_sumamt\":31.2,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":31.2,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921690\",\"inscp_scp_amt\":31.2,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"05\",\"det_item_fee_sumamt\":109.2,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":109.2,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600218621\",\"inscp_scp_amt\":109.2,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"03\",\"det_item_fee_sumamt\":7.6,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":7.6,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600399938\",\"inscp_scp_amt\":7.6,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"03\",\"det_item_fee_sumamt\":221.2,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":221.2,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600218617\",\"inscp_scp_amt\":221.2,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"14\",\"det_item_fee_sumamt\":48.0,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":3,\"pric\":16,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600218619\",\"inscp_scp_amt\":48.0,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":147.2,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":147.2,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"600218618\",\"inscp_scp_amt\":147.2,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":30.0,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":30,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921665\",\"inscp_scp_amt\":30.0,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":40.0,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":40,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921664\",\"inscp_scp_amt\":40.0,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":56.4,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":56.4,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921655\",\"inscp_scp_amt\":33.84,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.4,\"chld_medc_flag\":null,\"preselfpay_amt\":22.56,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":65.8,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":65.8,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921654\",\"inscp_scp_amt\":39.48,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0.4,\"chld_medc_flag\":null,\"preselfpay_amt\":26.32,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"02\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":65.8,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":65.8,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921653\",\"inscp_scp_amt\":65.8,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":28.2,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":28.2,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921652\",\"inscp_scp_amt\":28.2,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":28.2,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":28.2,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921651\",\"inscp_scp_amt\":28.2,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":28.2,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":28.2,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921650\",\"inscp_scp_amt\":28.2,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":28.2,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":28.2,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921649\",\"inscp_scp_amt\":28.2,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":28.2,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":28.2,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921648\",\"inscp_scp_amt\":28.2,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":46.2,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":46.2,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921647\",\"inscp_scp_amt\":46.2,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":51.3,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":51.3,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921646\",\"inscp_scp_amt\":51.3,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":36.0,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":36,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921645\",\"inscp_scp_amt\":36.0,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":45.0,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":45,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921678\",\"inscp_scp_amt\":45.0,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":4.5,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":4.5,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921677\",\"inscp_scp_amt\":4.5,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":4.5,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":4.5,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921676\",\"inscp_scp_amt\":4.5,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":9.0,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":9,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921675\",\"inscp_scp_amt\":9.0,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":18.0,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":18,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921673\",\"inscp_scp_amt\":18.0,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":4.5,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":4.5,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921672\",\"inscp_scp_amt\":4.5,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":4.5,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":4.5,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921671\",\"inscp_scp_amt\":4.5,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":4.5,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":4.5,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921670\",\"inscp_scp_amt\":4.5,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":4.5,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":4.5,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921669\",\"inscp_scp_amt\":4.5,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":27.0,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":27,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921668\",\"inscp_scp_amt\":27.0,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":9.0,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":9,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921683\",\"inscp_scp_amt\":9.0,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"},{\"bas_medn_flag\":\"0\",\"med_chrgitm_type\":\"04\",\"det_item_fee_sumamt\":4.5,\"hi_nego_drug_flag\":\"0\",\"fulamt_ownpay_amt\":0,\"cnt\":1,\"pric\":4.5,\"exp_content\":null,\"memo\":\"\",\"feedetl_sn\":\"599921682\",\"inscp_scp_amt\":4.5,\"drt_reim_flag\":\"0\",\"overlmt_amt\":0.0,\"list_sp_item_flag\":null,\"pric_uplmt_amt\":999999,\"selfpay_prop\":0,\"chld_medc_flag\":null,\"preselfpay_amt\":0.0,\"lmt_used_flag\":\"0\",\"chrgitm_lv\":\"01\"}]},\"infcode\":0,\"warn_msg\":null,\"cainfo\":null,\"err_msg\":null,\"refmsg_time\":\"20230228085142918\",\"signtype\":null,\"respond_time\":\"20230228085147123\",\"inf_refmsgid\":\"440000202302280851424882097986\"}"; - //记录回参日志 - LogHelper.doJsonRequestLog("api_2301住院费用明细上传", strReq, strRes, stime); - try { - Api2301result = JsonConvert.DeserializeObject(strRes); + #region 每一百次上传费用明细 + //赋值list,拿到总传参数据 + List feedetailList = request.input.feedetail; + //待上传的List(一百条) + List NewFeedList = new List(); + int lastY = feedetailList.Count / 100; + int lastSize = feedetailList.Count % 100; + if (lastSize < 100) + { + lastY += 1; + } + //定义一个回参集合 + List results = new List(); + + for (int i = 1; i <= lastY; i++) + { + //这个就是每100条集合 + NewFeedList = feedetailList.Skip(100 * (i - 1)).Take(100).ToList(); + + + //置空 + strReq = ""; + //签到报文注入 + request.sign_no = signNo; + request.input.feedetail = null; + //进行上传或者添加到集合 + request.input.feedetail = NewFeedList; + strReq = JsonConvert.SerializeObject(request); + strRes = ""; + strRes = Http.HttpPostByHeader(GdsiConfig.server_url + "2301", strReq); + + //记录回参日志 + LogHelper.doJsonRequestLog("api_2301住院费用明细上传" + "次数:" + i, strReq, strRes, stime); + //拿到每次调用返回的回参 + Api2301result = JsonConvert.DeserializeObject(strRes); + //不等于0都返回失败 + if (Api2301result.infcode != "0") + { + return Api2301result; + } + + for (int K = 0; K < Api2301result.output.result.Count; K++) + { + //定义一个回参组合 + Result resultInfo = new Result(); + resultInfo = Api2301result.output.result[K]; + results.Add(resultInfo); + } + } + + try + { + Api2301result.output.result = null; + Api2301result.output.result= results; + return Api2301result; + } + catch (Exception ex) + { + //上传失败一次就报错 + Api2301result.Msg = ex.Message; + return Api2301result; + } + #endregion + } catch (Exception ex) { Api2301result.Msg = ex.Message; + return Api2301result; + } - return Api2301result; } /// /// 出院办理 diff --git a/Gdsi/Gdsi.csproj b/Gdsi/Gdsi.csproj index ae624e2..b95b1b6 100644 --- a/Gdsi/Gdsi.csproj +++ b/Gdsi/Gdsi.csproj @@ -31,11 +31,35 @@ 4 - - ..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + + ..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll + + + ..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll + + + + + ..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll + + + ..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll + + + ..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll + + + ..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll + + + ..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll + + + ..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll + @@ -49,6 +73,7 @@ + @@ -64,8 +89,8 @@ + - \ No newline at end of file diff --git a/Gdsi/Model/MyJsonValueProviderFactory.cs b/Gdsi/Model/MyJsonValueProviderFactory.cs new file mode 100644 index 0000000..bc16f12 --- /dev/null +++ b/Gdsi/Model/MyJsonValueProviderFactory.cs @@ -0,0 +1,121 @@ +using Newtonsoft.Json.Serialization; +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Globalization; +using System.IO; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Web.Configuration; +using System.Web.Mvc; +using System.Web.Script.Serialization; + +namespace Gdsi +{ + public sealed class MyJsonValueProviderFactory : ValueProviderFactory + { + private class EntryLimitedDictionary + { + private static int _maximumDepth = GetMaximumDepth(); + private readonly IDictionary _innerDictionary; + private int _itemCount; + + public EntryLimitedDictionary(IDictionary innerDictionary) + { + this._innerDictionary = innerDictionary; + } + + public void Add(string key, object value) + { + if (++this._itemCount > _maximumDepth) + { + throw new InvalidOperationException("MvcResources.JsonValueProviderFactory_RequestTooLarge"); + } + this._innerDictionary.Add(key, value); + } + + private static int GetMaximumDepth() + { + ScriptingJsonSerializationSection section = ConfigurationManager.GetSection("system.web.extensions/scripting/webServices/jsonSerialization") as ScriptingJsonSerializationSection; + if (section != null) + return section.MaxJsonLength; + return 10000; + } + } + + private static void AddToBackingStore(EntryLimitedDictionary backingStore, string prefix, object value) + { + IDictionary dictionary = value as IDictionary; + if (dictionary != null) + { + foreach (KeyValuePair current in dictionary) + { + AddToBackingStore(backingStore, MakePropertyKey(prefix, current.Key), current.Value); + } + return; + } + IList list = value as IList; + if (list != null) + { + for (int i = 0; i < list.Count; i++) + { + AddToBackingStore(backingStore, MakeArrayKey(prefix, i), list[i]); + } + return; + } + backingStore.Add(prefix, value); + } + + private static object GetDeserializedObject(ControllerContext controllerContext) + { + if (!controllerContext.HttpContext.Request.ContentType.StartsWith("application/json", StringComparison.OrdinalIgnoreCase)) + { + return null; + } + StreamReader streamReader = new StreamReader(controllerContext.HttpContext.Request.InputStream); + string text = streamReader.ReadToEnd(); + if (string.IsNullOrEmpty(text)) + { + return null; + } + JavaScriptSerializer javaScriptSerializer = new JavaScriptSerializer(); + // 解决这个问题: + // 使用 JSON JavaScriptSerializer 序列化或还原序列化期间发生错误。字符串的长度超过在 maxJsonLength 属性上设定的值。 + javaScriptSerializer.MaxJsonLength = int.MaxValue; + // ---------------------------------------- + return javaScriptSerializer.DeserializeObject(text); + } + + public override System.Web.Mvc.IValueProvider GetValueProvider(ControllerContext controllerContext) + { + if (controllerContext == null) + { + throw new ArgumentNullException("controllerContext"); + } + object deserializedObject = GetDeserializedObject(controllerContext); + if (deserializedObject == null) + { + return null; + } + Dictionary dictionary = new Dictionary(StringComparer.OrdinalIgnoreCase); + EntryLimitedDictionary backingStore = new EntryLimitedDictionary(dictionary); + AddToBackingStore(backingStore, string.Empty, deserializedObject); + return new DictionaryValueProvider(dictionary, CultureInfo.CurrentCulture); + } + + private static string MakeArrayKey(string prefix, int index) + { + return prefix + "[" + index.ToString(CultureInfo.InvariantCulture) + "]"; + } + + private static string MakePropertyKey(string prefix, string propertyName) + { + if (!string.IsNullOrEmpty(prefix)) + { + return prefix + "." + propertyName; + } + return propertyName; + } + } +} diff --git a/Gdsi/app.config b/Gdsi/app.config new file mode 100644 index 0000000..e936cc1 --- /dev/null +++ b/Gdsi/app.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/Gdsi/packages.config b/Gdsi/packages.config index ee51c23..8e92407 100644 --- a/Gdsi/packages.config +++ b/Gdsi/packages.config @@ -1,4 +1,8 @@  - + + + + + \ No newline at end of file