|
@@ -26,7 +26,10 @@ public class BEH0006 extends QCCatalogue {
|
|
|
|
|
|
ChiefLabel chiefLabel = inputInfo.getBeHospitalizedDoc().getChiefLabel();
|
|
ChiefLabel chiefLabel = inputInfo.getBeHospitalizedDoc().getChiefLabel();
|
|
String chief_text = chiefLabel.getText();
|
|
String chief_text = chiefLabel.getText();
|
|
- if(chief_text.contains("年")){
|
|
|
|
|
|
+ if(chief_text.contains("检查") || chief_text.contains("术后")){
|
|
|
|
+ status = "0";
|
|
|
|
+ }
|
|
|
|
+ else if(chief_text.contains("年")){
|
|
List<Clinical> clinicals = chiefLabel.getClinicals();
|
|
List<Clinical> clinicals = chiefLabel.getClinicals();
|
|
if(clinicals.size()>0){
|
|
if(clinicals.size()>0){
|
|
List<String> unitList = new ArrayList<>();
|
|
List<String> unitList = new ArrayList<>();
|