|
@@ -196,7 +196,7 @@ public class PreProcess {
|
|
|
MedicalIndication medind = new MedicalIndication();
|
|
|
medind.setSource(2);
|
|
|
medind.setName(rule.getRemind());
|
|
|
- medind.setDescription(detailname + ": " + otherval);
|
|
|
+ medind.setDescription(detailname + ": " + otherval+ ", " +rule.getRemind() );
|
|
|
reminder.add(medind);
|
|
|
|
|
|
System.out.println(medind.getRule() + " -> " + medind.getName());
|
|
@@ -238,7 +238,7 @@ public class PreProcess {
|
|
|
MedicalIndication medind = new MedicalIndication();
|
|
|
medind.setSource(2);
|
|
|
medind.setName(rule.getRemind());
|
|
|
- medind.setDescription(detailname + ": " + numval + " " + unit);
|
|
|
+ medind.setDescription(detailname + ": " + numval + " " + unit+ "," +rule.getRemind());
|
|
|
reminder.add(medind);
|
|
|
|
|
|
System.out.println(medind.getRule() + " -> " + medind.getName());
|