|
@@ -237,8 +237,8 @@ public class ScaleCalculate {
|
|
|
// scaleCalcResult.put("unit", unit);
|
|
|
// scaleCalcResult.put("value", new DecimalFormat("#.00").format(eGFR3));
|
|
|
JSONArray result = new JSONArray();
|
|
|
- result.add(valueResult);
|
|
|
result.add(nameResult);
|
|
|
+ result.add(valueResult);
|
|
|
scaleCalcResult.put("result", result);
|
|
|
System.out.println("text:" + text + "\tunit:" + unit + "\tvalue:" + eGFR3);
|
|
|
}
|