Commit 0fcae8513b7261e314ae60b56b304f9fdb58c31b
1 parent
b07cf6e0dd
Exists in
master
and in
1 other branch
修改新电子病历
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/SieveDetailResult.java
View file @
0fcae85
| 1 | 1 | package com.lyms.platform.operate.web.result; |
| 2 | 2 | |
| 3 | 3 | import com.lyms.platform.common.enums.ChanQResultEnums; |
| 4 | +import com.lyms.platform.common.enums.RenShenJieJu1Enums; | |
| 4 | 5 | import com.lyms.platform.common.enums.RenShenJieJuEnums; |
| 5 | 6 | import com.lyms.platform.common.utils.DateUtil; |
| 6 | 7 | import com.lyms.platform.pojo.Patients; |
| ... | ... | @@ -250,7 +251,7 @@ |
| 250 | 251 | } |
| 251 | 252 | setPregnancyOutcome(sieveModel.getRenShenResult()+""); |
| 252 | 253 | if(null!=sieveModel.getRenShenResult()){ |
| 253 | - setPregnancyOutcomeText(RenShenJieJuEnums.getTitle(sieveModel.getRenShenResult()+"")); | |
| 254 | + setPregnancyOutcomeText(RenShenJieJu1Enums.getTitle(sieveModel.getRenShenResult() + "")); | |
| 254 | 255 | } |
| 255 | 256 | setStatus(sieveModel.getStatus()); |
| 256 | 257 | setDiaTime(sieveModel.getDiaTime()); |