|
@@ -1,5 +1,4 @@
|
|
|
-using AnHuiMI.Entity.Mobile;
|
|
|
-using Newtonsoft.Json.Linq;
|
|
|
+using Newtonsoft.Json.Linq;
|
|
|
using PTMedicalInsurance.Business;
|
|
|
using PTMedicalInsurance.Helper;
|
|
|
using PTMedicalInsurance.Variables;
|
|
@@ -9,9 +8,9 @@ using System.Linq;
|
|
|
using System.Text;
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
-namespace AnHuiMI.Business
|
|
|
+namespace PTMedicalInsurance.Business
|
|
|
{
|
|
|
- abstract class AbstractMobilePay : IMobilePay
|
|
|
+ abstract class AbstractMobilePay
|
|
|
{
|
|
|
|
|
|
private HisIrisServices hIS = new HisIrisServices();
|
|
@@ -19,7 +18,7 @@ namespace AnHuiMI.Business
|
|
|
private CenterBusiness cBus = new CenterBusiness();
|
|
|
private InvokeHelper invoker = new InvokeHelper();
|
|
|
private Patients MPat;
|
|
|
- PatientInfo patientInfo;
|
|
|
+ //PatientInfo patientInfo;
|
|
|
private Settlements MSettl;
|
|
|
private JArray jaFee;
|
|
|
|