Commit 830cdfb4c1a18d9070c5d21596a7069a4b0d5da6

Authored by wangbo
1 parent 6493587ed0

update

Showing 2 changed files with 2 additions and 1 deletions

platform-biz-patient-service/src/main/java/com/lyms/platform/biz/BasicConfigServiceTest.java View file @ 830cdfb
... ... @@ -2670,7 +2670,7 @@
2670 2670 weighReport.setSevereAnemiaHBName("重度贫血(Hb40-60g/L)");
2671 2671 weighReport.setObstructiveAnemiaID("80c41987-fd8a-4595-a773-088b60a6a33d");
2672 2672 weighReport.setObstructiveAnemiaName("再生障碍性贫血");
2673   - Cell[] cells = s.getRow(i);
  2673 + Cell[] cells = s8.getRow(i);
2674 2674 if (cells.length > 0) {
2675 2675 //遍历每行中的每列
2676 2676 for (int j = 0; j < cells.length; j++) {
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java View file @ 830cdfb
... ... @@ -2015,6 +2015,7 @@
2015 2015 //贫血/高血压计算规则
2016 2016 Integer gxyKcal = this.getRounding((int) this.getKcal(bregmatic, residualWeight, low, high, week, bmiD, patients, patientWeight, heights, 1.12));
2017 2017 String gxyKcalStr = gxyKcal + "kcal";
  2018 + System.out.println("贫血计算规则" + gxyKcalStr);
2018 2019 //获取慢性肝炎的计算规则
2019 2020 Integer mxgyKcal = this.getRounding((int) this.getHepatitisKcal(patientWeight, bregmatic, residualWeight, low, high, bmiD, week));
2020 2021 String mxgyKcalStr = mxgyKcal + "kcal";