Commit b893755d51cbd288ccd125b5b8572983205714c3
1 parent
d28f319548
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 6 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/Nczxyy/NczxyyLisService.java
View file @
b893755
| ... | ... | @@ -262,6 +262,7 @@ |
| 262 | 262 | CheckResponse.setName(nczxyyxq2.getData().get姓名()); |
| 263 | 263 | CheckResponse.setModified(formatter.parse(nczxyyxq2.getData().get报告时间())); |
| 264 | 264 | CheckResponse.setType(1); |
| 265 | + CheckResponse.setDoctor(nczxyyxq2.getData().get申请医师()); | |
| 265 | 266 | CheckResponse.setTitle(nczxyyxq2.getData().get申请项目()); |
| 266 | 267 | CheckResponse.setAge(nczxyyxq2.getData().get年龄()); |
| 267 | 268 | CheckResponse.setApplyDate(formatter.parse(nczxyyxq2.getData().get申请时间())); |
| ... | ... | @@ -275,7 +276,7 @@ |
| 275 | 276 | item.setName(nczxyyxq2.getData().getLisPatResults().get(j).get名称()); |
| 276 | 277 | item.setCode(nczxyyxq2.getData().getLisPatResults().get(j).get项目号()); |
| 277 | 278 | item.setRefer(nczxyyxq2.getData().getLisPatResults().get(j).get临界值()); |
| 278 | - item.setResult(nczxyyxq2.getData().getLisPatResults().get(j).get结论()); | |
| 279 | + item.setResult(nczxyyxq2.getData().getLisPatResults().get(j).get检验值()); | |
| 279 | 280 | item.setUnit(nczxyyxq2.getData().getLisPatResults().get(j).get单位()); |
| 280 | 281 | itemlist.add(item); |
| 281 | 282 | } |
| ... | ... | @@ -289,6 +290,10 @@ |
| 289 | 290 | } |
| 290 | 291 | |
| 291 | 292 | return result; |
| 293 | + } | |
| 294 | + public static void main(String[] arags) | |
| 295 | + { | |
| 296 | + queryLisCheckList("1002291303"); | |
| 292 | 297 | } |
| 293 | 298 | |
| 294 | 299 | } |