| | |
| | | private static String HIS_URL = ""; |
| | | |
| | | // 数据库配置文件路径 |
| | | // private static final String CONFIG_PATH = "/Users/chacca/开发相关/代码/ltkj_peis/ltkj-admin/src/main/resources/config.properties"; |
| | | private static final String CONFIG_PATH = "D:\\ltkjprojectconf\\config.properties"; |
| | | |
| | | static { |
| | |
| | | public AjaxResult Outpincreateapply (TjCustomer customer) { |
| | | Map<String, Object> map = new HashMap<> (); |
| | | if (null != customer.getPationId () && !customer.getPationId().equals("0")) { |
| | | map.put ("pationid", customer.getPationId ()); |
| | | map.put ("Pationid", customer.getPationId ()); |
| | | } else { |
| | | map.put ("pationid", null); |
| | | map.put ("Pationid", null); |
| | | } |
| | | map.put ("brxm", customer.getCusName ()); |
| | | map.put ("brxb", customer.getCusSex ()); |
| | |
| | | // map.put ("pationid", pationid); |
| | | // map.put ("pagecount", pagecount); |
| | | // map.put ("page", page); |
| | | |
| | | String post = HttpClientUtils.sendPost (HIS_URL+"Getlabreportinfo", map); |
| | | return AjaxResult.success ().put ("data", post); |
| | | } |
| | |
| | | String post = HttpClientUtils.sendPost (HIS_URL+"Getpatientalterregrecord", map); |
| | | return AjaxResult.success ().put ("data", post); |
| | | } |
| | | |
| | | public AjaxResult Getlabdetailinfo (Map<String ,Object> map) { |
| | | String post = HttpClientUtils.sendPost (HIS_URL+"Getlabdetailinfo", map); |
| | | return AjaxResult.success ().put ("data", post); |
| | | } |
| | | } |