|
@@ -114,6 +114,7 @@ public class StructureAnalyze {
|
|
|
case Constants.word_property_cause:
|
|
|
case Constants.word_property_symptom:
|
|
|
case Constants.word_property_vital_idx:
|
|
|
+ case Constants.word_property_vital_result:
|
|
|
current = updateClinicalInfo(outputInfo, lexeme.getText(), lexeme.getProperty());
|
|
|
updated = true;
|
|
|
break;
|
|
@@ -329,6 +330,7 @@ public class StructureAnalyze {
|
|
|
obj = symptom;
|
|
|
break;
|
|
|
case Constants.word_property_vital_idx:
|
|
|
+ case Constants.word_property_vital_result:
|
|
|
if (outputInfo.getVitals().size() == 0) {
|
|
|
outputInfo.getVitals().add(new Vital());
|
|
|
}
|