Commit a2d49e74556efdc952a5fe485a6463a34b64734a
1 parent
54151130f3
Exists in
master
and in
8 other branches
产妇增加字段
Showing 1 changed file with 124 additions and 128 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/Patients.java
View file @
a2d49e7
... | ... | @@ -114,70 +114,6 @@ |
114 | 114 | //分娩状态 0未终止妊娠 1终止妊娠 |
115 | 115 | private Integer dueStatus; |
116 | 116 | |
117 | - public Integer getDueStatus() { | |
118 | - return dueStatus; | |
119 | - } | |
120 | - | |
121 | - public void setDueStatus(Integer dueStatus) { | |
122 | - this.dueStatus = dueStatus; | |
123 | - } | |
124 | - | |
125 | - public String getMremark() { | |
126 | - return mremark; | |
127 | - } | |
128 | - | |
129 | - public void setMremark(String mremark) { | |
130 | - this.mremark = mremark; | |
131 | - } | |
132 | - | |
133 | - public Integer getServiceStatus() { | |
134 | - return serviceStatus; | |
135 | - } | |
136 | - | |
137 | - public void setServiceStatus(Integer serviceStatus) { | |
138 | - this.serviceStatus = serviceStatus; | |
139 | - } | |
140 | - | |
141 | - public Integer getExpVip() { | |
142 | - return expVip; | |
143 | - } | |
144 | - | |
145 | - public void setExpVip(Integer expVip) { | |
146 | - this.expVip = expVip; | |
147 | - } | |
148 | - | |
149 | - public Date getVipEndTime() { | |
150 | - return vipEndTime; | |
151 | - } | |
152 | - | |
153 | - public void setVipEndTime(Date vipEndTime) { | |
154 | - this.vipEndTime = vipEndTime; | |
155 | - } | |
156 | - | |
157 | - public String getAreaId() { | |
158 | - return areaId; | |
159 | - } | |
160 | - | |
161 | - public void setAreaId(String areaId) { | |
162 | - this.areaId = areaId; | |
163 | - } | |
164 | - | |
165 | - public String getCityId() { | |
166 | - return cityId; | |
167 | - } | |
168 | - | |
169 | - public void setCityId(String cityId) { | |
170 | - this.cityId = cityId; | |
171 | - } | |
172 | - | |
173 | - public String getProvinceId() { | |
174 | - return provinceId; | |
175 | - } | |
176 | - | |
177 | - public void setProvinceId(String provinceId) { | |
178 | - this.provinceId = provinceId; | |
179 | - } | |
180 | - | |
181 | 117 | /** |
182 | 118 | * 产后休养地 |
183 | 119 | */ |
184 | 120 | |
... | ... | @@ -187,38 +123,7 @@ |
187 | 123 | private String areaPostRestId; |
188 | 124 | private String streetPostRestId; |
189 | 125 | |
190 | - public String getAddressPostRest() { | |
191 | - return addressPostRest; | |
192 | - } | |
193 | 126 | |
194 | - public void setAddressPostRest(String addressPostRest) { | |
195 | - this.addressPostRest = addressPostRest; | |
196 | - } | |
197 | - | |
198 | - public String getProvincePostRestId() { | |
199 | - return provincePostRestId; | |
200 | - } | |
201 | - | |
202 | - public void setProvincePostRestId(String provincePostRestId) { | |
203 | - this.provincePostRestId = provincePostRestId; | |
204 | - } | |
205 | - | |
206 | - public String getCityPostRestId() { | |
207 | - return cityPostRestId; | |
208 | - } | |
209 | - | |
210 | - public void setCityPostRestId(String cityPostRestId) { | |
211 | - this.cityPostRestId = cityPostRestId; | |
212 | - } | |
213 | - | |
214 | - public String getAreaPostRestId() { | |
215 | - return areaPostRestId; | |
216 | - } | |
217 | - | |
218 | - public void setAreaPostRestId(String areaPostRestId) { | |
219 | - this.areaPostRestId = areaPostRestId; | |
220 | - } | |
221 | - | |
222 | 127 | /** |
223 | 128 | * 户籍 |
224 | 129 | */ |
... | ... | @@ -228,38 +133,6 @@ |
228 | 133 | private String areaRegisterId; |
229 | 134 | private String streetRegisterId; |
230 | 135 | |
231 | - public String getAddressRegister() { | |
232 | - return addressRegister; | |
233 | - } | |
234 | - | |
235 | - public void setAddressRegister(String addressRegister) { | |
236 | - this.addressRegister = addressRegister; | |
237 | - } | |
238 | - | |
239 | - public String getProvinceRegisterId() { | |
240 | - return provinceRegisterId; | |
241 | - } | |
242 | - | |
243 | - public void setProvinceRegisterId(String provinceRegisterId) { | |
244 | - this.provinceRegisterId = provinceRegisterId; | |
245 | - } | |
246 | - | |
247 | - public String getCityRegisterId() { | |
248 | - return cityRegisterId; | |
249 | - } | |
250 | - | |
251 | - public void setCityRegisterId(String cityRegisterId) { | |
252 | - this.cityRegisterId = cityRegisterId; | |
253 | - } | |
254 | - | |
255 | - public String getAreaRegisterId() { | |
256 | - return areaRegisterId; | |
257 | - } | |
258 | - | |
259 | - public void setAreaRegisterId(String areaRegisterId) { | |
260 | - this.areaRegisterId = areaRegisterId; | |
261 | - } | |
262 | - | |
263 | 136 | /** |
264 | 137 | * 社区id |
265 | 138 | */ |
... | ... | @@ -313,7 +186,7 @@ |
313 | 186 | private Date nextCheckTime; |
314 | 187 | |
315 | 188 | private Integer patientLevel; |
316 | - | |
189 | + //最后一次产检医生职工ID | |
317 | 190 | private String lastCheckEmployeeId; |
318 | 191 | //最后一次检查id |
319 | 192 | private Integer lastReportId; |
320 | 193 | |
... | ... | @@ -365,7 +238,37 @@ |
365 | 238 | public void setRiskLevelId(String riskLevelId) { |
366 | 239 | this.riskLevelId = riskLevelId; |
367 | 240 | } |
241 | + public String getAddressPostRest() { | |
242 | + return addressPostRest; | |
243 | + } | |
368 | 244 | |
245 | + public void setAddressPostRest(String addressPostRest) { | |
246 | + this.addressPostRest = addressPostRest; | |
247 | + } | |
248 | + | |
249 | + public String getProvincePostRestId() { | |
250 | + return provincePostRestId; | |
251 | + } | |
252 | + | |
253 | + public void setProvincePostRestId(String provincePostRestId) { | |
254 | + this.provincePostRestId = provincePostRestId; | |
255 | + } | |
256 | + | |
257 | + public String getCityPostRestId() { | |
258 | + return cityPostRestId; | |
259 | + } | |
260 | + | |
261 | + public void setCityPostRestId(String cityPostRestId) { | |
262 | + this.cityPostRestId = cityPostRestId; | |
263 | + } | |
264 | + | |
265 | + public String getAreaPostRestId() { | |
266 | + return areaPostRestId; | |
267 | + } | |
268 | + | |
269 | + public void setAreaPostRestId(String areaPostRestId) { | |
270 | + this.areaPostRestId = areaPostRestId; | |
271 | + } | |
369 | 272 | public Integer getRiskScore() { |
370 | 273 | return riskScore; |
371 | 274 | } |
... | ... | @@ -422,6 +325,37 @@ |
422 | 325 | this.lastReportDoctorName = lastReportDoctorName; |
423 | 326 | } |
424 | 327 | |
328 | + public String getAddressRegister() { | |
329 | + return addressRegister; | |
330 | + } | |
331 | + | |
332 | + public void setAddressRegister(String addressRegister) { | |
333 | + this.addressRegister = addressRegister; | |
334 | + } | |
335 | + | |
336 | + public String getProvinceRegisterId() { | |
337 | + return provinceRegisterId; | |
338 | + } | |
339 | + | |
340 | + public void setProvinceRegisterId(String provinceRegisterId) { | |
341 | + this.provinceRegisterId = provinceRegisterId; | |
342 | + } | |
343 | + | |
344 | + public String getCityRegisterId() { | |
345 | + return cityRegisterId; | |
346 | + } | |
347 | + | |
348 | + public void setCityRegisterId(String cityRegisterId) { | |
349 | + this.cityRegisterId = cityRegisterId; | |
350 | + } | |
351 | + | |
352 | + public String getAreaRegisterId() { | |
353 | + return areaRegisterId; | |
354 | + } | |
355 | + | |
356 | + public void setAreaRegisterId(String areaRegisterId) { | |
357 | + this.areaRegisterId = areaRegisterId; | |
358 | + } | |
425 | 359 | public Integer getLastReportId() { |
426 | 360 | return lastReportId; |
427 | 361 | } |
428 | 362 | |
... | ... | @@ -430,7 +364,69 @@ |
430 | 364 | this.lastReportId = lastReportId; |
431 | 365 | } |
432 | 366 | |
367 | + public Integer getDueStatus() { | |
368 | + return dueStatus; | |
369 | + } | |
433 | 370 | |
371 | + public void setDueStatus(Integer dueStatus) { | |
372 | + this.dueStatus = dueStatus; | |
373 | + } | |
374 | + | |
375 | + public String getMremark() { | |
376 | + return mremark; | |
377 | + } | |
378 | + | |
379 | + public void setMremark(String mremark) { | |
380 | + this.mremark = mremark; | |
381 | + } | |
382 | + | |
383 | + public Integer getServiceStatus() { | |
384 | + return serviceStatus; | |
385 | + } | |
386 | + | |
387 | + public void setServiceStatus(Integer serviceStatus) { | |
388 | + this.serviceStatus = serviceStatus; | |
389 | + } | |
390 | + | |
391 | + public Integer getExpVip() { | |
392 | + return expVip; | |
393 | + } | |
394 | + | |
395 | + public void setExpVip(Integer expVip) { | |
396 | + this.expVip = expVip; | |
397 | + } | |
398 | + | |
399 | + public Date getVipEndTime() { | |
400 | + return vipEndTime; | |
401 | + } | |
402 | + | |
403 | + public void setVipEndTime(Date vipEndTime) { | |
404 | + this.vipEndTime = vipEndTime; | |
405 | + } | |
406 | + | |
407 | + public String getAreaId() { | |
408 | + return areaId; | |
409 | + } | |
410 | + | |
411 | + public void setAreaId(String areaId) { | |
412 | + this.areaId = areaId; | |
413 | + } | |
414 | + | |
415 | + public String getCityId() { | |
416 | + return cityId; | |
417 | + } | |
418 | + | |
419 | + public void setCityId(String cityId) { | |
420 | + this.cityId = cityId; | |
421 | + } | |
422 | + | |
423 | + public String getProvinceId() { | |
424 | + return provinceId; | |
425 | + } | |
426 | + | |
427 | + public void setProvinceId(String provinceId) { | |
428 | + this.provinceId = provinceId; | |
429 | + } | |
434 | 430 | |
435 | 431 | public Integer getServiceType() { |
436 | 432 | return serviceType; |