|
@@ -102,7 +102,7 @@ public class OPE03315 extends QCCatalogue {
|
|
|
List<String> diagCollectList = diagList.stream().distinct().collect(Collectors.toList());
|
|
|
if (ListUtil.isNotEmpty(diagCollectList)) {
|
|
|
status.set("-1");
|
|
|
- //获取术后首程病程录
|
|
|
+ //获取手术记录
|
|
|
List<OperationDoc> operationDocs = inputInfo.getOperationDocs();
|
|
|
if (ListUtil.isEmpty(operationDocs)) {
|
|
|
return;
|
|
@@ -112,7 +112,7 @@ public class OPE03315 extends QCCatalogue {
|
|
|
if (operationRecordDoc == null) {
|
|
|
continue;
|
|
|
}
|
|
|
- //获取术后诊断
|
|
|
+ //获取术前诊断
|
|
|
Map<String, String> structureMap = operationRecordDoc.getStructureMap();
|
|
|
String operationDiagO = structureMap.get("术前诊断");
|
|
|
if (StringUtil.isEmpty(operationDiagO)) {
|