Commit 8894e38b970795d78692a8ce8eb4fc2ed642b906
1 parent
15da11b573
Exists in
master
and in
1 other branch
add code
Showing 1 changed file with 282 additions and 276 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/Patients.java
View file @
8894e38
| ... | ... | @@ -15,10 +15,10 @@ |
| 15 | 15 | |
| 16 | 16 | |
| 17 | 17 | /** |
| 18 | - * | |
| 19 | - */ | |
| 20 | - private static final long serialVersionUID = 1L; | |
| 21 | - /** | |
| 18 | + * | |
| 19 | + */ | |
| 20 | + private static final long serialVersionUID = 1L; | |
| 21 | + /** | |
| 22 | 22 | * 身份证号码 |
| 23 | 23 | */ |
| 24 | 24 | @Field("cardno") |
| 25 | 25 | |
| 26 | 26 | |
| 27 | 27 | |
| 28 | 28 | |
| 29 | 29 | |
| 30 | 30 | |
| ... | ... | @@ -33,29 +33,29 @@ |
| 33 | 33 | */ |
| 34 | 34 | @Field("duetype") |
| 35 | 35 | private String dueType; |
| 36 | - | |
| 36 | + | |
| 37 | 37 | /******add by lqy begin*******/ |
| 38 | 38 | //孕妇国籍Id |
| 39 | 39 | private String pcountryId; |
| 40 | - | |
| 40 | + | |
| 41 | 41 | //孕妇民族Id |
| 42 | 42 | private String pnationId; |
| 43 | - | |
| 43 | + | |
| 44 | 44 | //孕妇职业类别Id |
| 45 | 45 | private String pprofessionTypeId; |
| 46 | - | |
| 46 | + | |
| 47 | 47 | //户籍类型Id |
| 48 | 48 | private String pcensusTypeId; |
| 49 | - | |
| 49 | + | |
| 50 | 50 | //工作单位 |
| 51 | 51 | private String pworkUnit; |
| 52 | 52 | |
| 53 | 53 | //居住类别Id |
| 54 | 54 | private String pliveTypeId; |
| 55 | - | |
| 55 | + | |
| 56 | 56 | //证件类型Id |
| 57 | 57 | private String pcerteTypeId; |
| 58 | - | |
| 58 | + | |
| 59 | 59 | //建档号 |
| 60 | 60 | private String fileCode; |
| 61 | 61 | //建档医生 |
| ... | ... | @@ -66,8 +66,8 @@ |
| 66 | 66 | |
| 67 | 67 | //医院ID |
| 68 | 68 | private Integer hospitalId; |
| 69 | - | |
| 70 | - | |
| 69 | + | |
| 70 | + | |
| 71 | 71 | /***********丈夫信息***********/ |
| 72 | 72 | |
| 73 | 73 | //证件号 |
| ... | ... | @@ -82,7 +82,7 @@ |
| 82 | 82 | private String hworkUnit; |
| 83 | 83 | //职业类别Id |
| 84 | 84 | private String hprofessionTypeId; |
| 85 | - | |
| 85 | + | |
| 86 | 86 | //户籍地址 |
| 87 | 87 | private String haddressRegister; |
| 88 | 88 | private String hprovinceRegisterId; |
| 89 | 89 | |
| ... | ... | @@ -115,80 +115,8 @@ |
| 115 | 115 | private Integer dueStatus; |
| 116 | 116 | |
| 117 | 117 | //建档类型 0 未分娩建档 1儿童建档时建档 |
| 118 | - private Integer buildType; | |
| 118 | + private Integer buildType; | |
| 119 | 119 | |
| 120 | - public Integer getBuildType() { | |
| 121 | - return buildType; | |
| 122 | - } | |
| 123 | - | |
| 124 | - public void setBuildType(Integer buildType) { | |
| 125 | - this.buildType = buildType; | |
| 126 | - } | |
| 127 | - | |
| 128 | - public Integer getDueStatus() { | |
| 129 | - return dueStatus; | |
| 130 | - } | |
| 131 | - | |
| 132 | - public void setDueStatus(Integer dueStatus) { | |
| 133 | - this.dueStatus = dueStatus; | |
| 134 | - } | |
| 135 | - | |
| 136 | - public String getMremark() { | |
| 137 | - return mremark; | |
| 138 | - } | |
| 139 | - | |
| 140 | - public void setMremark(String mremark) { | |
| 141 | - this.mremark = mremark; | |
| 142 | - } | |
| 143 | - | |
| 144 | - public Integer getServiceStatus() { | |
| 145 | - return serviceStatus; | |
| 146 | - } | |
| 147 | - | |
| 148 | - public void setServiceStatus(Integer serviceStatus) { | |
| 149 | - this.serviceStatus = serviceStatus; | |
| 150 | - } | |
| 151 | - | |
| 152 | - public Integer getExpVip() { | |
| 153 | - return expVip; | |
| 154 | - } | |
| 155 | - | |
| 156 | - public void setExpVip(Integer expVip) { | |
| 157 | - this.expVip = expVip; | |
| 158 | - } | |
| 159 | - | |
| 160 | - public Date getVipEndTime() { | |
| 161 | - return vipEndTime; | |
| 162 | - } | |
| 163 | - | |
| 164 | - public void setVipEndTime(Date vipEndTime) { | |
| 165 | - this.vipEndTime = vipEndTime; | |
| 166 | - } | |
| 167 | - | |
| 168 | - public String getAreaId() { | |
| 169 | - return areaId; | |
| 170 | - } | |
| 171 | - | |
| 172 | - public void setAreaId(String areaId) { | |
| 173 | - this.areaId = areaId; | |
| 174 | - } | |
| 175 | - | |
| 176 | - public String getCityId() { | |
| 177 | - return cityId; | |
| 178 | - } | |
| 179 | - | |
| 180 | - public void setCityId(String cityId) { | |
| 181 | - this.cityId = cityId; | |
| 182 | - } | |
| 183 | - | |
| 184 | - public String getProvinceId() { | |
| 185 | - return provinceId; | |
| 186 | - } | |
| 187 | - | |
| 188 | - public void setProvinceId(String provinceId) { | |
| 189 | - this.provinceId = provinceId; | |
| 190 | - } | |
| 191 | - | |
| 192 | 120 | /** |
| 193 | 121 | * 产后休养地 |
| 194 | 122 | */ |
| 195 | 123 | |
| ... | ... | @@ -198,38 +126,7 @@ |
| 198 | 126 | private String areaPostRestId; |
| 199 | 127 | private String streetPostRestId; |
| 200 | 128 | |
| 201 | - public String getAddressPostRest() { | |
| 202 | - return addressPostRest; | |
| 203 | - } | |
| 204 | 129 | |
| 205 | - public void setAddressPostRest(String addressPostRest) { | |
| 206 | - this.addressPostRest = addressPostRest; | |
| 207 | - } | |
| 208 | - | |
| 209 | - public String getProvincePostRestId() { | |
| 210 | - return provincePostRestId; | |
| 211 | - } | |
| 212 | - | |
| 213 | - public void setProvincePostRestId(String provincePostRestId) { | |
| 214 | - this.provincePostRestId = provincePostRestId; | |
| 215 | - } | |
| 216 | - | |
| 217 | - public String getCityPostRestId() { | |
| 218 | - return cityPostRestId; | |
| 219 | - } | |
| 220 | - | |
| 221 | - public void setCityPostRestId(String cityPostRestId) { | |
| 222 | - this.cityPostRestId = cityPostRestId; | |
| 223 | - } | |
| 224 | - | |
| 225 | - public String getAreaPostRestId() { | |
| 226 | - return areaPostRestId; | |
| 227 | - } | |
| 228 | - | |
| 229 | - public void setAreaPostRestId(String areaPostRestId) { | |
| 230 | - this.areaPostRestId = areaPostRestId; | |
| 231 | - } | |
| 232 | - | |
| 233 | 130 | /** |
| 234 | 131 | * 户籍 |
| 235 | 132 | */ |
| ... | ... | @@ -239,38 +136,6 @@ |
| 239 | 136 | private String areaRegisterId; |
| 240 | 137 | private String streetRegisterId; |
| 241 | 138 | |
| 242 | - public String getAddressRegister() { | |
| 243 | - return addressRegister; | |
| 244 | - } | |
| 245 | - | |
| 246 | - public void setAddressRegister(String addressRegister) { | |
| 247 | - this.addressRegister = addressRegister; | |
| 248 | - } | |
| 249 | - | |
| 250 | - public String getProvinceRegisterId() { | |
| 251 | - return provinceRegisterId; | |
| 252 | - } | |
| 253 | - | |
| 254 | - public void setProvinceRegisterId(String provinceRegisterId) { | |
| 255 | - this.provinceRegisterId = provinceRegisterId; | |
| 256 | - } | |
| 257 | - | |
| 258 | - public String getCityRegisterId() { | |
| 259 | - return cityRegisterId; | |
| 260 | - } | |
| 261 | - | |
| 262 | - public void setCityRegisterId(String cityRegisterId) { | |
| 263 | - this.cityRegisterId = cityRegisterId; | |
| 264 | - } | |
| 265 | - | |
| 266 | - public String getAreaRegisterId() { | |
| 267 | - return areaRegisterId; | |
| 268 | - } | |
| 269 | - | |
| 270 | - public void setAreaRegisterId(String areaRegisterId) { | |
| 271 | - this.areaRegisterId = areaRegisterId; | |
| 272 | - } | |
| 273 | - | |
| 274 | 139 | /** |
| 275 | 140 | * 社区id |
| 276 | 141 | */ |
| 277 | 142 | |
| 278 | 143 | |
| ... | ... | @@ -287,10 +152,12 @@ |
| 287 | 152 | private Integer crisis; |
| 288 | 153 | |
| 289 | 154 | private String avatar; |
| 290 | - | |
| 155 | + //预产期 | |
| 291 | 156 | private Date dueDate; |
| 292 | - | |
| 157 | + //末次月经 | |
| 293 | 158 | private Date lastMenses; |
| 159 | + //分娩日期 | |
| 160 | + private Date fmDate; | |
| 294 | 161 | |
| 295 | 162 | @SuppressWarnings("unused") |
| 296 | 163 | private Integer age; |
| ... | ... | @@ -322,7 +189,7 @@ |
| 322 | 189 | private Date nextCheckTime; |
| 323 | 190 | |
| 324 | 191 | private Integer patientLevel; |
| 325 | - | |
| 192 | + //最后一次产检医生职工ID | |
| 326 | 193 | private String lastCheckEmployeeId; |
| 327 | 194 | //最后一次检查id |
| 328 | 195 | private Integer lastReportId; |
| ... | ... | @@ -333,7 +200,7 @@ |
| 333 | 200 | //风险等级颜色 |
| 334 | 201 | private String riskLevelId; |
| 335 | 202 | //高危评分值 |
| 336 | - private String riskScore; | |
| 203 | + private Integer riskScore; | |
| 337 | 204 | private Integer serviceType; |
| 338 | 205 | private Integer vip; |
| 339 | 206 | //最后一次检查医生名称 |
| ... | ... | @@ -343,6 +210,14 @@ |
| 343 | 210 | private String husbandPhone; |
| 344 | 211 | private String vcCardNo; |
| 345 | 212 | |
| 213 | + public Date getFmDate() { | |
| 214 | + return fmDate; | |
| 215 | + } | |
| 216 | + | |
| 217 | + public void setFmDate(Date fmDate) { | |
| 218 | + this.fmDate = fmDate; | |
| 219 | + } | |
| 220 | + | |
| 346 | 221 | public List<String> getFirstRiskFactorId() { |
| 347 | 222 | return firstRiskFactorId; |
| 348 | 223 | } |
| 349 | 224 | |
| 350 | 225 | |
| ... | ... | @@ -366,12 +241,42 @@ |
| 366 | 241 | public void setRiskLevelId(String riskLevelId) { |
| 367 | 242 | this.riskLevelId = riskLevelId; |
| 368 | 243 | } |
| 244 | + public String getAddressPostRest() { | |
| 245 | + return addressPostRest; | |
| 246 | + } | |
| 369 | 247 | |
| 370 | - public String getRiskScore() { | |
| 248 | + public void setAddressPostRest(String addressPostRest) { | |
| 249 | + this.addressPostRest = addressPostRest; | |
| 250 | + } | |
| 251 | + | |
| 252 | + public String getProvincePostRestId() { | |
| 253 | + return provincePostRestId; | |
| 254 | + } | |
| 255 | + | |
| 256 | + public void setProvincePostRestId(String provincePostRestId) { | |
| 257 | + this.provincePostRestId = provincePostRestId; | |
| 258 | + } | |
| 259 | + | |
| 260 | + public String getCityPostRestId() { | |
| 261 | + return cityPostRestId; | |
| 262 | + } | |
| 263 | + | |
| 264 | + public void setCityPostRestId(String cityPostRestId) { | |
| 265 | + this.cityPostRestId = cityPostRestId; | |
| 266 | + } | |
| 267 | + | |
| 268 | + public String getAreaPostRestId() { | |
| 269 | + return areaPostRestId; | |
| 270 | + } | |
| 271 | + | |
| 272 | + public void setAreaPostRestId(String areaPostRestId) { | |
| 273 | + this.areaPostRestId = areaPostRestId; | |
| 274 | + } | |
| 275 | + public Integer getRiskScore() { | |
| 371 | 276 | return riskScore; |
| 372 | 277 | } |
| 373 | 278 | |
| 374 | - public void setRiskScore(String riskScore) { | |
| 279 | + public void setRiskScore(Integer riskScore) { | |
| 375 | 280 | this.riskScore = riskScore; |
| 376 | 281 | } |
| 377 | 282 | |
| ... | ... | @@ -395,6 +300,14 @@ |
| 395 | 300 | return husbandPhone; |
| 396 | 301 | } |
| 397 | 302 | |
| 303 | + public Integer getBuildType() { | |
| 304 | + return buildType; | |
| 305 | + } | |
| 306 | + | |
| 307 | + public void setBuildType(Integer buildType) { | |
| 308 | + this.buildType = buildType; | |
| 309 | + } | |
| 310 | + | |
| 398 | 311 | public void setHusbandPhone(String husbandPhone) { |
| 399 | 312 | this.husbandPhone = husbandPhone; |
| 400 | 313 | } |
| ... | ... | @@ -423,6 +336,37 @@ |
| 423 | 336 | this.lastReportDoctorName = lastReportDoctorName; |
| 424 | 337 | } |
| 425 | 338 | |
| 339 | + public String getAddressRegister() { | |
| 340 | + return addressRegister; | |
| 341 | + } | |
| 342 | + | |
| 343 | + public void setAddressRegister(String addressRegister) { | |
| 344 | + this.addressRegister = addressRegister; | |
| 345 | + } | |
| 346 | + | |
| 347 | + public String getProvinceRegisterId() { | |
| 348 | + return provinceRegisterId; | |
| 349 | + } | |
| 350 | + | |
| 351 | + public void setProvinceRegisterId(String provinceRegisterId) { | |
| 352 | + this.provinceRegisterId = provinceRegisterId; | |
| 353 | + } | |
| 354 | + | |
| 355 | + public String getCityRegisterId() { | |
| 356 | + return cityRegisterId; | |
| 357 | + } | |
| 358 | + | |
| 359 | + public void setCityRegisterId(String cityRegisterId) { | |
| 360 | + this.cityRegisterId = cityRegisterId; | |
| 361 | + } | |
| 362 | + | |
| 363 | + public String getAreaRegisterId() { | |
| 364 | + return areaRegisterId; | |
| 365 | + } | |
| 366 | + | |
| 367 | + public void setAreaRegisterId(String areaRegisterId) { | |
| 368 | + this.areaRegisterId = areaRegisterId; | |
| 369 | + } | |
| 426 | 370 | public Integer getLastReportId() { |
| 427 | 371 | return lastReportId; |
| 428 | 372 | } |
| 429 | 373 | |
| 430 | 374 | |
| ... | ... | @@ -431,8 +375,70 @@ |
| 431 | 375 | this.lastReportId = lastReportId; |
| 432 | 376 | } |
| 433 | 377 | |
| 378 | + public Integer getDueStatus() { | |
| 379 | + return dueStatus; | |
| 380 | + } | |
| 434 | 381 | |
| 382 | + public void setDueStatus(Integer dueStatus) { | |
| 383 | + this.dueStatus = dueStatus; | |
| 384 | + } | |
| 435 | 385 | |
| 386 | + public String getMremark() { | |
| 387 | + return mremark; | |
| 388 | + } | |
| 389 | + | |
| 390 | + public void setMremark(String mremark) { | |
| 391 | + this.mremark = mremark; | |
| 392 | + } | |
| 393 | + | |
| 394 | + public Integer getServiceStatus() { | |
| 395 | + return serviceStatus; | |
| 396 | + } | |
| 397 | + | |
| 398 | + public void setServiceStatus(Integer serviceStatus) { | |
| 399 | + this.serviceStatus = serviceStatus; | |
| 400 | + } | |
| 401 | + | |
| 402 | + public Integer getExpVip() { | |
| 403 | + return expVip; | |
| 404 | + } | |
| 405 | + | |
| 406 | + public void setExpVip(Integer expVip) { | |
| 407 | + this.expVip = expVip; | |
| 408 | + } | |
| 409 | + | |
| 410 | + public Date getVipEndTime() { | |
| 411 | + return vipEndTime; | |
| 412 | + } | |
| 413 | + | |
| 414 | + public void setVipEndTime(Date vipEndTime) { | |
| 415 | + this.vipEndTime = vipEndTime; | |
| 416 | + } | |
| 417 | + | |
| 418 | + public String getAreaId() { | |
| 419 | + return areaId; | |
| 420 | + } | |
| 421 | + | |
| 422 | + public void setAreaId(String areaId) { | |
| 423 | + this.areaId = areaId; | |
| 424 | + } | |
| 425 | + | |
| 426 | + public String getCityId() { | |
| 427 | + return cityId; | |
| 428 | + } | |
| 429 | + | |
| 430 | + public void setCityId(String cityId) { | |
| 431 | + this.cityId = cityId; | |
| 432 | + } | |
| 433 | + | |
| 434 | + public String getProvinceId() { | |
| 435 | + return provinceId; | |
| 436 | + } | |
| 437 | + | |
| 438 | + public void setProvinceId(String provinceId) { | |
| 439 | + this.provinceId = provinceId; | |
| 440 | + } | |
| 441 | + | |
| 436 | 442 | public Integer getServiceType() { |
| 437 | 443 | return serviceType; |
| 438 | 444 | } |
| 439 | 445 | |
| 440 | 446 | |
| 441 | 447 | |
| 442 | 448 | |
| 443 | 449 | |
| 444 | 450 | |
| 445 | 451 | |
| 446 | 452 | |
| 447 | 453 | |
| 448 | 454 | |
| 449 | 455 | |
| 450 | 456 | |
| 451 | 457 | |
| 452 | 458 | |
| 453 | 459 | |
| 454 | 460 | |
| 455 | 461 | |
| 456 | 462 | |
| 457 | 463 | |
| 458 | 464 | |
| 459 | 465 | |
| 460 | 466 | |
| 461 | 467 | |
| 462 | 468 | |
| 463 | 469 | |
| 464 | 470 | |
| 465 | 471 | |
| 466 | 472 | |
| 467 | 473 | |
| 468 | 474 | |
| 469 | 475 | |
| 470 | 476 | |
| 471 | 477 | |
| 472 | 478 | |
| 473 | 479 | |
| 474 | 480 | |
| 475 | 481 | |
| 476 | 482 | |
| 477 | 483 | |
| ... | ... | @@ -676,165 +682,165 @@ |
| 676 | 682 | this.isVisit = isVisit; |
| 677 | 683 | } |
| 678 | 684 | |
| 679 | - public String getPcountryId() { | |
| 680 | - return pcountryId; | |
| 681 | - } | |
| 685 | + public String getPcountryId() { | |
| 686 | + return pcountryId; | |
| 687 | + } | |
| 682 | 688 | |
| 683 | - public void setPcountryId(String pcountryId) { | |
| 684 | - this.pcountryId = pcountryId; | |
| 685 | - } | |
| 689 | + public void setPcountryId(String pcountryId) { | |
| 690 | + this.pcountryId = pcountryId; | |
| 691 | + } | |
| 686 | 692 | |
| 687 | - public String getPnationId() { | |
| 688 | - return pnationId; | |
| 689 | - } | |
| 693 | + public String getPnationId() { | |
| 694 | + return pnationId; | |
| 695 | + } | |
| 690 | 696 | |
| 691 | - public void setPnationId(String pnationId) { | |
| 692 | - this.pnationId = pnationId; | |
| 693 | - } | |
| 697 | + public void setPnationId(String pnationId) { | |
| 698 | + this.pnationId = pnationId; | |
| 699 | + } | |
| 694 | 700 | |
| 695 | - public String getPprofessionTypeId() { | |
| 696 | - return pprofessionTypeId; | |
| 697 | - } | |
| 701 | + public String getPprofessionTypeId() { | |
| 702 | + return pprofessionTypeId; | |
| 703 | + } | |
| 698 | 704 | |
| 699 | - public void setPprofessionTypeId(String pprofessionTypeId) { | |
| 700 | - this.pprofessionTypeId = pprofessionTypeId; | |
| 701 | - } | |
| 705 | + public void setPprofessionTypeId(String pprofessionTypeId) { | |
| 706 | + this.pprofessionTypeId = pprofessionTypeId; | |
| 707 | + } | |
| 702 | 708 | |
| 703 | - public String getPcensusTypeId() { | |
| 704 | - return pcensusTypeId; | |
| 705 | - } | |
| 709 | + public String getPcensusTypeId() { | |
| 710 | + return pcensusTypeId; | |
| 711 | + } | |
| 706 | 712 | |
| 707 | - public void setPcensusTypeId(String pcensusTypeId) { | |
| 708 | - this.pcensusTypeId = pcensusTypeId; | |
| 709 | - } | |
| 713 | + public void setPcensusTypeId(String pcensusTypeId) { | |
| 714 | + this.pcensusTypeId = pcensusTypeId; | |
| 715 | + } | |
| 710 | 716 | |
| 711 | - public String getPworkUnit() { | |
| 712 | - return pworkUnit; | |
| 713 | - } | |
| 717 | + public String getPworkUnit() { | |
| 718 | + return pworkUnit; | |
| 719 | + } | |
| 714 | 720 | |
| 715 | - public void setPworkUnit(String pworkUnit) { | |
| 716 | - this.pworkUnit = pworkUnit; | |
| 717 | - } | |
| 721 | + public void setPworkUnit(String pworkUnit) { | |
| 722 | + this.pworkUnit = pworkUnit; | |
| 723 | + } | |
| 718 | 724 | |
| 719 | - public String getPliveTypeId() { | |
| 720 | - return pliveTypeId; | |
| 721 | - } | |
| 725 | + public String getPliveTypeId() { | |
| 726 | + return pliveTypeId; | |
| 727 | + } | |
| 722 | 728 | |
| 723 | - public void setPliveTypeId(String pliveTypeId) { | |
| 724 | - this.pliveTypeId = pliveTypeId; | |
| 725 | - } | |
| 729 | + public void setPliveTypeId(String pliveTypeId) { | |
| 730 | + this.pliveTypeId = pliveTypeId; | |
| 731 | + } | |
| 726 | 732 | |
| 727 | - public String getPcerteTypeId() { | |
| 728 | - return pcerteTypeId; | |
| 729 | - } | |
| 733 | + public String getPcerteTypeId() { | |
| 734 | + return pcerteTypeId; | |
| 735 | + } | |
| 730 | 736 | |
| 731 | - public void setPcerteTypeId(String pcerteTypeId) { | |
| 732 | - this.pcerteTypeId = pcerteTypeId; | |
| 733 | - } | |
| 737 | + public void setPcerteTypeId(String pcerteTypeId) { | |
| 738 | + this.pcerteTypeId = pcerteTypeId; | |
| 739 | + } | |
| 734 | 740 | |
| 735 | - public String getFileCode() { | |
| 736 | - return fileCode; | |
| 737 | - } | |
| 741 | + public String getFileCode() { | |
| 742 | + return fileCode; | |
| 743 | + } | |
| 738 | 744 | |
| 739 | - public void setFileCode(String fileCode) { | |
| 740 | - this.fileCode = fileCode; | |
| 741 | - } | |
| 745 | + public void setFileCode(String fileCode) { | |
| 746 | + this.fileCode = fileCode; | |
| 747 | + } | |
| 742 | 748 | |
| 743 | - public String getBookbuildingDoctor() { | |
| 744 | - return bookbuildingDoctor; | |
| 745 | - } | |
| 749 | + public String getBookbuildingDoctor() { | |
| 750 | + return bookbuildingDoctor; | |
| 751 | + } | |
| 746 | 752 | |
| 747 | - public void setBookbuildingDoctor(String bookbuildingDoctor) { | |
| 748 | - this.bookbuildingDoctor = bookbuildingDoctor; | |
| 749 | - } | |
| 753 | + public void setBookbuildingDoctor(String bookbuildingDoctor) { | |
| 754 | + this.bookbuildingDoctor = bookbuildingDoctor; | |
| 755 | + } | |
| 750 | 756 | |
| 751 | - public Date getBookbuildingDate() { | |
| 752 | - return bookbuildingDate; | |
| 753 | - } | |
| 757 | + public Date getBookbuildingDate() { | |
| 758 | + return bookbuildingDate; | |
| 759 | + } | |
| 754 | 760 | |
| 755 | - public void setBookbuildingDate(Date bookbuildingDate) { | |
| 756 | - this.bookbuildingDate = bookbuildingDate; | |
| 757 | - } | |
| 761 | + public void setBookbuildingDate(Date bookbuildingDate) { | |
| 762 | + this.bookbuildingDate = bookbuildingDate; | |
| 763 | + } | |
| 758 | 764 | |
| 759 | - public String getHcertificateNum() { | |
| 760 | - return hcertificateNum; | |
| 761 | - } | |
| 765 | + public String getHcertificateNum() { | |
| 766 | + return hcertificateNum; | |
| 767 | + } | |
| 762 | 768 | |
| 763 | - public void setHcertificateNum(String hcertificateNum) { | |
| 764 | - this.hcertificateNum = hcertificateNum; | |
| 765 | - } | |
| 769 | + public void setHcertificateNum(String hcertificateNum) { | |
| 770 | + this.hcertificateNum = hcertificateNum; | |
| 771 | + } | |
| 766 | 772 | |
| 767 | - public String getHcertificateTypeId() { | |
| 768 | - return hcertificateTypeId; | |
| 769 | - } | |
| 773 | + public String getHcertificateTypeId() { | |
| 774 | + return hcertificateTypeId; | |
| 775 | + } | |
| 770 | 776 | |
| 771 | - public void setHcertificateTypeId(String hcertificateTypeId) { | |
| 772 | - this.hcertificateTypeId = hcertificateTypeId; | |
| 773 | - } | |
| 777 | + public void setHcertificateTypeId(String hcertificateTypeId) { | |
| 778 | + this.hcertificateTypeId = hcertificateTypeId; | |
| 779 | + } | |
| 774 | 780 | |
| 775 | - public String getHcountryId() { | |
| 776 | - return hcountryId; | |
| 777 | - } | |
| 781 | + public String getHcountryId() { | |
| 782 | + return hcountryId; | |
| 783 | + } | |
| 778 | 784 | |
| 779 | - public void setHcountryId(String hcountryId) { | |
| 780 | - this.hcountryId = hcountryId; | |
| 781 | - } | |
| 785 | + public void setHcountryId(String hcountryId) { | |
| 786 | + this.hcountryId = hcountryId; | |
| 787 | + } | |
| 782 | 788 | |
| 783 | - public String getHnationId() { | |
| 784 | - return hnationId; | |
| 785 | - } | |
| 789 | + public String getHnationId() { | |
| 790 | + return hnationId; | |
| 791 | + } | |
| 786 | 792 | |
| 787 | - public void setHnationId(String hnationId) { | |
| 788 | - this.hnationId = hnationId; | |
| 789 | - } | |
| 793 | + public void setHnationId(String hnationId) { | |
| 794 | + this.hnationId = hnationId; | |
| 795 | + } | |
| 790 | 796 | |
| 791 | - public String getHworkUnit() { | |
| 792 | - return hworkUnit; | |
| 793 | - } | |
| 797 | + public String getHworkUnit() { | |
| 798 | + return hworkUnit; | |
| 799 | + } | |
| 794 | 800 | |
| 795 | - public void setHworkUnit(String hworkUnit) { | |
| 796 | - this.hworkUnit = hworkUnit; | |
| 797 | - } | |
| 801 | + public void setHworkUnit(String hworkUnit) { | |
| 802 | + this.hworkUnit = hworkUnit; | |
| 803 | + } | |
| 798 | 804 | |
| 799 | - public String getHprofessionTypeId() { | |
| 800 | - return hprofessionTypeId; | |
| 801 | - } | |
| 805 | + public String getHprofessionTypeId() { | |
| 806 | + return hprofessionTypeId; | |
| 807 | + } | |
| 802 | 808 | |
| 803 | - public void setHprofessionTypeId(String hprofessionTypeId) { | |
| 804 | - this.hprofessionTypeId = hprofessionTypeId; | |
| 805 | - } | |
| 809 | + public void setHprofessionTypeId(String hprofessionTypeId) { | |
| 810 | + this.hprofessionTypeId = hprofessionTypeId; | |
| 811 | + } | |
| 806 | 812 | |
| 807 | - public String getHaddressRegister() { | |
| 808 | - return haddressRegister; | |
| 809 | - } | |
| 813 | + public String getHaddressRegister() { | |
| 814 | + return haddressRegister; | |
| 815 | + } | |
| 810 | 816 | |
| 811 | - public void setHaddressRegister(String haddressRegister) { | |
| 812 | - this.haddressRegister = haddressRegister; | |
| 813 | - } | |
| 817 | + public void setHaddressRegister(String haddressRegister) { | |
| 818 | + this.haddressRegister = haddressRegister; | |
| 819 | + } | |
| 814 | 820 | |
| 815 | - public String getHprovinceRegisterId() { | |
| 816 | - return hprovinceRegisterId; | |
| 817 | - } | |
| 821 | + public String getHprovinceRegisterId() { | |
| 822 | + return hprovinceRegisterId; | |
| 823 | + } | |
| 818 | 824 | |
| 819 | - public void setHprovinceRegisterId(String hprovinceRegisterId) { | |
| 820 | - this.hprovinceRegisterId = hprovinceRegisterId; | |
| 821 | - } | |
| 825 | + public void setHprovinceRegisterId(String hprovinceRegisterId) { | |
| 826 | + this.hprovinceRegisterId = hprovinceRegisterId; | |
| 827 | + } | |
| 822 | 828 | |
| 823 | - public String getHcityRegisterId() { | |
| 824 | - return hcityRegisterId; | |
| 825 | - } | |
| 829 | + public String getHcityRegisterId() { | |
| 830 | + return hcityRegisterId; | |
| 831 | + } | |
| 826 | 832 | |
| 827 | - public void setHcityRegisterId(String hcityRegisterId) { | |
| 828 | - this.hcityRegisterId = hcityRegisterId; | |
| 829 | - } | |
| 833 | + public void setHcityRegisterId(String hcityRegisterId) { | |
| 834 | + this.hcityRegisterId = hcityRegisterId; | |
| 835 | + } | |
| 830 | 836 | |
| 831 | - public String getHareaRegisterId() { | |
| 832 | - return hareaRegisterId; | |
| 833 | - } | |
| 837 | + public String getHareaRegisterId() { | |
| 838 | + return hareaRegisterId; | |
| 839 | + } | |
| 834 | 840 | |
| 835 | - public void setHareaRegisterId(String hareaRegisterId) { | |
| 836 | - this.hareaRegisterId = hareaRegisterId; | |
| 837 | - } | |
| 841 | + public void setHareaRegisterId(String hareaRegisterId) { | |
| 842 | + this.hareaRegisterId = hareaRegisterId; | |
| 843 | + } | |
| 838 | 844 | |
| 839 | 845 | public Integer getHospitalId() { |
| 840 | 846 | return hospitalId; |