|
@@ -319,6 +319,10 @@ namespace PTMedicalInsurance.Business
|
|
|
Global.pat.insuplc_admdvs = Global.pat.card.SearchAdmCode;
|
|
|
//MessageBox.Show(Global.pat.card.SearchAdmCode + Global.pat.card.SearchAdmName);
|
|
|
}
|
|
|
+ //if(Global.pat.insuplc_admdvs == "340001")
|
|
|
+ //{
|
|
|
+ // Global.pat.insuplc_admdvs = "349900";
|
|
|
+ //}
|
|
|
}
|
|
|
else
|
|
|
{
|
|
@@ -358,8 +362,8 @@ namespace PTMedicalInsurance.Business
|
|
|
|
|
|
joInput.Add("data",joData);
|
|
|
|
|
|
-
|
|
|
- JObject joRtn = invoker.invokeCenterService("1101", JsonHelper.setCenterInpar("1101", joInput));
|
|
|
+
|
|
|
+ JObject joRtn = invoker.invokeCenterService("1101", JsonHelper.setCenterInpar("1101", joInput));
|
|
|
if (JsonHelper.parseCenterRtnValue(joRtn, out errorMsg) != 0)
|
|
|
{
|
|
|
outParam = "获取病人信息失败:" + errorMsg;
|
|
@@ -1580,14 +1584,15 @@ namespace PTMedicalInsurance.Business
|
|
|
break;
|
|
|
}
|
|
|
}
|
|
|
- //如果患者异地的则就医地需要该为369900
|
|
|
- if (Global.pat.insuplc_admdvs != "")
|
|
|
- {
|
|
|
- if (Global.pat.insuplc_admdvs.Substring(0, 4) != Global.inf.areaCode.Substring(0, 4))
|
|
|
- {
|
|
|
- Global.inf.areaCode = "539900";
|
|
|
- }
|
|
|
- }
|
|
|
+ //注释
|
|
|
+ ////如果患者异地的则就医地需要该为369900
|
|
|
+ //if (Global.pat.insuplc_admdvs != "")
|
|
|
+ //{
|
|
|
+ // if (Global.pat.insuplc_admdvs.Substring(0, 4) != Global.inf.areaCode.Substring(0, 4))
|
|
|
+ // {
|
|
|
+ // Global.inf.areaCode = "539900";
|
|
|
+ // }
|
|
|
+ //}
|
|
|
}
|
|
|
catch (Exception ex)
|
|
|
{
|
|
@@ -1964,7 +1969,7 @@ namespace PTMedicalInsurance.Business
|
|
|
Global.pat.medType = JsonHelper.getDestValue(joReg, "data.MedicalType");
|
|
|
Global.pat.insuType = JsonHelper.getDestValue(joReg, "data.InsuType");
|
|
|
Global.pat.mdtrtcertType = JsonHelper.getDestValue(joReg, "data.CertificateType");
|
|
|
- Global.pat.mdtrtcertNO = JsonHelper.getDestValue(joReg, "data.CertificateNO");
|
|
|
+ //Global.pat.mdtrtcertNO = JsonHelper.getDestValue(joReg, "data.CertificateNO");//结算取读卡的值,不取登记信息
|
|
|
Global.pat.certType = JsonHelper.getDestValue(joReg, "data.CertificateType");
|
|
|
Global.pat.certNO = JsonHelper.getDestValue(joReg, "data.CertificateNO");
|
|
|
Global.pat.insuplc_admdvs = JsonHelper.getDestValue(joReg, "data.InsuranceAreaCode");
|