|
@@ -36,7 +36,7 @@ public class BeiLunFirstPageRecordDocTrans extends ModelDocTrans {
|
|
// structureExtMap.put(Content.pathologyDiagnose, FastJsonUtils.getJsonToBean(content.get(Content.pathologyDiagnose), Object.class));
|
|
// structureExtMap.put(Content.pathologyDiagnose, FastJsonUtils.getJsonToBean(content.get(Content.pathologyDiagnose), Object.class));
|
|
firstPageRecordDoc.setStructureExtMap(structureExtMap);
|
|
firstPageRecordDoc.setStructureExtMap(structureExtMap);
|
|
//病案首页出院诊断页面信息只保留主要诊断和其他诊断
|
|
//病案首页出院诊断页面信息只保留主要诊断和其他诊断
|
|
- List<Map<String, String>> list = (List<Map<String, String>>) FastJsonUtils.getJsonToBean(content.get(Content.dischargeDiag), Object.class);
|
|
|
|
|
|
+ /*List<Map<String, String>> list = (List<Map<String, String>>) FastJsonUtils.getJsonToBean(content.get(Content.dischargeDiag), Object.class);
|
|
if (ListUtil.isNotEmpty(list)) {
|
|
if (ListUtil.isNotEmpty(list)) {
|
|
Iterator<Map<String, String>> iterator = list.iterator();
|
|
Iterator<Map<String, String>> iterator = list.iterator();
|
|
Map<String, String> map = new HashMap<>();
|
|
Map<String, String> map = new HashMap<>();
|
|
@@ -49,7 +49,7 @@ public class BeiLunFirstPageRecordDocTrans extends ModelDocTrans {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
medrecVo.getContent().put("出院诊断", list.toString());
|
|
medrecVo.getContent().put("出院诊断", list.toString());
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
medrecVo.getContent().put("mode_id", ModuleMappingUtil.getStandardModuleId("6"));
|
|
medrecVo.getContent().put("mode_id", ModuleMappingUtil.getStandardModuleId("6"));
|
|
firstPageRecordDoc.setPageData(medrecVo.getContent());
|
|
firstPageRecordDoc.setPageData(medrecVo.getContent());
|
|
return firstPageRecordDoc;
|
|
return firstPageRecordDoc;
|