Commit a11fc08f4b47dd9fe7e08f4e730dc07d9d2ac2dc
1 parent
3fe0ec11a3
Exists in
master
and in
6 other branches
昌黎二院根据身份证号获取lis数据
Showing 1 changed file with 4 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/LisFacade.java
View file @
a11fc08
... | ... | @@ -422,6 +422,10 @@ |
422 | 422 | else if("2100001605".equals(model.getHospitalId())){ |
423 | 423 | model.setVcCardNo(cardNo); |
424 | 424 | } |
425 | + //昌黎二院lis数据的就诊卡号字段保存的病人的身份证号 | |
426 | + else if("1000000016".equals(model.getHospitalId())){ | |
427 | + model.setVcCardNo(cardNo); | |
428 | + } | |
425 | 429 | // //昌邑市妇幼保健院 lis检查表中存的是病历号 需要用身份证号码转换成病历好查询 |
426 | 430 | // else if("2100001605".equals(model.getHospitalId())){ |
427 | 431 | // model.setVcCardNo(cardNo); //TODO |