|
@@ -48,7 +48,7 @@ public class THR0134 extends QCCatalogue {
|
|
|
String admisDateStr = inputInfo.getBeHospitalizedDoc().getStructureMap().get("入院日期");
|
|
|
String recordDateStr = firstAttendStructureMap.get("查房日期");
|
|
|
String content = firstAttendStructureMap.get("病情记录");
|
|
|
- if (StringUtil.isNotBlank(content) && (content.contains("初步诊断") || content.contains("诊断明确") || content.contains("目前诊断"))) {
|
|
|
+ if (StringUtil.isNotBlank(content) && (content.contains("初步诊断") || content.contains("诊断明确") || content.contains("目前诊断")||content.contains("考虑"))) {
|
|
|
status.set("0");
|
|
|
return;
|
|
|
}
|