Commit 55017a307b4d23dd1f6f59ad191e9f65539b1a11

Authored by wtt
1 parent 32a7777dc5

update

Showing 2 changed files with 12 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java View file @ 55017a3
... ... @@ -4234,6 +4234,7 @@
4234 4234 mensDay += patients.getMensEndDay();
4235 4235 }
4236 4236 antexChuResult.setMensDay(mensDay);
  4237 + antexChuResult.setYyzyfmHospitalId(patients.getYyzyfmHospitalId());
4237 4238  
4238 4239 //月经周期
4239 4240 String mensStopDay = "";
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/AntexChuResult.java View file @ 55017a3
... ... @@ -19,6 +19,9 @@
19 19 */
20 20 public class AntexChuResult {
21 21  
  22 + //预约住院分娩医院
  23 + private String yyzyfmHospitalId;
  24 +
22 25 private String genRemark; // 一般检查备注
23 26 private String gynRemark; // 妇科检查备注
24 27 private String first; // 1否 2 是,是否当前医院第一次初诊 德州需求
... ... @@ -2292,6 +2295,14 @@
2292 2295  
2293 2296 public String getDueDate() {
2294 2297 return dueDate;
  2298 + }
  2299 +
  2300 + public String getYyzyfmHospitalId() {
  2301 + return yyzyfmHospitalId;
  2302 + }
  2303 +
  2304 + public void setYyzyfmHospitalId(String yyzyfmHospitalId) {
  2305 + this.yyzyfmHospitalId = yyzyfmHospitalId;
2295 2306 }
2296 2307  
2297 2308 public void setDueDate(String dueDate) {