Commit 933e59a2df0927cec91c76333ce7935c595ab207
1 parent
44763700ab
Exists in
master
and in
8 other branches
产妇增加字段
Showing 1 changed file with 10 additions and 0 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/Patients.java
View file @
933e59a
... | ... | @@ -317,6 +317,8 @@ |
317 | 317 | private Integer lastReportId; |
318 | 318 | //高危风险id |
319 | 319 | private List<String> riskFactorId; |
320 | + //建档时高危风险id | |
321 | + private List<String> firstRiskFactorId; | |
320 | 322 | //风险等级颜色 |
321 | 323 | private String riskLevelId; |
322 | 324 | //高危评分值 |
... | ... | @@ -329,6 +331,14 @@ |
329 | 331 | private String husbandName; |
330 | 332 | private String husbandPhone; |
331 | 333 | private String vcCardNo; |
334 | + | |
335 | + public List<String> getFirstRiskFactorId() { | |
336 | + return firstRiskFactorId; | |
337 | + } | |
338 | + | |
339 | + public void setFirstRiskFactorId(List<String> firstRiskFactorId) { | |
340 | + this.firstRiskFactorId = firstRiskFactorId; | |
341 | + } | |
332 | 342 | |
333 | 343 | public List<String> getRiskFactorId() { |
334 | 344 | return riskFactorId; |