|
@ -1,7 +1,7 @@
|
|
|
package com.yihu.wlyy.web.data;
|
|
|
|
|
|
import com.yihu.es.entity.HealthEduArticleES;
|
|
|
import com.yihu.es.entity.MapDataDTO;
|
|
|
//import com.yihu.es.entity.MapDataDTO;
|
|
|
import com.yihu.wlyy.config.es.ElastricSearchSave;
|
|
|
import com.yihu.wlyy.entity.device.PatientDevice;
|
|
|
import com.yihu.wlyy.entity.doctor.profile.Doctor;
|
|
@ -134,7 +134,7 @@ public class DataHandingService {
|
|
|
|
|
|
private Logger logger = LoggerFactory.getLogger(DataHandingService.class);
|
|
|
|
|
|
public net.sf.json.JSONObject deviceData2Es() {
|
|
|
/*public net.sf.json.JSONObject deviceData2Es() {
|
|
|
net.sf.json.JSONObject jo = new net.sf.json.JSONObject();
|
|
|
try {
|
|
|
//得到已经已经绑定的体征设备
|
|
@ -170,7 +170,7 @@ public class DataHandingService {
|
|
|
e.printStackTrace();
|
|
|
return jo;
|
|
|
}
|
|
|
}
|
|
|
}*/
|
|
|
|
|
|
|
|
|
public JSONArray getAllDeviceData() {
|