Commit 45cf5c1ea0897fa9e8525a821b5f4f85176a5c99
1 parent
048a26108f
Exists in
master
and in
6 other branches
产前诊断
Showing 1 changed file with 5 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/DiagnosisResult.java
View file @
45cf5c1
... | ... | @@ -232,6 +232,11 @@ |
232 | 232 | public DiagnosisResult convertToResult(Patients patient){ |
233 | 233 | setParentId(patient.getId()); |
234 | 234 | setName(patient.getUsername()); |
235 | + setPhone(patient.getPhone()); | |
236 | + setBirth(DateUtil.getyyyy_MM_dd(patient.getBirth())); | |
237 | + setCollectDocterId(patient.getOperator().toString()); | |
238 | + setSendDocterId(patient.getOperator().toString()); | |
239 | + setCollectHospitalId(patient.getHospitalId()); | |
235 | 240 | try{ |
236 | 241 | if (null != patient.getBirth()) { |
237 | 242 | setAge(DateUtil.getAge(patient.getBirth())); |