|
@@ -8,6 +8,8 @@ import com.lantone.qc.pub.model.label.TreatPlanLabel;
|
|
import com.lantone.qc.pub.util.StringUtil;
|
|
import com.lantone.qc.pub.util.StringUtil;
|
|
import org.springframework.stereotype.Component;
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
|
|
|
+import java.util.Map;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* @ClassName : FIRC0092
|
|
* @ClassName : FIRC0092
|
|
* @Description : 治疗措施不具体
|
|
* @Description : 治疗措施不具体
|
|
@@ -31,6 +33,12 @@ public class FIRC0092 extends QCCatalogue {
|
|
if (StringUtil.isNotBlank(text) && text.contains("护理")) {
|
|
if (StringUtil.isNotBlank(text) && text.contains("护理")) {
|
|
findText = true;
|
|
findText = true;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ Map<String,String> structureMap = firstCourseRecordDoc.getStructureMap();
|
|
|
|
+ String structureV= structureMap.get("治疗监测计划");
|
|
|
|
+ if(StringUtil.isNotBlank(structureV) && structureV.contains("护理")){
|
|
|
|
+ findText = true;
|
|
|
|
+ }
|
|
if ((treatPlanLabel.getNursingLevel() != null || findText) &&
|
|
if ((treatPlanLabel.getNursingLevel() != null || findText) &&
|
|
(treatPlanLabel.getMedicine() != null || treatPlanLabel.getTreat().size() > 0
|
|
(treatPlanLabel.getMedicine() != null || treatPlanLabel.getTreat().size() > 0
|
|
|| treatPlanLabel.getPacs().size() > 0)) {
|
|
|| treatPlanLabel.getPacs().size() > 0)) {
|