|
@@ -29,8 +29,7 @@ public class PRE0330 extends QCCatalogue {
|
|
for (OperationDoc operationDoc : operationDocs) {
|
|
for (OperationDoc operationDoc : operationDocs) {
|
|
if (operationDoc.getPreoperativeDiscussionDoc() != null) {
|
|
if (operationDoc.getPreoperativeDiscussionDoc() != null) {
|
|
Map<String, String> structureMap = operationDoc.getPreoperativeDiscussionDoc().getStructureMap();
|
|
Map<String, String> structureMap = operationDoc.getPreoperativeDiscussionDoc().getStructureMap();
|
|
- if(structureMap != null
|
|
|
|
- && structureMap.get("拟施手术方式、名称及可能的变更与禁忌症") != null){
|
|
|
|
|
|
+ if (structureMap.get("拟施手术名称和方式及可能的变更") != null) {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
if (StringUtil.isEmpty(structureMap.get("拟行术式")) && StringUtil.isEmpty(structureMap.get("可能的变更"))) {
|
|
if (StringUtil.isEmpty(structureMap.get("拟行术式")) && StringUtil.isEmpty(structureMap.get("可能的变更"))) {
|