|
@@ -199,7 +199,8 @@ public class PreProcess {
|
|
List<MedicalIndicationDetail> k = new ArrayList<>();
|
|
List<MedicalIndicationDetail> k = new ArrayList<>();
|
|
MedicalIndicationDetail mid = new MedicalIndicationDetail();
|
|
MedicalIndicationDetail mid = new MedicalIndicationDetail();
|
|
JSONObject jsonObject = new JSONObject();
|
|
JSONObject jsonObject = new JSONObject();
|
|
- jsonObject.put("name",detailname + ": " + otherval+ ", " +rule.getRemind());
|
|
|
|
|
|
+// jsonObject.put("name",detailname + ": " + otherval+ ", " +rule.getRemind());
|
|
|
|
+ jsonObject.put("name",otherval);
|
|
jsonObject.put("controlType",2);
|
|
jsonObject.put("controlType",2);
|
|
mid.setType(4);
|
|
mid.setType(4);
|
|
mid.setContent(jsonObject);
|
|
mid.setContent(jsonObject);
|
|
@@ -248,7 +249,8 @@ public class PreProcess {
|
|
List<MedicalIndicationDetail> k = new ArrayList<>();
|
|
List<MedicalIndicationDetail> k = new ArrayList<>();
|
|
MedicalIndicationDetail mid = new MedicalIndicationDetail();
|
|
MedicalIndicationDetail mid = new MedicalIndicationDetail();
|
|
JSONObject jsonObject = new JSONObject();
|
|
JSONObject jsonObject = new JSONObject();
|
|
- jsonObject.put("name",detailname + ": " + numval + " " + unit+ "," +rule.getRemind());
|
|
|
|
|
|
+// jsonObject.put("name",detailname + ": " + numval + " " + unit+ "," +rule.getRemind());
|
|
|
|
+ jsonObject.put("name", numval + " " + unit);
|
|
jsonObject.put("controlType",2);
|
|
jsonObject.put("controlType",2);
|
|
mid.setType(4);
|
|
mid.setType(4);
|
|
mid.setContent(jsonObject);
|
|
mid.setContent(jsonObject);
|