Commit c38912916795d4b27bcf14026df7201bc86919e2

Authored by jiangjiazhi
1 parent 27cf06c63e

产妇增加字段

Showing 2 changed files with 28 additions and 8 deletions

platform-dal/src/main/java/com/lyms/platform/pojo/AntExChuModel.java View file @ c389129
... ... @@ -68,16 +68,25 @@
68 68 private String fuwei;
69 69 //胎数
70 70 private int tireNumber1;
71   -
  71 + private String syjg;
72 72 private List placentas;
  73 +
  74 + public String getSyjg() {
  75 + return syjg;
  76 + }
  77 +
  78 + public void setSyjg(String syjg) {
  79 + this.syjg = syjg;
  80 + }
  81 +
73 82 /*//心率
74   - private double heartRate;
75   - //胎方位
76   - private String fetalPosition;
77   - //胎先露
78   - private String fetalPresentation;
79   - // 衔接
80   - private String join;*/
  83 + private double heartRate;
  84 + //胎方位
  85 + private String fetalPosition;
  86 + //胎先露
  87 + private String fetalPresentation;
  88 + // 衔接
  89 + private String join;*/
81 90 //高危因素
82 91 private String highrisk ;
83 92 //高危评分
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/AntexChuResult.java View file @ c389129
... ... @@ -186,8 +186,17 @@
186 186 private Map ydfmw;
187 187 // 阴道清洁度
188 188 private String ydqjd;
  189 + //实验结果
  190 + private String syjg;
189 191  
  192 + public String getSyjg() {
  193 + return syjg;
  194 + }
190 195  
  196 + public void setSyjg(String syjg) {
  197 + this.syjg = syjg;
  198 + }
  199 +
191 200 public String getAbo() {
192 201 return abo;
193 202 }
... ... @@ -761,6 +770,7 @@
761 770 setYsfyHistory(JsonUtil.str2Obj(antExChuModel.getYsfyHistory(), Map.class));
762 771 } catch (Exception e) {
763 772 }
  773 + setYghxkt(antExChuModel.getYghxkt());
764 774 setPregnancyTimes(antExChuModel.getPregnancyTimes());
765 775 setProdTime(antExChuModel.getProdTime());
766 776 setDelivery(antExChuModel.getDelivery());
... ... @@ -796,6 +806,7 @@
796 806 } catch (Exception e) {
797 807  
798 808 }
  809 + setSyjg(antExChuModel.getSyjg());
799 810 setAbo(antExChuModel.getAbortion());
800 811 setAlbumin(antExChuModel.getAbortion());
801 812 setXhdb(antExChuModel.getXhdb());