|
@@ -30,7 +30,7 @@ namespace PTMedicalInsurance.Business
|
|
|
string acctUsedFlag = JsonHelper.getDestValue(input, "insuAdmObj.acctUsedFlag");
|
|
|
|
|
|
Global.pat.name = JsonHelper.getDestValue(input, "insuAdmObj.patName");
|
|
|
- Global.pat.mdtrtcertType = "02"; //身份证
|
|
|
+ Global.pat.mdtrtcertType = "01"; //身份证
|
|
|
Global.pat.mdtrtcertNO = JsonHelper.getDestValue(input, "insuAdmObj.certNo");
|
|
|
|
|
|
//调用服务获取门诊诊断信息
|
|
@@ -81,8 +81,8 @@ namespace PTMedicalInsurance.Business
|
|
|
{
|
|
|
if ("1".Equals(diag["maindiag_flag"].Text()))
|
|
|
{
|
|
|
- diseCodg = diag["Code"].Text();
|
|
|
- diseName = diag["Name"].Text();
|
|
|
+ diseCodg = diag["diag_code"].Text();
|
|
|
+ diseName = diag["diag_name"].Text();
|
|
|
}
|
|
|
diag["vali_flag"] = "1";
|
|
|
});
|