Commit 1906dce696fcc556e16e8f5dbce1d706925b17f1
1 parent
756521ed1a
Exists in
master
and in
6 other branches
隆化婚检lis修改
Showing 1 changed file with 3 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/lhxfy/LhxfyService.java
View file @
1906dce
| ... | ... | @@ -689,6 +689,7 @@ |
| 689 | 689 | if (CollectionUtils.isNotEmpty(premaritalCheckupList)) |
| 690 | 690 | { |
| 691 | 691 | for (PremaritalCheckup premaritalCheckup : premaritalCheckupList) { |
| 692 | + premaritalCheckup.setLhHiv("2"); | |
| 692 | 693 | //获取lis检查数据 |
| 693 | 694 | List<LisReportModel> lisReportModels = getLhxfyLis(premaritalCheckup.getCertificateNum()); |
| 694 | 695 | if(CollectionUtils.isNotEmpty(lisReportModels)){ |
| 695 | 696 | |
| ... | ... | @@ -786,14 +787,13 @@ |
| 786 | 787 | } |
| 787 | 788 | break; |
| 788 | 789 | /***艾滋病筛查***/ |
| 789 | - case "HIV": | |
| 790 | - premaritalCheckup.setHiv("yin"); | |
| 790 | +// case "HIV": | |
| 791 | 791 | // if(result.contains("阳性")) { |
| 792 | 792 | // premaritalCheckup.setHiv("1"); |
| 793 | 793 | // }else if(result.contains("阴性")) { |
| 794 | 794 | // premaritalCheckup.setHiv("2"); |
| 795 | 795 | // } |
| 796 | - break; | |
| 796 | +// break; | |
| 797 | 797 | /***乙肝表面抗原***/ |
| 798 | 798 | case "HBSAG-1": |
| 799 | 799 | if(result.contains("阳性")) { |