| | |
| | | } |
| | | } |
| | | |
| | | //同步检查 |
| | | Map<String, Object> maps = new HashMap<>(); |
| | | maps.put("his_registration_id", order.getCardId()); |
| | | maps.put("ksbm", "体检中心"); |
| | | maps.put("pagecount", 100); |
| | | maps.put("page", 1); |
| | | AjaxResult results = service.getHISDataNew("Getexamreportinfo", maps); |
| | | /*同步检查 his接口*/ |
| | | |
| | | // Map<String, Object> maps = new HashMap<>(); |
| | | // maps.put("his_registration_id", order.getCardId()); |
| | | // maps.put("ksbm", "体检中心"); |
| | | // maps.put("pagecount", 100); |
| | | // maps.put("page", 1); |
| | | // AjaxResult results = service.getHISDataNew("Getexamreportinfo", maps); |
| | | |
| | | |
| | | /*同步检查 his存储过程*/ |
| | | Map<String, Object> mapss = new HashMap<>(); |
| | | mapss.put("ksmc", "体检中心"); |
| | | mapss.put("str_in",order.getCardId()); |
| | | mapss.put("brid","''"); |
| | | mapss.put("pagecount", 100); |
| | | mapss.put("page", 1); |
| | | mapss.put("status","'1'"); |
| | | AjaxResult results = jcsqdService.getTjJcProByHisCall(mapss); |
| | | |
| | | |
| | | if (Integer.parseInt(results.get("code").toString()) == 200) { |
| | | List<Map<String, Object>> datas = (List<Map<String, Object>>) results.get("data"); |
| | | if(null !=datas && datas.size()>0){ |
| | |
| | | if(null !=objectMap.get("YXZD") || !objectMap.get("YXZD").equals("")) |
| | | jcbgd.setYxzd(objectMap.get("YXZD").toString()); |
| | | |
| | | if(null !=objectMap.get("YXBX") || !objectMap.get("YXBX").equals("")) |
| | | jcbgd.setYxbx(objectMap.get("YXBX").toString()); |
| | | |
| | | if(null !=objectMap.get("YXBX") || !objectMap.get("YXBX").equals("")){ |
| | | if(objectMap.get("YXBX").toString().equals("null")){ |
| | | jcbgd.setYxbx("未检异常"); |
| | | }else { |
| | | jcbgd.setYxbx(objectMap.get("YXBX").toString()); |
| | | } |
| | | } |
| | | if(null !=objectMap.get("SJJLSJ") || !objectMap.get("SJJLSJ").equals("")) |
| | | jcbgd.setZdsj(objectMap.get("SJJLSJ").toString()); |
| | | |