Commit d4538ef39c55974528ede2e1cb1482183aa5ab64
1 parent
9269409970
Exists in
master
and in
6 other branches
血压报告打印出血压值
Showing 1 changed file with 4 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BloodPressureServiceImpl.java
View file @
d4538ef
| ... | ... | @@ -709,6 +709,10 @@ |
| 709 | 709 | paMap.put("dueDate", DateUtil.getyyyy_MM_dd(patients.getDueDate())); |
| 710 | 710 | paMap.put("height", bloodPressure.getHeight()); |
| 711 | 711 | paMap.put("beforWeight", bloodPressure.getBeforWeight()); |
| 712 | + | |
| 713 | + paMap.put("ssy",bloodPressure.getSsy()); | |
| 714 | + paMap.put("szy", bloodPressure.getSzy()); | |
| 715 | + paMap.put("pulse", bloodPressure.getPulse()); | |
| 712 | 716 | paMap.put("weeks", weeks); |
| 713 | 717 | datas.put("userInfo", paMap); |
| 714 | 718 | Double bmiD = Double.valueOf(patientWeightService.getBmi(weight, height)).doubleValue(); |