|
@@ -173,7 +173,7 @@ public class AMedicalRecordFacade extends MedicalRecordServiceImpl {
|
|
Map<String,Object> map=new HashMap<String,Object>();
|
|
Map<String,Object> map=new HashMap<String,Object>();
|
|
List<AMedicalRecordDTO> medicalRecordDTOList = BeanUtil.listCopyTo(aMrContentVO.getRecords(), AMedicalRecordDTO.class);
|
|
List<AMedicalRecordDTO> medicalRecordDTOList = BeanUtil.listCopyTo(aMrContentVO.getRecords(), AMedicalRecordDTO.class);
|
|
map.put("records",medicalRecordDTOList);
|
|
map.put("records",medicalRecordDTOList);
|
|
- aMedAbnormalInfoFacade.saveAbnormalInfo("文书信息",JSON.toJSONString(aMrContentVO),JSON.toJSONString(RespDTO.onSuc(map)),"操作正常!");
|
|
|
|
|
|
+ //aMedAbnormalInfoFacade.saveAbnormalInfo("文书信息",JSON.toJSONString(aMrContentVO),JSON.toJSONString(RespDTO.onSuc(map)),"操作正常!");
|
|
return RespDTO.onSuc(map);
|
|
return RespDTO.onSuc(map);
|
|
}else if(aMrContentVO.getDockModeType().equals("1")){
|
|
}else if(aMrContentVO.getDockModeType().equals("1")){
|
|
if(modeId==0 || modeId==null){
|
|
if(modeId==0 || modeId==null){
|
|
@@ -183,7 +183,7 @@ public class AMedicalRecordFacade extends MedicalRecordServiceImpl {
|
|
String url=readProperties.getProcessQcUrl()+"?behospitalCode="+behospitalCode+"&hospitalId="+hospitalId+"&modeId="+modeId;
|
|
String url=readProperties.getProcessQcUrl()+"?behospitalCode="+behospitalCode+"&hospitalId="+hospitalId+"&modeId="+modeId;
|
|
Map<String,Object> map=new HashMap<String,Object>();
|
|
Map<String,Object> map=new HashMap<String,Object>();
|
|
map.put("url",url);
|
|
map.put("url",url);
|
|
- aMedAbnormalInfoFacade.saveAbnormalInfo("文书信息",JSON.toJSONString(aMrContentVO),JSON.toJSONString(RespDTO.onSuc(map)),"操作正常!");
|
|
|
|
|
|
+ //aMedAbnormalInfoFacade.saveAbnormalInfo("文书信息",JSON.toJSONString(aMrContentVO),JSON.toJSONString(RespDTO.onSuc(map)),"操作正常!");
|
|
return RespDTO.onSuc(map);
|
|
return RespDTO.onSuc(map);
|
|
}else if(aMrContentVO.getDockModeType().equals("2")){
|
|
}else if(aMrContentVO.getDockModeType().equals("2")){
|
|
AnalyzeRunVO analyzeRunVO=new AnalyzeRunVO();
|
|
AnalyzeRunVO analyzeRunVO=new AnalyzeRunVO();
|
|
@@ -195,7 +195,7 @@ public class AMedicalRecordFacade extends MedicalRecordServiceImpl {
|
|
if(analyzeRunDTO.getMsgDTOList().size()>0){
|
|
if(analyzeRunDTO.getMsgDTOList().size()>0){
|
|
map.put("analyze",analyzeRunDTO.getMsgDTOList());
|
|
map.put("analyze",analyzeRunDTO.getMsgDTOList());
|
|
}
|
|
}
|
|
- aMedAbnormalInfoFacade.saveAbnormalInfo("文书信息",JSON.toJSONString(aMrContentVO),JSON.toJSONString(RespDTO.onSuc(map)),"操作正常!");
|
|
|
|
|
|
+ //aMedAbnormalInfoFacade.saveAbnormalInfo("文书信息",JSON.toJSONString(aMrContentVO),JSON.toJSONString(RespDTO.onSuc(map)),"操作正常!");
|
|
//接口引擎模式
|
|
//接口引擎模式
|
|
return RespDTO.onSuc(map);
|
|
return RespDTO.onSuc(map);
|
|
}else{
|
|
}else{
|
|
@@ -215,7 +215,7 @@ public class AMedicalRecordFacade extends MedicalRecordServiceImpl {
|
|
map.put("url",url);
|
|
map.put("url",url);
|
|
map.put("analyze",analyzeRunDTO.getMsgDTOList());
|
|
map.put("analyze",analyzeRunDTO.getMsgDTOList());
|
|
}
|
|
}
|
|
- aMedAbnormalInfoFacade.saveAbnormalInfo("文书信息",JSON.toJSONString(aMrContentVO),JSON.toJSONString(RespDTO.onSuc(map)),"操作正常!");
|
|
|
|
|
|
+ //aMedAbnormalInfoFacade.saveAbnormalInfo("文书信息",JSON.toJSONString(aMrContentVO),JSON.toJSONString(RespDTO.onSuc(map)),"操作正常!");
|
|
return RespDTO.onSuc(map);
|
|
return RespDTO.onSuc(map);
|
|
}
|
|
}
|
|
}catch (Exception e){
|
|
}catch (Exception e){
|
|
@@ -307,7 +307,7 @@ public class AMedicalRecordFacade extends MedicalRecordServiceImpl {
|
|
if(behospitalInfoList.size()>0){
|
|
if(behospitalInfoList.size()>0){
|
|
behospitalInfoFacade.updateBatchByKey(behospitalInfoList);
|
|
behospitalInfoFacade.updateBatchByKey(behospitalInfoList);
|
|
}
|
|
}
|
|
- aMedAbnormalInfoFacade.saveAbnormalInfo("文书信息",JSON.toJSONString(medicalRecordList),"","操作正常!");
|
|
|
|
|
|
+ //aMedAbnormalInfoFacade.saveAbnormalInfo("文书信息",JSON.toJSONString(medicalRecordList),"","操作正常!");
|
|
}catch (Exception e){
|
|
}catch (Exception e){
|
|
aMedAbnormalInfoFacade.saveAbnormalInfo("文书信息",JSON.toJSONString(medicalRecordList),"",e.getMessage());
|
|
aMedAbnormalInfoFacade.saveAbnormalInfo("文书信息",JSON.toJSONString(medicalRecordList),"",e.getMessage());
|
|
}
|
|
}
|
|
@@ -331,7 +331,7 @@ public class AMedicalRecordFacade extends MedicalRecordServiceImpl {
|
|
}else{
|
|
}else{
|
|
modeId=Long.valueOf("0");
|
|
modeId=Long.valueOf("0");
|
|
}
|
|
}
|
|
- aMedAbnormalInfoFacade.saveAbnormalInfo("文书信息-初始化modeId",JSON.toJSONString(medicalRecord),modeId.toString(),"操作成功!");
|
|
|
|
|
|
+ //aMedAbnormalInfoFacade.saveAbnormalInfo("文书信息-初始化modeId",JSON.toJSONString(medicalRecord),modeId.toString(),"操作成功!");
|
|
return modeId;
|
|
return modeId;
|
|
}catch (Exception e){
|
|
}catch (Exception e){
|
|
aMedAbnormalInfoFacade.saveAbnormalInfo("文书信息-初始化modeId",JSON.toJSONString(medicalRecord),"",e.getMessage());
|
|
aMedAbnormalInfoFacade.saveAbnormalInfo("文书信息-初始化modeId",JSON.toJSONString(medicalRecord),"",e.getMessage());
|
|
@@ -368,9 +368,9 @@ public class AMedicalRecordFacade extends MedicalRecordServiceImpl {
|
|
.set("gmt_modified", DateUtil.now());
|
|
.set("gmt_modified", DateUtil.now());
|
|
|
|
|
|
Boolean flagContent=aMedicalRecordContentFacade.update(new MedicalRecordContent(),updateWrapperContent);
|
|
Boolean flagContent=aMedicalRecordContentFacade.update(new MedicalRecordContent(),updateWrapperContent);
|
|
- aMedAbnormalInfoFacade.saveAbnormalInfo("文书内容-删除",JSON.toJSONString(aDeleteFlagVO),JSON.toJSONString(RespDTO.onSuc(flagContent)),"操作成功!");
|
|
|
|
|
|
+ //aMedAbnormalInfoFacade.saveAbnormalInfo("文书内容-删除",JSON.toJSONString(aDeleteFlagVO),JSON.toJSONString(RespDTO.onSuc(flagContent)),"操作成功!");
|
|
}
|
|
}
|
|
- aMedAbnormalInfoFacade.saveAbnormalInfo("文书信息-删除",JSON.toJSONString(aDeleteFlagVO),JSON.toJSONString(RespDTO.onSuc(flag)),"操作成功!");
|
|
|
|
|
|
+ //aMedAbnormalInfoFacade.saveAbnormalInfo("文书信息-删除",JSON.toJSONString(aDeleteFlagVO),JSON.toJSONString(RespDTO.onSuc(flag)),"操作成功!");
|
|
return RespDTO.onSuc(flag);
|
|
return RespDTO.onSuc(flag);
|
|
}
|
|
}
|
|
}catch (Exception e){
|
|
}catch (Exception e){
|