|
@@ -20,7 +20,7 @@ namespace PTMedicalInsurance.Business
|
|
|
int ret = patientService.readPatientInfo(out patInfo);
|
|
|
if (ret != 0)
|
|
|
{
|
|
|
- return Error(patInfo);
|
|
|
+ return Exception(ret,"获取基本信息",patInfo);
|
|
|
}
|
|
|
|
|
|
if ("RegisterOP".Equals(Global.operationType))
|
|
@@ -28,7 +28,7 @@ namespace PTMedicalInsurance.Business
|
|
|
// 门诊挂号(医疗类别/统筹类别)
|
|
|
Global.pat.medType = "12";
|
|
|
}
|
|
|
- Global.writeLog("医疗类别:" + Global.pat.medType);
|
|
|
+ //Global.writeLog("医疗类别:" + Global.pat.medType);
|
|
|
|
|
|
// 返回:data、mdtrtinfo、diseinfo、settlement
|
|
|
if (hBus.showOutPatRegisterForm(patInfo, out outParam) != 0)
|