|
@@ -270,13 +270,9 @@ public class TZDBConn {
|
|
|
homePageVO.setName(rs.getString("BRBAXM"));//姓名
|
|
|
homePageVO.setSex(rs.getString("BRBAXB"));//性别
|
|
|
homePageVO.setBirthday(rs.getDate("BRCSRQ"));//出生日期
|
|
|
-<<<<<<< HEAD
|
|
|
if(StringUtil.isNotBlank(rs.getString("BRDQNL"))){
|
|
|
homePageVO.setAge(rs.getString("BRDQNL").equals("-")?null:rs.getString("BRDQNL"));//病人年龄
|
|
|
}
|
|
|
-=======
|
|
|
- homePageVO.setAge(rs.getString("BRDQNL").equals("-")?null:rs.getString("BRDQNL"));//病人年龄
|
|
|
->>>>>>> master
|
|
|
homePageVO.setAgeUnit(rs.getString("BRNLDW"));//年龄单位
|
|
|
homePageVO.setNationality(rs.getString("BRBAGJ"));//国籍
|
|
|
homePageVO.setNewbornMonth(rs.getString("YENLYS"));//新生儿出生月数
|
|
@@ -404,8 +400,6 @@ public class TZDBConn {
|
|
|
homePageVO.setName(rs.getString("BRBAXM"));//姓名
|
|
|
homePageVO.setSex(rs.getString("BRBAXB"));//性别
|
|
|
homePageVO.setBirthday(rs.getDate("BRCSRQ"));//出生日期
|
|
|
- homePageVO.setAge(rs.getString("BRDQNL"));//病人年龄
|
|
|
- homePageVO.setAgeUnit(rs.getString("BRNLDW"));//年龄单位
|
|
|
homePageVO.setNationality(rs.getString("BRBAGJ"));//国籍
|
|
|
homePageVO.setNewbornMonth(rs.getString("YENLYS"));//新生儿出生月数
|
|
|
homePageVO.setNewbornDay(rs.getString("YENLTS"));//新生儿出生天数
|
|
@@ -562,11 +556,7 @@ public class TZDBConn {
|
|
|
behospitalInfo.setDiagnose(rs.getString("JBMSXX"));//疾病名称
|
|
|
behospitalInfo.setDoctorId(rs.getString("ZZYSID"));//医生ID
|
|
|
behospitalInfo.setDoctorName(rs.getString("ZZYSXM"));//医生姓名
|
|
|
-<<<<<<< HEAD
|
|
|
behospitalInfo.setIsPlacefile(rs.getString("requestflag"));
|
|
|
-=======
|
|
|
-
|
|
|
->>>>>>> master
|
|
|
behospitalInfoList.add(behospitalInfo);
|
|
|
}
|
|
|
} catch (Exception e) {
|