|
|
@@ -46,6 +46,7 @@ namespace PTMedicalInsurance.Business
|
|
|
fee["chrg_bchno"] = Global.pat.adm_Dr.ToString();
|
|
|
fee["med_type"] = Global.pat.medType;
|
|
|
fee["med_list_spc"] = fee["spec"];
|
|
|
+ fee["medins_list_codg"] = fee["med_list_codg"]; // 医院编码须转换为中心编码
|
|
|
dynamic expContent = new JObject();
|
|
|
JProperty exp = fee.Children<JProperty>().FirstOrDefault(p => p.Name == "expContent");
|
|
|
if (exp != null)
|
|
|
@@ -69,7 +70,7 @@ namespace PTMedicalInsurance.Business
|
|
|
|
|
|
//合并参数
|
|
|
dynamic joInput = new JObject();
|
|
|
- joInput.Add("feedetail", jaFeeDetail);
|
|
|
+ //joInput.Add("feedetail", jaFeeDetail);
|
|
|
joInput = mergeJson(joInput, (JObject)input["patInfo"]);
|
|
|
joInput = mergeJson(joInput, (JObject)input["data"]);
|
|
|
joInput = mergeJson(joInput, (JObject)input["mdtrtinfo"]);
|