Commit 3d67e8145e71db78d86488f00ce047680ae2f9d7
1 parent
64eafa3382
Exists in
master
and in
1 other branch
增加baby字段
Showing 1 changed file with 232 additions and 166 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/BabyModel.java
View file @
3d67e81
... | ... | @@ -37,148 +37,7 @@ |
37 | 37 | */ |
38 | 38 | private String communityId; |
39 | 39 | |
40 | - public String getCommunityId() { | |
41 | - return communityId; | |
42 | - } | |
43 | 40 | |
44 | - public void setCommunityId(String communityId) { | |
45 | - this.communityId = communityId; | |
46 | - } | |
47 | - | |
48 | - public Date getCreated() { | |
49 | - return created; | |
50 | - } | |
51 | - | |
52 | - public void setCreated(Date created) { | |
53 | - this.created = created; | |
54 | - } | |
55 | - | |
56 | - public Date getModified() { | |
57 | - return modified; | |
58 | - } | |
59 | - | |
60 | - public void setModified(Date modified) { | |
61 | - this.modified = modified; | |
62 | - } | |
63 | - | |
64 | - public String getAddress() { | |
65 | - return address; | |
66 | - } | |
67 | - | |
68 | - public void setAddress(String address) { | |
69 | - this.address = address; | |
70 | - } | |
71 | - | |
72 | - public String getAreaId() { | |
73 | - return areaId; | |
74 | - } | |
75 | - | |
76 | - public void setAreaId(String areaId) { | |
77 | - this.areaId = areaId; | |
78 | - } | |
79 | - | |
80 | - public String getCityId() { | |
81 | - return cityId; | |
82 | - } | |
83 | - | |
84 | - public void setCityId(String cityId) { | |
85 | - this.cityId = cityId; | |
86 | - } | |
87 | - | |
88 | - public Date getFbirth() { | |
89 | - return fbirth; | |
90 | - } | |
91 | - | |
92 | - public void setFbirth(Date fbirth) { | |
93 | - this.fbirth = fbirth; | |
94 | - } | |
95 | - | |
96 | - public Date getMbirth() { | |
97 | - return mbirth; | |
98 | - } | |
99 | - | |
100 | - public void setMbirth(Date mbirth) { | |
101 | - this.mbirth = mbirth; | |
102 | - } | |
103 | - | |
104 | - public String getFjob() { | |
105 | - return fjob; | |
106 | - } | |
107 | - | |
108 | - public void setFjob(String fjob) { | |
109 | - this.fjob = fjob; | |
110 | - } | |
111 | - | |
112 | - public String getFname() { | |
113 | - return fname; | |
114 | - } | |
115 | - | |
116 | - public void setFname(String fname) { | |
117 | - this.fname = fname; | |
118 | - } | |
119 | - | |
120 | - public String getFphone() { | |
121 | - return fphone; | |
122 | - } | |
123 | - | |
124 | - public void setFphone(String fphone) { | |
125 | - this.fphone = fphone; | |
126 | - } | |
127 | - | |
128 | - | |
129 | - | |
130 | - public String getMjob() { | |
131 | - return mjob; | |
132 | - } | |
133 | - | |
134 | - public void setMjob(String mjob) { | |
135 | - this.mjob = mjob; | |
136 | - } | |
137 | - | |
138 | - public String getMname() { | |
139 | - return mname; | |
140 | - } | |
141 | - | |
142 | - public void setMname(String mname) { | |
143 | - this.mname = mname; | |
144 | - } | |
145 | - | |
146 | - public String getMphone() { | |
147 | - return mphone; | |
148 | - } | |
149 | - | |
150 | - public void setMphone(String mphone) { | |
151 | - this.mphone = mphone; | |
152 | - } | |
153 | - | |
154 | - public String getOrg() { | |
155 | - return org; | |
156 | - } | |
157 | - | |
158 | - public void setOrg(String org) { | |
159 | - this.org = org; | |
160 | - } | |
161 | - | |
162 | - public String getProvinceId() { | |
163 | - return provinceId; | |
164 | - } | |
165 | - | |
166 | - public void setProvinceId(String provinceId) { | |
167 | - this.provinceId = provinceId; | |
168 | - } | |
169 | - | |
170 | - public static long getSerialVersionUID() { | |
171 | - return serialVersionUID; | |
172 | - } | |
173 | - | |
174 | - public String getWeek() { | |
175 | - return week; | |
176 | - } | |
177 | - | |
178 | - public void setWeek(String week) { | |
179 | - this.week = week; | |
180 | - } | |
181 | - | |
182 | 41 | /** |
183 | 42 | * 生日 |
184 | 43 | */ |
... | ... | @@ -238,30 +97,6 @@ |
238 | 97 | |
239 | 98 | private String hospitalId; |
240 | 99 | |
241 | - public String getHospitalId() { | |
242 | - return hospitalId; | |
243 | - } | |
244 | - | |
245 | - public void setHospitalId(String hospitalId) { | |
246 | - this.hospitalId = hospitalId; | |
247 | - } | |
248 | - | |
249 | - public String getCardNo() { | |
250 | - return cardNo; | |
251 | - } | |
252 | - | |
253 | - public void setCardNo(String cardNo) { | |
254 | - this.cardNo = cardNo; | |
255 | - } | |
256 | - | |
257 | - public String getsNumber() { | |
258 | - return sNumber; | |
259 | - } | |
260 | - | |
261 | - public void setsNumber(String sNumber) { | |
262 | - this.sNumber = sNumber; | |
263 | - } | |
264 | - | |
265 | 100 | /** |
266 | 101 | * 性别 |
267 | 102 | */ |
268 | 103 | |
269 | 104 | |
... | ... | @@ -306,9 +141,99 @@ |
306 | 141 | private String serviceType; |
307 | 142 | //就诊卡号 |
308 | 143 | private String vcCardNo; |
144 | + //apgar评分 | |
145 | + private String apgarScore; | |
146 | + //窒息分钟 | |
147 | + private String asphyxiaM; | |
148 | + // 妊娠结局 | |
149 | + private String pregnancyOut; | |
150 | + //新生儿疾病 | |
151 | + private String babyHealthy; | |
152 | + //母婴接触开始 | |
153 | + private String contactStartM; | |
154 | + //母婴接触时间 | |
155 | + private String contactM; | |
156 | + //早吮吸 | |
157 | + private String earlySuck; | |
309 | 158 | |
310 | - | |
159 | + public String getApgarScore() { | |
160 | + return apgarScore; | |
161 | + } | |
311 | 162 | |
163 | + public void setApgarScore(String apgarScore) { | |
164 | + this.apgarScore = apgarScore; | |
165 | + } | |
166 | + | |
167 | + public String getAsphyxiaM() { | |
168 | + return asphyxiaM; | |
169 | + } | |
170 | + | |
171 | + public void setAsphyxiaM(String asphyxiaM) { | |
172 | + this.asphyxiaM = asphyxiaM; | |
173 | + } | |
174 | + public String getHospitalId() { | |
175 | + return hospitalId; | |
176 | + } | |
177 | + | |
178 | + public void setHospitalId(String hospitalId) { | |
179 | + this.hospitalId = hospitalId; | |
180 | + } | |
181 | + | |
182 | + public String getCardNo() { | |
183 | + return cardNo; | |
184 | + } | |
185 | + | |
186 | + public void setCardNo(String cardNo) { | |
187 | + this.cardNo = cardNo; | |
188 | + } | |
189 | + | |
190 | + public String getsNumber() { | |
191 | + return sNumber; | |
192 | + } | |
193 | + | |
194 | + public void setsNumber(String sNumber) { | |
195 | + this.sNumber = sNumber; | |
196 | + } | |
197 | + public String getBabyHealthy() { | |
198 | + return babyHealthy; | |
199 | + } | |
200 | + | |
201 | + public void setBabyHealthy(String babyHealthy) { | |
202 | + this.babyHealthy = babyHealthy; | |
203 | + } | |
204 | + | |
205 | + public String getContactM() { | |
206 | + return contactM; | |
207 | + } | |
208 | + | |
209 | + public void setContactM(String contactM) { | |
210 | + this.contactM = contactM; | |
211 | + } | |
212 | + | |
213 | + public String getContactStartM() { | |
214 | + return contactStartM; | |
215 | + } | |
216 | + | |
217 | + public void setContactStartM(String contactStartM) { | |
218 | + this.contactStartM = contactStartM; | |
219 | + } | |
220 | + | |
221 | + public String getEarlySuck() { | |
222 | + return earlySuck; | |
223 | + } | |
224 | + | |
225 | + public void setEarlySuck(String earlySuck) { | |
226 | + this.earlySuck = earlySuck; | |
227 | + } | |
228 | + | |
229 | + public String getPregnancyOut() { | |
230 | + return pregnancyOut; | |
231 | + } | |
232 | + | |
233 | + public void setPregnancyOut(String pregnancyOut) { | |
234 | + this.pregnancyOut = pregnancyOut; | |
235 | + } | |
236 | + | |
312 | 237 | public Integer getYn() { |
313 | 238 | return yn; |
314 | 239 | } |
... | ... | @@ -540,6 +465,147 @@ |
540 | 465 | |
541 | 466 | public void setMproTypeId(String mproTypeId) { |
542 | 467 | this.mproTypeId = mproTypeId; |
468 | + } | |
469 | + public String getCommunityId() { | |
470 | + return communityId; | |
471 | + } | |
472 | + | |
473 | + public void setCommunityId(String communityId) { | |
474 | + this.communityId = communityId; | |
475 | + } | |
476 | + | |
477 | + public Date getCreated() { | |
478 | + return created; | |
479 | + } | |
480 | + | |
481 | + public void setCreated(Date created) { | |
482 | + this.created = created; | |
483 | + } | |
484 | + | |
485 | + public Date getModified() { | |
486 | + return modified; | |
487 | + } | |
488 | + | |
489 | + public void setModified(Date modified) { | |
490 | + this.modified = modified; | |
491 | + } | |
492 | + | |
493 | + public String getAddress() { | |
494 | + return address; | |
495 | + } | |
496 | + | |
497 | + public void setAddress(String address) { | |
498 | + this.address = address; | |
499 | + } | |
500 | + | |
501 | + public String getAreaId() { | |
502 | + return areaId; | |
503 | + } | |
504 | + | |
505 | + public void setAreaId(String areaId) { | |
506 | + this.areaId = areaId; | |
507 | + } | |
508 | + | |
509 | + public String getCityId() { | |
510 | + return cityId; | |
511 | + } | |
512 | + | |
513 | + public void setCityId(String cityId) { | |
514 | + this.cityId = cityId; | |
515 | + } | |
516 | + | |
517 | + public Date getFbirth() { | |
518 | + return fbirth; | |
519 | + } | |
520 | + | |
521 | + public void setFbirth(Date fbirth) { | |
522 | + this.fbirth = fbirth; | |
523 | + } | |
524 | + | |
525 | + public Date getMbirth() { | |
526 | + return mbirth; | |
527 | + } | |
528 | + | |
529 | + public void setMbirth(Date mbirth) { | |
530 | + this.mbirth = mbirth; | |
531 | + } | |
532 | + | |
533 | + public String getFjob() { | |
534 | + return fjob; | |
535 | + } | |
536 | + | |
537 | + public void setFjob(String fjob) { | |
538 | + this.fjob = fjob; | |
539 | + } | |
540 | + | |
541 | + public String getFname() { | |
542 | + return fname; | |
543 | + } | |
544 | + | |
545 | + public void setFname(String fname) { | |
546 | + this.fname = fname; | |
547 | + } | |
548 | + | |
549 | + public String getFphone() { | |
550 | + return fphone; | |
551 | + } | |
552 | + | |
553 | + public void setFphone(String fphone) { | |
554 | + this.fphone = fphone; | |
555 | + } | |
556 | + | |
557 | + | |
558 | + | |
559 | + public String getMjob() { | |
560 | + return mjob; | |
561 | + } | |
562 | + | |
563 | + public void setMjob(String mjob) { | |
564 | + this.mjob = mjob; | |
565 | + } | |
566 | + | |
567 | + public String getMname() { | |
568 | + return mname; | |
569 | + } | |
570 | + | |
571 | + public void setMname(String mname) { | |
572 | + this.mname = mname; | |
573 | + } | |
574 | + | |
575 | + public String getMphone() { | |
576 | + return mphone; | |
577 | + } | |
578 | + | |
579 | + public void setMphone(String mphone) { | |
580 | + this.mphone = mphone; | |
581 | + } | |
582 | + | |
583 | + public String getOrg() { | |
584 | + return org; | |
585 | + } | |
586 | + | |
587 | + public void setOrg(String org) { | |
588 | + this.org = org; | |
589 | + } | |
590 | + | |
591 | + public String getProvinceId() { | |
592 | + return provinceId; | |
593 | + } | |
594 | + | |
595 | + public void setProvinceId(String provinceId) { | |
596 | + this.provinceId = provinceId; | |
597 | + } | |
598 | + | |
599 | + public static long getSerialVersionUID() { | |
600 | + return serialVersionUID; | |
601 | + } | |
602 | + | |
603 | + public String getWeek() { | |
604 | + return week; | |
605 | + } | |
606 | + | |
607 | + public void setWeek(String week) { | |
608 | + this.week = week; | |
543 | 609 | } |
544 | 610 | } |