| | |
| | | * @param savePacsApply |
| | | * @return |
| | | */ |
| | | public AjaxResult savePacsApply(SavePacsApply savePacsApply){ |
| | | private AjaxResult savePacsApply(SavePacsApply savePacsApply){ |
| | | Map<String, Object> map = BeanUtil.beanToMap(savePacsApply); |
| | | return getMethodService.getPacsData("savePacsApply", map); |
| | | } |
| | |
| | | hashMap.put("regNo", regNo); |
| | | hashMap.put("examNo", examNo); |
| | | hashMap.put("name", name); |
| | | return getMethodService.getPacsData("updatePacsApply",hashMap); |
| | | log.info("作废检查 ->{}",JSONUtil.toJsonStr(hashMap)); |
| | | // return getMethodService.getPacsData("updatePacsApply",hashMap); |
| | | return AjaxResult.success(); |
| | | } |
| | | |
| | | public Boolean save(TjOrder tjOrder, TjCustomer tjCustomer,List<TbTransition> detailList) { |
| | |
| | | savePacsApply.setRegNo(regNo); |
| | | savePacsApply.setCheckItemID(project.getHisXmbm()); |
| | | savePacsApply.setCheckItem(project.getHisXmmc()); |
| | | // TODO 检查部位 |
| | | savePacsApply.setCheckPosition(""); |
| | | savePacsApply.setAmount(project.getProPrice()); |
| | | savePacsApply.setApplyDate(DateFormatUtils.format(date, "yyyy-MM-dd HH:mm:ss")); |
| | |
| | | savePacsApply.setExecDepment("0101"); |
| | | savePacsApply.setExecDepmentName("体检中心"); |
| | | savePacsApply.setCreateTime(savePacsApply.getApplyDate()); |
| | | // TODO 检查设备 |
| | | savePacsApply.setDevice(""); |
| | | // TODO 检查设备类型 |
| | | savePacsApply.setDeviceType(""); |
| | | log.info("检查申请 ->{}",JSONUtil.toJsonStr(savePacsApply)); |
| | | if (true) |
| | | return false; |
| | | AjaxResult ajaxResult = savePacsApply(savePacsApply); |
| | | String result = ajaxResult.get("data").toString(); |
| | | JSONObject object = JSONUtil.parseObj(JSONUtil.parseObj(result).getStr("Response")); |