|
@@ -1,4 +1,5 @@
|
|
using Newtonsoft.Json.Linq;
|
|
using Newtonsoft.Json.Linq;
|
|
|
|
+using PTMedicalInsurance.Common;
|
|
using PTMedicalInsurance.Helper;
|
|
using PTMedicalInsurance.Helper;
|
|
using PTMedicalInsurance.Variables;
|
|
using PTMedicalInsurance.Variables;
|
|
using System;
|
|
using System;
|
|
@@ -76,13 +77,20 @@ namespace PTMedicalInsurance.Business
|
|
|
|
|
|
#endregion
|
|
#endregion
|
|
|
|
|
|
- #region 昆明结算前读卡核验身份
|
|
+ #region 结算前读卡核验身份
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
+ if (Utils.isOtherProvice() && string.IsNullOrEmpty(Global.pat.ecCardNo) && Global.pat.certType == "01")
|
|
|
|
+ {
|
|
|
|
+ PatientService patientService = new PatientService();
|
|
|
|
+ patientService.readCard(out outParam);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
|
|
#endregion
|
|
#endregion
|
|
|
|
|