|
|
@@ -133,7 +133,8 @@ public class ClinicStatsReturnResult implements Serializable {
|
|
|
rssiCounts.add(queryResult.getRssi()!=null?queryResult.getRssi():0);
|
|
|
rsrqCounts.add(queryResult.getRsrq()!=null?queryResult.getRsrq():0);
|
|
|
rsrpCounts.add(queryResult.getRsrp()!=null?queryResult.getRsrp():0);
|
|
|
-
|
|
|
+ block1Counts.add(queryResult.getBlock1()!=null?queryResult.getBlock1():0);
|
|
|
+ block2Counts.add(queryResult.getBlock2()!=null?queryResult.getBlock2():0);
|
|
|
singleAppendDoses.add(
|
|
|
(queryResult.getValidCount()!=null&&queryResult.getValidCount()!=0
|
|
|
&&!queryResult.getValidCount().equals(lastValidPcaCount) )?
|