|
@@ -107,7 +107,7 @@ public class EntityProcessClinic extends EntityProcess {
|
|
|
treats.add(treat);
|
|
|
}
|
|
|
presentLabel.setTreats(treats);
|
|
|
- //治疗
|
|
|
+ //药品
|
|
|
List<Lemma> cureLemmas_me = createEntityTree(aiOut, EntityEnum.DRUG.toString());
|
|
|
List<Medicine> medicines = new ArrayList<>();
|
|
|
for (Lemma lemma : cureLemmas_me) {
|