Commit 5dd3e6d76311b9b7401fd23d77159753ec9afef5
1 parent
79850f2c8b
Exists in
master
and in
1 other branch
增加是否通知
Showing 1 changed file with 4 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/AntenatalExaminationResult.java
View file @
5dd3e6d
... | ... | @@ -104,8 +104,10 @@ |
104 | 104 | this.hasSieve = hasSieve; |
105 | 105 | } |
106 | 106 | |
107 | + public String getNextCheckTime() { | |
108 | + return nextCheckTime; | |
109 | + } | |
107 | 110 | |
108 | - | |
109 | 111 | @Override |
110 | 112 | public AntenatalExaminationResult convertToResult(AntenatalExaminationModel destModel) { |
111 | 113 | setEdema(destModel.getEdema()); |
... | ... | @@ -130,7 +132,7 @@ |
130 | 132 | } |
131 | 133 | }catch (Exception e){ |
132 | 134 | } |
133 | - | |
135 | +setcDueWeek(destModel.getcDueWeek()); | |
134 | 136 | setChiefComplaint(destModel.getChiefComplaint()); |
135 | 137 | |
136 | 138 | setCheckDoctor(destModel.getCheckDoctor()); |