|
@@ -89,6 +89,8 @@ public class BeiLunConsultationDocTrans extends ModelDocTrans {
|
|
|
xmlNodeValueMap.put("mode_id=" + contentMap.get("modeId").toString(), "");
|
|
|
xmlNodeValueMap.put("rec_title=" + contentMap.get("recTitle").toString(), "");
|
|
|
Map<String, String> structureMap = OrdinaryAssistant.mapKeyContrast(xmlNodeValueMap, consultationRecord_keyContrasts);
|
|
|
+ structureMap.put("记录编号", contentMap.get("recId").toString());
|
|
|
+ structureMap.put("病历号", contentMap.get("behospitalCode").toString());
|
|
|
|
|
|
String text = CxXmlUtil.getXmlText(content);
|
|
|
Map<String, String> cutWordMap = Preproc.getCutWordMap(true, consultationRecord_sourceTitles, text);
|
|
@@ -147,6 +149,7 @@ public class BeiLunConsultationDocTrans extends ModelDocTrans {
|
|
|
Map<String, String> sourceMap = beiLunHtmlAnalysis.analysis(content, recTitle, recTypeId);
|
|
|
structureMap = OrdinaryAssistant.mapKeyContrast(sourceMap, consultationResults_pageDataTitles);
|
|
|
structureMap.put("记录编号", contentMap.get("recId").toString());
|
|
|
+ structureMap.put("病历号", contentMap.get("behospitalCode").toString());
|
|
|
}
|
|
|
|
|
|
ConsultationResultsDoc consultationResultsDoc = ModelDocGenerate.consultationResultsDocGen(structureMap);
|
|
@@ -191,6 +194,8 @@ public class BeiLunConsultationDocTrans extends ModelDocTrans {
|
|
|
xmlNodeValueMap.put("mode_id=" + contentMap.get("modeId").toString(), "");
|
|
|
xmlNodeValueMap.put("rec_title=" + contentMap.get("recTitle").toString(), "");
|
|
|
Map<String, String> structureMap = OrdinaryAssistant.mapKeyContrast(xmlNodeValueMap, consultationApplication_keyContrasts);
|
|
|
+ structureMap.put("记录编号", contentMap.get("recId").toString());
|
|
|
+ structureMap.put("病历号", contentMap.get("behospitalCode").toString());
|
|
|
|
|
|
String text = CxXmlUtil.getXmlText(content);
|
|
|
Map<String, String> cutWordMap = Preproc.getCutWordMap(true, consultationApplication_sourceTitles, text);
|