Commit 144a7cd065b4f991cd2ee009a5830b2b6b538519
1 parent
7a31c883b5
Exists in
master
and in
6 other branches
添加注释
Showing 1 changed file with 9 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/Cdfy/CdfyHisService.java
View file @
144a7cd
... | ... | @@ -68,6 +68,15 @@ |
68 | 68 | } |
69 | 69 | |
70 | 70 | |
71 | + | |
72 | + /** | |
73 | + * 承德 | |
74 | + * 查询病人ID | |
75 | + * 承德查询lis报告先通过就诊卡号查询到病人id | |
76 | + * 通过病人id到院内系统mysql中查询 vCcardNo字段 | |
77 | + * @param vcCardNo 就诊卡号 | |
78 | + * @return | |
79 | + */ | |
71 | 80 | public String getIdByVcCardNo(String vcCardNo){ |
72 | 81 | String id = null; |
73 | 82 | String url = "http://10.0.200.2:9090/his/getCdFyHis?vcCardNo="+vcCardNo; |