String GET_NEW_MEASURE_ID(String oldId){ if(dataMeasures[oldId] != null) return oldId; return dataMeasures[oldId] ?? oldId; }