|
@@ -45,7 +45,7 @@ public class OPE0353 extends QCCatalogue {
|
|
|
}
|
|
|
//结构化读取手术术后处理措施和注意事项
|
|
|
if (operationDiscussionDoc.getStructureMap().get("术后处理措施") != null
|
|
|
- || operationDiscussionDoc.getStructureMap().get("术后注意事项") != null) {
|
|
|
+ || operationDiscussionDoc.getStructureMap().get("术后应当特别注意观察的事项:") != null) {
|
|
|
continue;
|
|
|
}
|
|
|
String treatPlan = operationDiscussionDoc.getStructureMap().get("治疗计划和措施");
|