|
@@ -28,7 +28,7 @@ public class BEH0448 extends QCCatalogue {
|
|
|
List<Clinical> clinicals_present = beHospitalizedDoc.getPresentLabel().getClinicals();
|
|
|
|
|
|
String present_txt = beHospitalizedDoc.getPresentLabel().getText();
|
|
|
- String present_chief_txt = present_txt.split("伴")[0];
|
|
|
+ String present_chief_txt = present_txt.split("伴")[1];
|
|
|
|
|
|
List<String> present_symp = new ArrayList<>();
|
|
|
|
|
@@ -39,7 +39,7 @@ public class BEH0448 extends QCCatalogue {
|
|
|
}
|
|
|
}
|
|
|
else {
|
|
|
- break;
|
|
|
+ continue;
|
|
|
}
|
|
|
}
|
|
|
for (String symp:present_symp) {
|