|
@@ -134,6 +134,7 @@ public class AHomePageFacade extends HomePageServiceImpl {
|
|
|
case "B":
|
|
|
homePage.setSex("");
|
|
|
break;
|
|
|
+ default:
|
|
|
}
|
|
|
homePage.setBirthday(ShaoyfDateUtil.parseDateTime(homePageResponse.getData().getPbirthday()));
|
|
|
homePage.setAge(homePageResponse.getData().getAge());
|
|
@@ -167,7 +168,6 @@ public class AHomePageFacade extends HomePageServiceImpl {
|
|
|
homePage.setBehospitalBedCode(homePageResponse.getData().getBedid_in());
|
|
|
homePage.setChangeDept(homePageResponse.getData().getTransferdept());
|
|
|
homePage.setLeaveHospitalDate(ShaoyfDateUtil.parseDateTime(homePageResponse.getData().getDiscd()));
|
|
|
-
|
|
|
homePage.setLeaveHospitalDept(homePageResponse.getData().getOuthosdept());
|
|
|
homePage.setLeaveHospitalWard(homePageResponse.getData().getOuthosward());
|
|
|
homePage.setBehospitalDayNum(homePageResponse.getData().getInhosday());
|