|
@@ -135,7 +135,7 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
|
|
|
List<QcCasesEntryDTO> qcCasesEntryDTOList = qcCasesEntryFacade.getQcCasesEntry(analyzeVO);
|
|
|
|
|
|
// 获取病历所有数据
|
|
|
- Map<Long, Map<String, String>> dicMap = sysDictionaryFacade.getDictionaryWithKey(); // 获取字典信息
|
|
|
+ Map<String, Map<String, String>> dicMap = sysDictionaryFacade.getDictionaryWithKey(); // 获取字典信息
|
|
|
// 获取文书信息
|
|
|
RecordContentVO recordContentVO = new RecordContentVO();
|
|
|
BeanUtil.copyProperties(analyzeVO, recordContentVO);
|
|
@@ -204,7 +204,7 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
|
|
|
"术前讨论、术前小结", "手术知情同意书", "手术安全核查表"));
|
|
|
|
|
|
// 医嘱
|
|
|
- addDataWithKeyConvert("医嘱信息", doctorAdviceList, medrecVoList, dicMap.get(1));
|
|
|
+ addDataWithKeyConvert("医嘱信息", doctorAdviceList, medrecVoList, dicMap.get("1"));
|
|
|
|
|
|
// 病案首页
|
|
|
addDataWithFirstPage("病案首页", homePage, medrecVoList, dicMap,
|
|
@@ -333,7 +333,6 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
|
|
|
content.put("content", contents);
|
|
@@ -351,7 +350,7 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
|
|
|
* @param homeDiagnoseInfoList
|
|
|
* @param homeOperationInfoList
|
|
|
*/
|
|
|
- public void addDataWithFirstPage(String key, HomePage homePage, List<MedrecVo> medrecVoList, Map<Long, Map<String, String>> dicMap,
|
|
|
+ public void addDataWithFirstPage(String key, HomePage homePage, List<MedrecVo> medrecVoList, Map<String, Map<String, String>> dicMap,
|
|
|
List<HomeDiagnoseInfo> homeDiagnoseInfoList, List<HomeOperationInfo> homeOperationInfoList) {
|
|
|
MedrecVo medrecVo = new MedrecVo();
|
|
|
medrecVo.setTitle(key);
|