| | |
| | | private AwsService awsService; |
| | | @Autowired |
| | | private ApiJcycpdgjzService apiJcycpdgjzService; |
| | | @Autowired |
| | | private TjOrderYcxmService ycxmService; |
| | | |
| | | /** |
| | | * 获取参数配置列表 |
| | |
| | | public AjaxResult tjjcycxm(@ApiParam("体检号") @RequestParam(required = false)String tjh) { |
| | | String yqbm = configService.selectConfigByKey("dqyyyqbm"); |
| | | if(StringUtil.isNotBlank(tjh)){ |
| | | ycxmService.delOrderYcXmJyByTjh(tjh); |
| | | extracted(tjh, yqbm); |
| | | }else { |
| | | List<String> jc = orderService.getJianChaTjNum(); |
| | |
| | | jcycxmService.save(jcycxm); |
| | | } |
| | | } |
| | | |
| | | /* if(StringUtil.isNotBlank(jg) && !jg.contains("未见异常") |
| | | && !jg.contains("未见明显异常") && !jg.matches("\\d+") && !jg.contains("未见占位") && !jg.contains("未见") |
| | | && !jg.contains("未见明显")&& !jg.contains("正常")&& !jg.contains("双侧椎间孔无狭窄")&& !jg.contains("无殊")){ |
| | | TjJcycxm jcycxm=new TjJcycxm(); |
| | | jcycxm.setTjh(s); |
| | | jcycxm.setYqid(yqbm); |
| | | String[] split1 = jcsqd.getJcxmid().split(";"); |
| | | jcycxm.setProId(split1[0]); |
| | | jcycxm.setProName(jcsqd.getJcxmmc()); |
| | | jcycxm.setCreateTime(new Date()); |
| | | jcycxm.setJcjg(jg); |
| | | jcycxmService.save(jcycxm); |
| | | }*/ |
| | | } |
| | | } |
| | | } |