Commit 087c2df1398ff93489a76a0bc7a9ce3e58656620

Authored by baohanddd
1 parent 23d7f6d155

add lis pacs check query

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/hospitalapi/pojo/CheckResponse.java View file @ 087c2df
... ... @@ -19,6 +19,7 @@
19 19 private String imgs;
20 20 private String result;
21 21 private String notice;
  22 + /* 1:检验报告,2:影像报告 */
22 23 private Integer type;
23 24 private String title;
24 25 private Date modified;