Commit 28cefb4bc0be405f11d5b634894fb6cf409f0aa1
1 parent
cd2c6b99dd
Exists in
master
and in
6 other branches
德州就诊查询
Showing 2 changed files with 26 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/AntenatalExaminationResult.java
View file @
28cefb4
| ... | ... | @@ -17,6 +17,17 @@ |
| 17 | 17 | |
| 18 | 18 | private String genRemark; // 一般检查备注 |
| 19 | 19 | |
| 20 | + //该字段是针对聊城东昌区妇幼保健医院保存当天孕妇的lis检查项 | |
| 21 | + private String lisCheckItems; | |
| 22 | + | |
| 23 | + public String getLisCheckItems() { | |
| 24 | + return lisCheckItems; | |
| 25 | + } | |
| 26 | + | |
| 27 | + public void setLisCheckItems(String lisCheckItems) { | |
| 28 | + this.lisCheckItems = lisCheckItems; | |
| 29 | + } | |
| 30 | + | |
| 20 | 31 | public String getGenRemark() { |
| 21 | 32 | return genRemark; |
| 22 | 33 | } |
| ... | ... | @@ -336,6 +347,7 @@ |
| 336 | 347 | setTireData(destModel.getTireData()); |
| 337 | 348 | setType(destModel.getType()); |
| 338 | 349 | setTypeYc(destModel.getTypeYc()); |
| 350 | + setLisCheckItems(destModel.getLisCheckItems()); | |
| 339 | 351 | return this; |
| 340 | 352 | } |
| 341 | 353 |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/AntexChuResult.java
View file @
28cefb4
| ... | ... | @@ -18,6 +18,19 @@ |
| 18 | 18 | private String genRemark; // 一般检查备注 |
| 19 | 19 | private String gynRemark; // 妇科检查备注 |
| 20 | 20 | |
| 21 | + | |
| 22 | + //该字段是针对聊城东昌区妇幼保健医院保存当天孕妇的lis检查项 | |
| 23 | + private String lisCheckItems; | |
| 24 | + | |
| 25 | + public String getLisCheckItems() { | |
| 26 | + return lisCheckItems; | |
| 27 | + } | |
| 28 | + | |
| 29 | + public void setLisCheckItems(String lisCheckItems) { | |
| 30 | + this.lisCheckItems = lisCheckItems; | |
| 31 | + } | |
| 32 | + | |
| 33 | + | |
| 21 | 34 | public String getGenRemark() { |
| 22 | 35 | return genRemark; |
| 23 | 36 | } |
| ... | ... | @@ -1426,6 +1439,7 @@ |
| 1426 | 1439 | setYljzxs(antExChuModel.getYljzxs()); |
| 1427 | 1440 | setJzxgyhwmkt(antExChuModel.getJzxgyhwmkt()); |
| 1428 | 1441 | setEdema(antExChuModel.getEdema()); |
| 1442 | + setLisCheckItems(antExChuModel.getLisCheckItems()); | |
| 1429 | 1443 | |
| 1430 | 1444 | } |
| 1431 | 1445 | return this; |