|
@@ -171,7 +171,6 @@ public class OperationDocTrans extends ModelDocTrans {
|
|
WenFuYiHtmlAnalysis wenFuYiHtmlAnalysis = new OperationRecordHtmlAnalysis();
|
|
WenFuYiHtmlAnalysis wenFuYiHtmlAnalysis = new OperationRecordHtmlAnalysis();
|
|
Map<String, String> sourceMap = wenFuYiHtmlAnalysis.analysis(content, recTitle, recTypeId);
|
|
Map<String, String> sourceMap = wenFuYiHtmlAnalysis.analysis(content, recTitle, recTypeId);
|
|
if (MapUtils.isNotEmpty(sourceMap)) {
|
|
if (MapUtils.isNotEmpty(sourceMap)) {
|
|
- sourceMap.put("mode_id", ModuleMappingUtil.getDeptModuleId("17"));
|
|
|
|
structureMap = OrdinaryAssistant.mapKeyContrast(sourceMap, operationRecord_keyContrasts);
|
|
structureMap = OrdinaryAssistant.mapKeyContrast(sourceMap, operationRecord_keyContrasts);
|
|
structureMap.put("记录编号", contentMap.get("recId").toString());
|
|
structureMap.put("记录编号", contentMap.get("recId").toString());
|
|
structureMap.put("病历号", contentMap.get("behospitalCode") == null ? null : contentMap.get("behospitalCode").toString());
|
|
structureMap.put("病历号", contentMap.get("behospitalCode") == null ? null : contentMap.get("behospitalCode").toString());
|