Commit 581fa8790cecef9a1ea6627ad28f0eed041b902f
1 parent
8a2629b655
Exists in
master
and in
6 other branches
孕产检查跳转专病需求-双胎专病管理结果返回增加身份证信息
Showing 2 changed files with 20 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/TwinsPatientsResult.java
View file @
581fa87
| ... | ... | @@ -85,6 +85,24 @@ |
| 85 | 85 | |
| 86 | 86 | private String bloodGroupGenotyping; // 血型基因分型 |
| 87 | 87 | private String bloodGroupAntibody; // 血型抗体效价滴度 |
| 88 | + private String cardNo; // 身份证 | |
| 89 | + private String pcerteTypeId; // 血型抗体效价滴度 | |
| 90 | + | |
| 91 | + public String getCardNo() { | |
| 92 | + return cardNo; | |
| 93 | + } | |
| 94 | + | |
| 95 | + public void setCardNo(String cardNo) { | |
| 96 | + this.cardNo = cardNo; | |
| 97 | + } | |
| 98 | + | |
| 99 | + public String getPcerteTypeId() { | |
| 100 | + return pcerteTypeId; | |
| 101 | + } | |
| 102 | + | |
| 103 | + public void setPcerteTypeId(String pcerteTypeId) { | |
| 104 | + this.pcerteTypeId = pcerteTypeId; | |
| 105 | + } | |
| 88 | 106 | |
| 89 | 107 | public String getBloodGroupGenotyping() { |
| 90 | 108 | return bloodGroupGenotyping; |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/TwinsPatientWorker.java
View file @
581fa87
| ... | ... | @@ -311,6 +311,8 @@ |
| 311 | 311 | |
| 312 | 312 | twinsPatientsResult.setrLevel(HighScoreResult.filter(level)); |
| 313 | 313 | } |
| 314 | + twinsPatientsResult.setCardNo(patients.getCardNo()); | |
| 315 | + twinsPatientsResult.setPcerteTypeId(patients.getPcerteTypeId()); | |
| 314 | 316 | stopWatch.stop(); |
| 315 | 317 | if (twinsPatientsResult.getrFactor() != null) { |
| 316 | 318 | //双绒双羊、单绒单羊、单绒双羊 |