From 9155df2aeab5b0d95c89dd928dbaefbfbaeae9d1 Mon Sep 17 00:00:00 2001
From: zjh <1084500556@qq.com>
Date: 星期四, 05 九月 2024 17:10:35 +0800
Subject: [PATCH] zjh 2024-09-05

---
 ltkj-admin/src/main/java/com/ltkj/web/controller/his/HisApiController.java | 1390 +++++++++++++++++++++++++++++----------------------------
 1 files changed, 703 insertions(+), 687 deletions(-)

diff --git a/ltkj-admin/src/main/java/com/ltkj/web/controller/his/HisApiController.java b/ltkj-admin/src/main/java/com/ltkj/web/controller/his/HisApiController.java
index 6e5df2b..cab460d 100644
--- a/ltkj-admin/src/main/java/com/ltkj/web/controller/his/HisApiController.java
+++ b/ltkj-admin/src/main/java/com/ltkj/web/controller/his/HisApiController.java
@@ -27,693 +27,709 @@
 @RestController
 @RequestMapping("/api/His")
 public class HisApiController extends BaseController {
-    @Autowired
-    private ITjCustomerService tjCustomerService;
-
-    private static final String HIS_URL = "https://mock.mengxuegu.com/mock/664d3dbce45d2156fa209c80/example/api/His/HisRequest";
-
-    @PostMapping("/Outpincreateapply")
-    @ApiOperation(value = "鏂板/淇敼闂ㄨ瘖娉ㄥ唽淇℃伅")
-    public AjaxResult Outpincreateapply(@RequestBody TjCustomer customer) {
-        Map<String, Object> map = new HashMap<>();
-        if (null != customer.getCusId()) {
-            map.put("pationid", customer.getCusId());
-        } else {
-            map.put("pationid", null);
-        }
-        map.put("brxm", customer.getCusName());
-        map.put("brxb", customer.getCusSex());
-        map.put("csrq", customer.getCusBrithday());
-        map.put("brnl", customer.getAge());
-        map.put("brnldw", customer.getAgeUnit());
-        map.put("addr", customer.getAddr());
-        map.put("gzdw", null);
-        map.put("dwdz", null);
-        map.put("lxr", customer.getCusName());
-        map.put("lxrdh", customer.getCusPhone());
-        map.put("lxrgx", "鏈汉");
-        map.put("sfzh", customer.getCusIdcard());
-        map.put("jhrxm", null);
-        map.put("jhrsfzh", null);
-        map.put("mz", customer.getCusNational());
-        map.put("zy", customer.getCareer());
-        map.put("fbbm", null);
-        map.put("czy", customer.getCreateBy());
-        map.put("jkkkh", customer.getIndexCard());
-        map.put("mindex_id", customer.getIndexCard());
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
+//    @Autowired
+//    private ITjCustomerService tjCustomerService;
+//
+//    @Autowired
+//    private HisApiGetMethodService service;
+//
+//    private static final String HIS_URL = "https://mock.mengxuegu.com/mock/664d3dbce45d2156fa209c80/example/api/His/HisRequest";
+//
+//
+//    @GetMapping("/his")
+//    public AjaxResult Outpinconapply() {
+//        Map<String, Object> maps = new HashMap<>();
+//        maps.put("his_registration_id","20240704000218");
+//        maps.put("ksbm", "浣撴涓績");
+//        maps.put("pagecount", 100);
+//        maps.put("page", 1);
+//       service.getHISDataNew("", maps);
+//        return AjaxResult.success();
+//    }
 
 
-    @PostMapping("/Outpinconapply")
-    @ApiOperation(value = "闂ㄨ瘖鍖荤敓鎺ヨ瘖")
-    public AjaxResult Outpinconapply(@RequestParam @ApiParam(value = "灏辫瘖鍙�") String jzh,
-                                     @ApiParam(value = "鎺ヨ瘖鏃ユ湡") @RequestParam Date jzrq,
-                                     @ApiParam(value = "鎺ヨ瘖鍖诲笀") @RequestParam String jzysbm) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("jzh",jzh);
-        map.put("jzrq",jzrq);
-        map.put("jzysbm",jzysbm);
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-
-    @PostMapping("/Outpinunconapply")
-    @ApiOperation(value = "闂ㄨ瘖鍖荤敓鍙栨秷鎺ヨ瘖")
-    public AjaxResult Outpinunconapply(@RequestParam @ApiParam(value = "灏辫瘖鍙�") String jzh,
-                                     @ApiParam(value = "鎺ヨ瘖鏃ユ湡") @RequestParam Date jzrq,
-                                     @ApiParam(value = "鎺ヨ瘖鍖诲笀") @RequestParam String jzysbm) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("jzh",jzh);
-        map.put("jzrq",jzrq);
-        map.put("jzysbm",jzysbm);
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-    @PostMapping("/Outpinimpapply")
-    @ApiOperation(value = "鏂板/淇敼闂ㄨ瘖璇婃柇")
-    public AjaxResult Outpinimpapply(@RequestBody OutpinimpapplyDto dto ) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("his_registration_id",dto.getHisRegistrationId());
-        map.put("mzzdid",dto.getMzzdid());
-        map.put("sqysbm",dto.getSqysbm());
-        map.put("mzksbm",dto.getMzksbm());
-        map.put("fbrq",dto.getFbrq());
-        map.put("zdrq",dto.getZdrq());
-        map.put("czybm",dto.getCzybm());
-        map.put("czyksbm",dto.getCzyksbm());
-        map.put("zs",dto.getZs());
-        map.put("bs",dto.getBs());
-        map.put("clyz",dto.getClyz());
-        map.put("jws",dto.getJws());
-        map.put("tgjc",dto.getTgjc());
-        map.put("gms",dto.getGms());
-        map.put("jbbm",dto.getJbbm());
-        map.put("jbbm1",dto.getJbbm1());
-        map.put("jbbm2",dto.getJbbm2());
-//        map.put("tw",dto.getTw());
-//        map.put("mb",dto.getMb());
-//        map.put("hx",dto.getHx());
-//        map.put("bp",dto.getBp());
-        map.put("fzbz",dto.getFzbz());
-        map.put("hzqx",dto.getHzqx());
-        map.put("sfqc",dto.getSfqc());
-        map.put("qchs",dto.getQchs());
-        map.put("sfqj",dto.getSfqj());
-        map.put("jzqk",dto.getJzqk());
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-
-    @PostMapping("/Outpinmesapply")
-    @ApiOperation(value = "闂ㄨ瘖棰勪氦鏀惰垂")
-    public AjaxResult Outpinmesapply(@RequestParam @ApiParam(value = "闂ㄨ瘖鎮h�� ID") String pationid,
-                                       @ApiParam(value = "鎿嶄綔鍛�") @RequestParam String czybm,
-                                       @ApiParam(value = "鏀粯绫诲瀷缂栫爜") @RequestParam String zflxbm,
-                                       @ApiParam(value = "棰勪氦閲戦") @RequestParam int yjje) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("pationid",pationid);
-        map.put("czybm",czybm);
-        map.put("zflxbm",zflxbm);
-        map.put("yjje",yjje);
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-
-    @PostMapping("/Outpinregapply")
-    @ApiOperation(value = "鏂板/淇敼闂ㄨ瘖鎸傚彿鐢宠")
-    public AjaxResult Outpinregapply(@RequestBody OutpinregapplyDto dao) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("pationid",dao.getPationid());
-        map.put("his_registration_id",dao.getHisRegistrationId());
-        map.put("sqysbm",dao.getSqysbm());
-        map.put("mzksbm",dao.getMzksbm());
-        map.put("czybm",dao.getCzybm());
-        map.put("sfjz",dao.getSfjz());
-        map.put("ghzlbm",dao.getGhzlbm());
-        map.put("ywckbm",dao.getYwckbm());
-        map.put("sflstd",dao.getSflstd());
-        map.put("ghrq",dao.getGhrq());
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-    @PostMapping("/Outpintestapply")
-    @ApiOperation(value = "闂ㄨ瘖妫�楠岀敵璇�")
-    public AjaxResult Outpintestapply(@RequestBody OutpintestapplyDto dao) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("his_registration_id",dao.getHisRegistrationId());
-        map.put("sfzh",dao.getHisRegistrationId());
-        map.put("sqysbm",dao.getSqysbm());
-        map.put("mzksbm",dao.getMzksbm());
-        map.put("sjrq",dao.getSjrq());
-        map.put("czybm",dao.getCzybm());
-        map.put("czyksbm",dao.getCzyksbm());
-        map.put("sfjz",dao.getSfjz());
-        map.put("details",dao.getDetails());
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-
-    @PostMapping("/Outpindeltestapply")
-    @ApiOperation(value = "浣滃簾闂ㄨ瘖妫�楠岀敵璇�")
-    public AjaxResult Outpindeltestapply(@RequestParam @ApiParam(value = "灏辫瘖鍙� ID") String hisRegistrationId,
-                                     @ApiParam(value = "鎿嶄綔鍛�") @RequestParam String czybm,
-                                     @ApiParam(value = "鐢宠鍗曞彿") @RequestParam String sqdh) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("his_registration_id",hisRegistrationId);
-        map.put("czybm",czybm);
-        map.put("zflxbm",sqdh);
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-
-    @PostMapping("/Outpinexamapply")
-    @ApiOperation(value = "闂ㄨ瘖妫�鏌ョ敵璇�")
-    public AjaxResult Outpinexamapply(@RequestBody OutpinexamapplyDto dao) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("his_registration_id",dao.getHisRegistrationId());
-        map.put("sfzh",dao.getHisRegistrationId());
-        map.put("sqysbm",dao.getSqysbm());
-        map.put("mzksbm",dao.getMzksbm());
-        map.put("sjrq",dao.getSjrq());
-        map.put("czybm",dao.getCzybm());
-        map.put("czyksbm",dao.getCzyksbm());
-        map.put("lczz",dao.getLczz());
-        map.put("lczd",dao.getLczd());
-        map.put("jcms",dao.getJcms());
-        map.put("jcbw",dao.getJcbw());
-        map.put("sfjz",dao.getSfjz());
-        map.put("details",dao.getDetails());
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-
-    @PostMapping("/Outpindelexamapply")
-    @ApiOperation(value = "浣滃簾闂ㄨ瘖妫�鏌ョ敵璇�")
-    public AjaxResult Outpindelexamapply(@RequestParam @ApiParam(value = "灏辫瘖鍙� ID") String hisRegistrationId,
-                                         @ApiParam(value = "鎿嶄綔鍛�") @RequestParam String czybm,
-                                         @ApiParam(value = "鐢宠鍗曞彿") @RequestParam String sqdh) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("his_registration_id",hisRegistrationId);
-        map.put("czybm",czybm);
-        map.put("zflxbm",sqdh);
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-
-    @PostMapping("/Outpinmedapply")
-    @ApiOperation(value = "闂ㄨ瘖鍖荤枟鍖诲槺鐢宠")
-    public AjaxResult Outpinmedapply(@RequestBody OutpinmedapplyDto dao) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("his_registration_id",dao.getHisRegistrationId());
-        map.put("sfzh",dao.getHisRegistrationId());
-        map.put("sqysbm",dao.getSqysbm());
-        map.put("mzksbm",dao.getMzksbm());
-        map.put("sjrq",dao.getSjrq());
-        map.put("czybm",dao.getCzybm());
-        map.put("czyksbm",dao.getCzyksbm());
-        map.put("bqsm",dao.getBqsm());
-        map.put("sfjz",dao.getSfjz());
-        map.put("details",dao.getDetails());
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-
-    @PostMapping("/Outpindelmedapply")
-    @ApiOperation(value = "浣滃簾闂ㄨ瘖鍖荤枟鍖诲槺鐢宠")
-    public AjaxResult Outpindelmedapply(@RequestParam @ApiParam(value = "灏辫瘖鍙� ID") String hisRegistrationId,
-                                         @ApiParam(value = "鎿嶄綔鍛�") @RequestParam String czybm,
-                                         @ApiParam(value = "鐢宠鍗曞彿") @RequestParam String sqdh) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("his_registration_id",hisRegistrationId);
-        map.put("czybm",czybm);
-        map.put("zflxbm",sqdh);
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-
-    @PostMapping("/Outpintreatapply")
-    @ApiOperation(value = "闂ㄨ瘖娌荤枟澶勭疆鐢宠")
-    public AjaxResult Outpintreatapply(@RequestBody OutpintreatapplyDto dao) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("his_registration_id",dao.getHisRegistrationId());
-        map.put("sfzh",dao.getHisRegistrationId());
-        map.put("sqysbm",dao.getSqysbm());
-        map.put("mzksbm",dao.getMzksbm());
-        map.put("sjrq",dao.getSjrq());
-        map.put("czybm",dao.getCzybm());
-        map.put("czyksbm",dao.getCzyksbm());
-        map.put("bqsm",dao.getBqsm());
-        map.put("sfjz",dao.getSfjz());
-        map.put("zlbz",dao.getZlbz());
-        map.put("details",dao.getDetails());
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-    @PostMapping("/Outpintdelreatapply")
-    @ApiOperation(value = "浣滃簾闂ㄨ瘖娌荤枟澶勭疆鐢宠")
-    public AjaxResult Outpintdelreatapply(@RequestParam @ApiParam(value = "灏辫瘖鍙� ID") String hisRegistrationId,
-                                        @ApiParam(value = "鎿嶄綔鍛�") @RequestParam String czybm,
-                                        @ApiParam(value = "鐢宠鍗曞彿") @RequestParam String sqdh) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("his_registration_id",hisRegistrationId);
-        map.put("czybm",czybm);
-        map.put("zflxbm",sqdh);
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-
-    @PostMapping("/Outpinmedicapply")
-    @ApiOperation(value = "闂ㄨ瘖鑽搧鐢宠")
-    public AjaxResult Outpinmedicapply(@RequestBody OutpinmedicapplyDto dao) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("his_registration_id",dao.getHisRegistrationId());
-        map.put("sfzh",dao.getHisRegistrationId());
-        map.put("sqysbm",dao.getSqysbm());
-        map.put("mzksbm",dao.getMzksbm());
-        map.put("sjrq",dao.getSjrq());
-        map.put("czybm",dao.getCzybm());
-        map.put("czyksbm",dao.getCzyksbm());
-        map.put("cflxbm",dao.getCflxbm());
-        map.put("yfbm",dao.getYfbm());
-        map.put("fyts",dao.getFyts());
-        map.put("mzzd",dao.getMzzd());
-        map.put("details",dao.getDetails());
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-    @PostMapping("/Outpindelmedicapply")
-    @ApiOperation(value = "浣滃簾闂ㄨ瘖鑽搧鐢宠")
-    public AjaxResult Outpindelmedicapply(@RequestParam @ApiParam(value = "灏辫瘖鍙� ID") String hisRegistrationId,
-                                          @ApiParam(value = "鎿嶄綔鍛�") @RequestParam String czybm,
-                                          @ApiParam(value = "鐢宠鍗曞彿") @RequestParam String sqdh) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("his_registration_id",hisRegistrationId);
-        map.put("czybm",czybm);
-        map.put("zflxbm",sqdh);
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-
-    @PostMapping("/Getexamapplyinfo")
-    @ApiOperation(value = "鑾峰彇妫�鏌ョ敵璇蜂俊鎭�")
-    public AjaxResult Getexamapplyinfo(@RequestParam @ApiParam(value = "灏辫瘖鍙� ID") String hisRegistrationId,
-                                          @ApiParam(value = "绉戝缂栫爜") @RequestParam String ksbm,
-                                          @ApiParam(value = "缁撴潫鏃ユ湡") @RequestParam Date jsrq,
-                                          @ApiParam(value = "寮�濮嬫棩鏈�") @RequestParam Date ksrq) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("his_registration_id",hisRegistrationId);
-        map.put("ksbm",ksbm);
-        map.put("jsrq",jsrq);
-        map.put("ksrq",ksrq);
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-
-    @PostMapping("/Getexamreportinfo")
-    @ApiOperation(value = "鑾峰彇妫�鏌ユ姤鍛婁俊鎭�")
-    public AjaxResult Getexamreportinfo(@RequestParam @ApiParam(value = "灏辫瘖鍙� ID") String hisRegistrationId,
-                                       @ApiParam(value = "绉戝鍚嶇О") @RequestParam String ksmc,
-                                       @ApiParam(value = "鎮h�� ID") @RequestParam String pationid,
-                                       @ApiParam(value = "缁撴潫鏃ユ湡") @RequestParam Date jsrq,
-                                       @ApiParam(value = "寮�濮嬫棩鏈�") @RequestParam Date ksrq,
-                                       @ApiParam(value = "椤靛ぇ灏忥紝鏈�灏� 10 琛�") @RequestParam(defaultValue = "10") Integer pagecount,
-                                       @ApiParam(value = "椤垫暟锛屾渶灏� 1 椤�") @RequestParam(defaultValue = "1") Integer page,
-                                       @ApiParam(value = "鐘舵�侊細宸茬櫥璁� 锛屽凡璇婃柇锛屽凡浣滃簾") @RequestParam String status,
-                                       @ApiParam(value = "鍗$被鍨� 5 灏辫瘖娴佹按鍙� 9 鐢靛瓙鍋ュ悍鍗� 娴佹按鍙� 榛樿 5") @RequestParam String cardtype) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("his_registration_id",hisRegistrationId);
-        map.put("ksmc",ksmc);
-        map.put("jsrq",jsrq);
-        map.put("ksrq",ksrq);
-        map.put("pationid",pationid);
-        map.put("pagecount",pagecount);
-        map.put("page",page);
-        map.put("status",status);
-        map.put("cardtype",cardtype);
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-    @PostMapping("/Examreportrecordinfo")
-    @ApiOperation(value = "鏂板/淇敼妫�鏌ユ姤鍛婅褰�")
-    public AjaxResult Examreportrecordinfo(@RequestBody ExamreportrecordinfoDto dto) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("his_registration_id",dto.getHisRegistrationId());
-        map.put("jcbgid",dto.getJcbgid());
-        map.put("sfjz",dto.getSfjz());
-        map.put("pationid",dto.getPationid());
-        map.put("mzzybz",dto.getMzzybz());
-        map.put("brxm",dto.getBrxm());
-        map.put("brxb",dto.getBrxb());
-        map.put("brnl",dto.getBrnl());
-        map.put("brnldw",dto.getBrnldw());
-        map.put("lxrdh",dto.getLxrdh());
-        map.put("hzksbm",dto.getHzksbm());
-        map.put("sqdh",dto.getSqdh());
-        map.put("sqjgdm",dto.getSqjgdm());
-        map.put("sqsj",dto.getSqsj());
-        map.put("sqrbm",dto.getSqrbm());
-        map.put("sqrxm",dto.getSqrxm());
-        map.put("hzzs",dto.getHzzs());
-        map.put("hzbs",dto.getHzbs());
-        map.put("xyzdbm",dto.getXyzdbm());
-        map.put("xyzdmc",dto.getXyzdmc());
-        map.put("zdrq",dto.getZdrq());
-        map.put("fbrq",dto.getFbrq());
-        map.put("tsjcbz",dto.getTsjcbz());
-        map.put("jcxmdm",dto.getJcxmdm());
-        map.put("jcxmmc",dto.getJcxmmc());
-        map.put("jcjgdm",dto.getJcjgdm());
-        map.put("jcjsbh",dto.getJcjsbh());
-        map.put("jcjsxm",dto.getJcjsxm());
-        map.put("jcrq",dto.getJcrq());
-        map.put("jcbgdbh",dto.getJcbgdbh());
-        map.put("jcff",dto.getJcff());
-        map.put("jcksbh",dto.getJcksbh());
-        map.put("jcksmc",dto.getJcksmc());
-        map.put("yqbm",dto.getYqbm());
-        map.put("jcbgbz",dto.getJcbgbz());
-        map.put("jcbwdm",dto.getJcbwdm());
-        map.put("bgksbh",dto.getBgksbh());
-        map.put("bgksmc",dto.getBgksmc());
-        map.put("bgrq",dto.getBgrq());
-        map.put("bgysbh",dto.getBgysbh());
-        map.put("bgysxm",dto.getBgysxm());
-        map.put("shysbh",dto.getShysbh());
-        map.put("shysxm",dto.getShysxm());
-        map.put("jch",dto.getJch());
-        map.put("yxh",dto.getYxh());
-        map.put("kdsj",dto.getKdsj());
-        map.put("jclx",dto.getJclx());
-        map.put("yyh",dto.getYyh());
-        map.put("yxbx",dto.getYxbx());
-        map.put("yxzd",dto.getYxzd());
-        map.put("sfyyx",dto.getSfyyx());
-        map.put("yxzl",dto.getYxzl());
-        map.put("yxs",dto.getYxs());
-        map.put("jlysbh",dto.getJlysbh());
-        map.put("jlrq",dto.getJlrq());
-        map.put("bgzt",dto.getBgzt());
-        map.put("lczdfh",dto.getLczdfh());
-        map.put("wjz",dto.getWjz());
-        map.put("wjzzdmc",dto.getWjzzdmc());
-        map.put("wjzjcysyj",dto.getWjzjcysyj());
-        map.put("wjzjcysbh",dto.getWjzjcysbh());
-        map.put("wjzjcysxyj",dto.getWjzjcysyj());
-        map.put("wjzqrrq",dto.getWjzqrrq());
-        map.put("wjzjsrbh",dto.getWjzjsrbh());
-        map.put("wjzjsrxm",dto.getWjzjsrxm());
-        map.put("wjzjsrq",dto.getWjzjsrq());
-        map.put("wjzclysbh",dto.getWjzclysbh());
-        map.put("wjzclysxm",dto.getWjzclysxm());
-        map.put("wjzclyj",dto.getWjzclyj());
-        map.put("wjzclrq",dto.getWjzclrq());
-        map.put("sfkf",dto.getSfkf());
-        map.put("yzid",dto.getYzid());
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-    @PostMapping("/Getexamurgentinfo")
-    @ApiOperation(value = "鑾峰彇妫�鏌ュ嵄鎬ュ�间俊鎭�")
-    public AjaxResult Getexamurgentinfo(@RequestParam @ApiParam(value = "灏辫瘖鍙� ID") String hisRegistrationId,
-                                        @ApiParam(value = "缁撴潫鏃ユ湡") @RequestParam Date jsrq,
-                                        @ApiParam(value = "寮�濮嬫棩鏈�") @RequestParam Date ksrq,
-                                        @ApiParam(value = "椤靛ぇ灏忥紝鏈�灏� 10 琛�") @RequestParam(defaultValue = "10") Integer pagecount,
-                                        @ApiParam(value = "椤垫暟锛屾渶灏� 1 椤�") @RequestParam(defaultValue = "1") Integer page) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("his_registration_id",hisRegistrationId);
-        map.put("jsrq",jsrq);
-        map.put("ksrq",ksrq);
-        map.put("pagecount",pagecount);
-        map.put("page",page);
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-
-    @PostMapping("/Getexamimageinfo")
-    @ApiOperation(value = "鑾峰彇妫�鏌ュ奖鍍忎俊鎭�")
-    public AjaxResult Getexamimageinfo(@RequestParam @ApiParam(value = "灏辫瘖鍙� ID") String hisRegistrationId,
-                                        @ApiParam(value = "缁撴潫鏃ユ湡") @RequestParam Date jsrq,
-                                        @ApiParam(value = "寮�濮嬫棩鏈�") @RequestParam Date ksrq,
-                                        @ApiParam(value = "椤靛ぇ灏忥紝鏈�灏� 10 琛�") @RequestParam(defaultValue = "10") Integer pagecount,
-                                        @ApiParam(value = "椤垫暟锛屾渶灏� 1 椤�") @RequestParam(defaultValue = "1") Integer page) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("his_registration_id",hisRegistrationId);
-        map.put("jsrq",jsrq);
-        map.put("ksrq",ksrq);
-        map.put("pagecount",pagecount);
-        map.put("page",page);
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-
-    @PostMapping("/Getlabapplyinfo")
-    @ApiOperation(value = "鑾峰彇妫�楠岀敵璇蜂俊鎭�")
-    public AjaxResult Getlabapplyinfo(@RequestParam @ApiParam(value = "灏辫瘖鍙� ID") String hisRegistrationId,
-                                       @ApiParam(value = "缁撴潫鏃ユ湡") @RequestParam Date jsrq,
-                                       @ApiParam(value = "寮�濮嬫棩鏈�") @RequestParam Date ksrq,
-                                       @ApiParam(value = "鍗$被鍨嬶紝 1 鐢靛瓙鍋ュ悍鍗� 2 韬唤璇� 3" +
-                                               "璇婄枟鍗� 4 鎮h�� ID 5 灏辫瘖娴佹按鍙� 榛樿" +
-                                               "4 鎮h�� ID") @RequestParam String cardtype,
-                                       @ApiParam(value = "涓氬姟绫诲瀷锛氶棬璇娿�佷綇闄€�佷綋妫�銆佸叾浠�") @RequestParam String mzorzy,
-                                       @ApiParam(value = "鐢宠绉戝") @RequestParam String ksbm) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("his_registration_id",hisRegistrationId);
-        map.put("jsrq",jsrq);
-        map.put("ksrq",ksrq);
-        map.put("cardtype",cardtype);
-        map.put("mzorzy",mzorzy);
-        map.put("ksbm",ksbm);
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-
-    @PostMapping("/Getlabreportinfo")
-    @ApiOperation(value = "鑾峰彇妫�楠屾姤鍛婅褰曚俊鎭�")
-    public AjaxResult Getlabreportinfo(@RequestParam @ApiParam(value = "灏辫瘖鍙� ID") String hisRegistrationId,
-                                       @ApiParam(value = "缁撴潫鏃ユ湡") @RequestParam Date jsrq,
-                                       @ApiParam(value = "寮�濮嬫棩鏈�") @RequestParam Date ksrq,
-                                       @ApiParam(value = "鐢宠绉戝") @RequestParam String ksbm,
-                                       @ApiParam(value = "鐢宠绉戝") @RequestParam String pationid,
-                                       @ApiParam(value = "椤靛ぇ灏忥紝鏈�灏� 10 琛�") @RequestParam(defaultValue = "10") Integer pagecount,
-                                       @ApiParam(value = "椤垫暟锛屾渶灏� 1 椤�") @RequestParam(defaultValue = "1") Integer page) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("his_registration_id",hisRegistrationId);
-        map.put("jsrq",jsrq);
-        map.put("ksrq",ksrq);
-        map.put("ksbm",ksbm);
-        map.put("pationid",pationid);
-        map.put("pagecount",pagecount);
-        map.put("page",page);
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-
-
-    @PostMapping("/Getlabgermrepinfo")
-    @ApiOperation(value = "鑾峰彇寰敓鐗╂姤鍛婅褰曚俊鎭�")
-    public AjaxResult Getlabgermrepinfo(@RequestParam @ApiParam(value = "妫�楠屾姤鍛� ID") String jybgid) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("jybgid",jybgid);
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-    @PostMapping("/Getlabgermdetailinfo")
-    @ApiOperation(value = "鑾峰彇寰敓鐗╄嵂鏁忎俊鎭�")
-    public AjaxResult Getlabgermdetailinfo(@RequestParam @ApiParam(value = "妫�楠屾姤鍛� ID") String jybgid) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("jybgid",jybgid);
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-
-    @PostMapping("/Getlaburgentinfo")
-    @ApiOperation(value = "鑾峰彇鍗辨�ュ�间俊鎭�")
-    public AjaxResult Getlaburgentinfo(@RequestParam @ApiParam(value = "妫�楠屾姤鍛� ID") String jybgid,
-                                       @ApiParam(value = "缁撴潫鏃ユ湡") @RequestParam Date jsrq,
-                                       @ApiParam(value = "寮�濮嬫棩鏈�") @RequestParam Date ksrq) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("jybgid",jybgid);
-        map.put("jsrq",jsrq);
-        map.put("ksrq",ksrq);
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-
-    @PostMapping("/Labreportapply")
-    @ApiOperation(value = "妫�楠屾牱鏈嫆鏀惰褰�")
-    public AjaxResult Labreportapply(@RequestParam @ApiParam(value = "鏉$爜鍙�") String tmh,
-                                       @ApiParam(value = "鎺ユ敹浜哄憳浠g爜锛屽瓧鍏镐唬鐮�") @RequestParam String jsrydm,
-                                       @ApiParam(value = "鎷掓敹鎶ュ憡鏃ユ湡锛寉yyy-mm-dd hh:mm:ss") @RequestParam Date jsrq,
-                                       @ApiParam(value = "鎷掓敹鍘熷洜") @RequestParam String jsyy) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("tmh",tmh);
-        map.put("jsrydm",jsrydm);
-        map.put("jsrq",jsrq);
-        map.put("jsyy",jsyy);
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-
-    @PostMapping("/Getlabreginfoinfo")
-    @ApiOperation(value = "鑾峰彇妫�楠岀櫥璁颁俊鎭�")
-    public AjaxResult Getlabreginfoinfo(@RequestParam @ApiParam(value = "灏辫瘖鍙� ID") String hisRegistrationId,
-                                        @ApiParam(value = "缁撴潫鏃ユ湡") @RequestParam Date jsrq,
-                                        @ApiParam(value = "寮�濮嬫棩鏈�") @RequestParam Date ksrq,
-                                        @ApiParam(value = "鐘舵�侊細 宸茬敵璇� 宸查噰鏍� 宸叉娴� 宸插" +
-                                                "鏍� 宸蹭綔搴�") @RequestParam String Status,
-                                        @ApiParam(value = "鎮h�� ID") @RequestParam String pationid,
-                                        @ApiParam(value = "椤靛ぇ灏忥紝鏈�灏� 10 琛�") @RequestParam(defaultValue = "10") Integer pagecount,
-                                        @ApiParam(value = "椤垫暟锛屾渶灏� 1 椤�") @RequestParam(defaultValue = "1") Integer page) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("his_registration_id",hisRegistrationId);
-        map.put("Status",Status);
-        map.put("jsrq",jsrq);
-        map.put("ksrq",ksrq);
-        map.put("pationid",pationid);
-        map.put("pagecount",pagecount);
-        map.put("page",page);
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-    @PostMapping("/Testcostapply")
-    @ApiOperation(value = "浣撴璐圭敤鐢宠")
-    public AjaxResult Testcostapply(@RequestBody TestcostapplyDto dao) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("his_registration_id",dao.getHisRegistrationId());
-        map.put("czybm",dao.getCzybm());
-        map.put("czyksbm",dao.getCzyksbm());
-        map.put("brxm",dao.getBrxm());
-        map.put("ywck",dao.getYwck());
-        map.put("sfzh",dao.getSfzh());
-        map.put("jkkkh",dao.getJkkkh());
-        map.put("mindexId",dao.getMindexId());
-        map.put("brxb",dao.getBrxb());
-        map.put("csrq",dao.getCsrq());
-        map.put("brnl",dao.getBrnl());
-        map.put("brnldw",dao.getBrnldw());
-        map.put("addr",dao.getAddr());
-        map.put("lxrdh",dao.getLxrdh());
-        map.put("mz",dao.getMz());
-        map.put("zy",dao.getZy());
-        map.put("details",dao.getDetails());
-        map.put("mxfyxmbm",dao.getMxfyxmbm());
-        map.put("sfzhfy",dao.getSfzhfy());
-        map.put("sl",dao.getSl());
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-
-    @PostMapping("/Testregapply")
-    @ApiOperation(value = "鏂板鎴栦慨鏀逛綋妫�鐧昏淇℃伅")
-    public AjaxResult Testregapply(@RequestBody TestregapplyDto dao) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("his_registration_id",dao.getHisRegistrationId());
-        map.put("czybm",dao.getCzybm());
-        map.put("czyksbm",dao.getCzyksbm());
-        map.put("tjbh",dao.getTjbh());
-        map.put("grbh",dao.getGrbh());
-        map.put("sfzh",dao.getSfzh());
-        map.put("xm",dao.getXm());
-        map.put("xb",dao.getXb());
-        map.put("nl",dao.getNl());
-        map.put("csrq",dao.getCsrq());
-        map.put("nldw",dao.getNldw());
-        map.put("addr",dao.getAddr());
-        map.put("sj",dao.getSj());
-        map.put("dwbm",dao.getDwbm());
-        map.put("tcbm",dao.getTcbm());
-        map.put("details",dao.getDetails());
-        map.put("je",dao.getJe());
-        map.put("sjje",dao.getSjje());
-        map.put("details_mx",dao.getDetailsMx());
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-
-    @PostMapping("/Getoutpatientcostinfo")
-    @ApiOperation(value = "鑾峰彇闂ㄨ瘖鎮h�呰垂鐢ㄦ竻鍗曚俊鎭�")
-    public AjaxResult Getoutpatientcostinfo(@RequestParam @ApiParam(value = "鍗$被鍨� 1 鐢靛瓙鍋ュ悍鍗� 2 韬唤璇� 3 璇�" +
-            "鐤楀崱 4 鎮h�� ID 5 灏辫瘖娴佹按鍙� 9 鐢靛瓙" +
-            "鍋ュ悍鍗℃祦姘村彿") String cardtype,
-                                        @ApiParam(value = "缁撴潫鏃ユ湡") @RequestParam Date jsrq,
-                                        @ApiParam(value = "寮�濮嬫棩鏈�") @RequestParam Date ksrq,
-                                        @ApiParam(value = "妫�绱㈢爜" +
-                                                "1 鐢靛瓙鍋ュ悍鍗★紝闀垮害>=64   2 韬唤璇侊紝闀垮害=18锛堟敞鍐岃韩浠借瘉鎴栧崱鍙疯韩浠借瘉鍙风爜锛�3 璇婄枟鍗★紝闀垮害=8  4 鎮h�� ID   5 灏辫瘖娴佹按鍙�   " +
-                                                "9 鍋ュ悍鍗℃祦姘村彿锛堝缓妗e敮涓�鍙凤級闀垮害n" +
-                                                "14") @RequestParam String input,
-                                        @ApiParam(value = "椤靛ぇ灏忥紝鏈�灏� 10 琛�") @RequestParam(defaultValue = "10") Integer pagecount,
-                                        @ApiParam(value = "椤垫暟锛屾渶灏� 1 椤�") @RequestParam(defaultValue = "1") Integer page) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("cardtype",cardtype);
-        map.put("input",input);
-        map.put("jsrq",jsrq);
-        map.put("ksrq",ksrq);
-        map.put("pagecount",pagecount);
-        map.put("page",page);
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-
-    @PostMapping("/Getoutaccountrecord")
-    @ApiOperation(value = "鑾峰彇闂ㄨ瘖缁撶畻璁板綍")
-    public AjaxResult Getoutaccountrecord(@RequestParam @ApiParam(value = "灏辫瘖鍙� ID") String hisRegistrationId,
-                                          @ApiParam(value = "缁撴潫鏃ユ湡") @RequestParam Date jsrq,
-                                          @ApiParam(value = "寮�濮嬫棩鏈�") @RequestParam Date ksrq,
-                                          @ApiParam(value = "椤靛ぇ灏忥紝鏈�灏� 10 琛�") @RequestParam(defaultValue = "10") Integer pagecount,
-                                          @ApiParam(value = "椤垫暟锛屾渶灏� 1 椤�") @RequestParam(defaultValue = "1") Integer page) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("his_registration_id",hisRegistrationId);
-        map.put("jsrq",jsrq);
-        map.put("ksrq",ksrq);
-        map.put("pagecount",pagecount);
-        map.put("page",page);
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
-
-
-    @PostMapping("/Getpatientalterregrecord")
-    @ApiOperation(value = "鑾峰彇鎮h�呮敞鍐屼俊鎭紙鍚彉鏇磋褰曪級")
-    public AjaxResult Getpatientalterregrecord(@RequestParam @ApiParam(value = "灏辫瘖鍙� ID") String mzzybz,
-                                          @ApiParam(value = "缁撴潫鏃ユ湡") @RequestParam Date jsrq,
-                                          @ApiParam(value = "寮�濮嬫棩鏈�") @RequestParam Date ksrq) {
-        Map<String, Object> map = new HashMap<>();
-        map.put("mzzybz",mzzybz);
-        map.put("jsrq",jsrq);
-        map.put("ksrq",ksrq);
-        String post = HttpClientUtils.sendPost(HIS_URL, map);
-        return AjaxResult.success(post);
-    }
+//    @PostMapping("/Outpincreateapply")
+//    @ApiOperation(value = "鏂板/淇敼闂ㄨ瘖娉ㄥ唽淇℃伅")
+//    public AjaxResult Outpincreateapply(@RequestBody TjCustomer customer) {
+//        Map<String, Object> map = new HashMap<>();
+//        if (null != customer.getCusId()) {
+//            map.put("pationid", customer.getCusId());
+//        } else {
+//            map.put("pationid", null);
+//        }
+//        map.put("brxm", customer.getCusName());
+//        map.put("brxb", customer.getCusSex());
+//        map.put("csrq", customer.getCusBrithday());
+//        map.put("brnl", customer.getAge());
+//        map.put("brnldw", customer.getAgeUnit());
+//        map.put("addr", customer.getAddr());
+//        map.put("gzdw", null);
+//        map.put("dwdz", null);
+//        map.put("lxr", customer.getCusName());
+//        map.put("lxrdh", customer.getCusPhone());
+//        map.put("lxrgx", "鏈汉");
+//        map.put("sfzh", customer.getCusIdcard());
+//        map.put("jhrxm", null);
+//        map.put("jhrsfzh", null);
+//        map.put("mz", customer.getCusNational());
+//        map.put("zy", customer.getCareer());
+//        map.put("fbbm", null);
+//        map.put("czy", customer.getCreateBy());
+//        map.put("jkkkh", customer.getIndexCard());
+//        map.put("mindex_id", customer.getIndexCard());
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//
+//    @PostMapping("/Outpinconapply")
+//    @ApiOperation(value = "闂ㄨ瘖鍖荤敓鎺ヨ瘖")
+//    public AjaxResult Outpinconapply(@RequestParam @ApiParam(value = "灏辫瘖鍙�") String jzh,
+//                                     @ApiParam(value = "鎺ヨ瘖鏃ユ湡") @RequestParam Date jzrq,
+//                                     @ApiParam(value = "鎺ヨ瘖鍖诲笀") @RequestParam String jzysbm) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("jzh",jzh);
+//        map.put("jzrq",jzrq);
+//        map.put("jzysbm",jzysbm);
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//
+//    @PostMapping("/Outpinunconapply")
+//    @ApiOperation(value = "闂ㄨ瘖鍖荤敓鍙栨秷鎺ヨ瘖")
+//    public AjaxResult Outpinunconapply(@RequestParam @ApiParam(value = "灏辫瘖鍙�") String jzh,
+//                                     @ApiParam(value = "鎺ヨ瘖鏃ユ湡") @RequestParam Date jzrq,
+//                                     @ApiParam(value = "鎺ヨ瘖鍖诲笀") @RequestParam String jzysbm) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("jzh",jzh);
+//        map.put("jzrq",jzrq);
+//        map.put("jzysbm",jzysbm);
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//    @PostMapping("/Outpinimpapply")
+//    @ApiOperation(value = "鏂板/淇敼闂ㄨ瘖璇婃柇")
+//    public AjaxResult Outpinimpapply(@RequestBody OutpinimpapplyDto dto ) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("his_registration_id",dto.getHisRegistrationId());
+//        map.put("mzzdid",dto.getMzzdid());
+//        map.put("sqysbm",dto.getSqysbm());
+//        map.put("mzksbm",dto.getMzksbm());
+//        map.put("fbrq",dto.getFbrq());
+//        map.put("zdrq",dto.getZdrq());
+//        map.put("czybm",dto.getCzybm());
+//        map.put("czyksbm",dto.getCzyksbm());
+//        map.put("zs",dto.getZs());
+//        map.put("bs",dto.getBs());
+//        map.put("clyz",dto.getClyz());
+//        map.put("jws",dto.getJws());
+//        map.put("tgjc",dto.getTgjc());
+//        map.put("gms",dto.getGms());
+//        map.put("jbbm",dto.getJbbm());
+//        map.put("jbbm1",dto.getJbbm1());
+//        map.put("jbbm2",dto.getJbbm2());
+////        map.put("tw",dto.getTw());
+////        map.put("mb",dto.getMb());
+////        map.put("hx",dto.getHx());
+////        map.put("bp",dto.getBp());
+//        map.put("fzbz",dto.getFzbz());
+//        map.put("hzqx",dto.getHzqx());
+//        map.put("sfqc",dto.getSfqc());
+//        map.put("qchs",dto.getQchs());
+//        map.put("sfqj",dto.getSfqj());
+//        map.put("jzqk",dto.getJzqk());
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//
+//    @PostMapping("/Outpinmesapply")
+//    @ApiOperation(value = "闂ㄨ瘖棰勪氦鏀惰垂")
+//    public AjaxResult Outpinmesapply(@RequestParam @ApiParam(value = "闂ㄨ瘖鎮h�� ID") String pationid,
+//                                       @ApiParam(value = "鎿嶄綔鍛�") @RequestParam String czybm,
+//                                       @ApiParam(value = "鏀粯绫诲瀷缂栫爜") @RequestParam String zflxbm,
+//                                       @ApiParam(value = "棰勪氦閲戦") @RequestParam int yjje) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("pationid",pationid);
+//        map.put("czybm",czybm);
+//        map.put("zflxbm",zflxbm);
+//        map.put("yjje",yjje);
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//
+//    @PostMapping("/Outpinregapply")
+//    @ApiOperation(value = "鏂板/淇敼闂ㄨ瘖鎸傚彿鐢宠")
+//    public AjaxResult Outpinregapply(@RequestBody OutpinregapplyDto dao) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("pationid",dao.getPationid());
+//        map.put("his_registration_id",dao.getHisRegistrationId());
+//        map.put("sqysbm",dao.getSqysbm());
+//        map.put("mzksbm",dao.getMzksbm());
+//        map.put("czybm",dao.getCzybm());
+//        map.put("sfjz",dao.getSfjz());
+//        map.put("ghzlbm",dao.getGhzlbm());
+//        map.put("ywckbm",dao.getYwckbm());
+//        map.put("sflstd",dao.getSflstd());
+//        map.put("ghrq",dao.getGhrq());
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//    @PostMapping("/Outpintestapply")
+//    @ApiOperation(value = "闂ㄨ瘖妫�楠岀敵璇�")
+//    public AjaxResult Outpintestapply(@RequestBody OutpintestapplyDto dao) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("his_registration_id",dao.getHisRegistrationId());
+//        map.put("sfzh",dao.getHisRegistrationId());
+//        map.put("sqysbm",dao.getSqysbm());
+//        map.put("mzksbm",dao.getMzksbm());
+//        map.put("sjrq",dao.getSjrq());
+//        map.put("czybm",dao.getCzybm());
+//        map.put("czyksbm",dao.getCzyksbm());
+//        map.put("sfjz",dao.getSfjz());
+//        map.put("details",dao.getDetails());
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//
+//    @PostMapping("/Outpindeltestapply")
+//    @ApiOperation(value = "浣滃簾闂ㄨ瘖妫�楠岀敵璇�")
+//    public AjaxResult Outpindeltestapply(@RequestParam @ApiParam(value = "灏辫瘖鍙� ID") String hisRegistrationId,
+//                                     @ApiParam(value = "鎿嶄綔鍛�") @RequestParam String czybm,
+//                                     @ApiParam(value = "鐢宠鍗曞彿") @RequestParam String sqdh) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("his_registration_id",hisRegistrationId);
+//        map.put("czybm",czybm);
+//        map.put("zflxbm",sqdh);
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//
+//    @PostMapping("/Outpinexamapply")
+//    @ApiOperation(value = "闂ㄨ瘖妫�鏌ョ敵璇�")
+//    public AjaxResult Outpinexamapply(@RequestBody OutpinexamapplyDto dao) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("his_registration_id",dao.getHisRegistrationId());
+//        map.put("sfzh",dao.getHisRegistrationId());
+//        map.put("sqysbm",dao.getSqysbm());
+//        map.put("mzksbm",dao.getMzksbm());
+//        map.put("sjrq",dao.getSjrq());
+//        map.put("czybm",dao.getCzybm());
+//        map.put("czyksbm",dao.getCzyksbm());
+//        map.put("lczz",dao.getLczz());
+//        map.put("lczd",dao.getLczd());
+//        map.put("jcms",dao.getJcms());
+//        map.put("jcbw",dao.getJcbw());
+//        map.put("sfjz",dao.getSfjz());
+//        map.put("details",dao.getDetails());
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//
+//    @PostMapping("/Outpindelexamapply")
+//    @ApiOperation(value = "浣滃簾闂ㄨ瘖妫�鏌ョ敵璇�")
+//    public AjaxResult Outpindelexamapply(@RequestParam @ApiParam(value = "灏辫瘖鍙� ID") String hisRegistrationId,
+//                                         @ApiParam(value = "鎿嶄綔鍛�") @RequestParam String czybm,
+//                                         @ApiParam(value = "鐢宠鍗曞彿") @RequestParam String sqdh) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("his_registration_id",hisRegistrationId);
+//        map.put("czybm",czybm);
+//        map.put("zflxbm",sqdh);
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//
+//    @PostMapping("/Outpinmedapply")
+//    @ApiOperation(value = "闂ㄨ瘖鍖荤枟鍖诲槺鐢宠")
+//    public AjaxResult Outpinmedapply(@RequestBody OutpinmedapplyDto dao) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("his_registration_id",dao.getHisRegistrationId());
+//        map.put("sfzh",dao.getHisRegistrationId());
+//        map.put("sqysbm",dao.getSqysbm());
+//        map.put("mzksbm",dao.getMzksbm());
+//        map.put("sjrq",dao.getSjrq());
+//        map.put("czybm",dao.getCzybm());
+//        map.put("czyksbm",dao.getCzyksbm());
+//        map.put("bqsm",dao.getBqsm());
+//        map.put("sfjz",dao.getSfjz());
+//        map.put("details",dao.getDetails());
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//
+//    @PostMapping("/Outpindelmedapply")
+//    @ApiOperation(value = "浣滃簾闂ㄨ瘖鍖荤枟鍖诲槺鐢宠")
+//    public AjaxResult Outpindelmedapply(@RequestParam @ApiParam(value = "灏辫瘖鍙� ID") String hisRegistrationId,
+//                                         @ApiParam(value = "鎿嶄綔鍛�") @RequestParam String czybm,
+//                                         @ApiParam(value = "鐢宠鍗曞彿") @RequestParam String sqdh) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("his_registration_id",hisRegistrationId);
+//        map.put("czybm",czybm);
+//        map.put("zflxbm",sqdh);
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//
+//    @PostMapping("/Outpintreatapply")
+//    @ApiOperation(value = "闂ㄨ瘖娌荤枟澶勭疆鐢宠")
+//    public AjaxResult Outpintreatapply(@RequestBody OutpintreatapplyDto dao) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("his_registration_id",dao.getHisRegistrationId());
+//        map.put("sfzh",dao.getHisRegistrationId());
+//        map.put("sqysbm",dao.getSqysbm());
+//        map.put("mzksbm",dao.getMzksbm());
+//        map.put("sjrq",dao.getSjrq());
+//        map.put("czybm",dao.getCzybm());
+//        map.put("czyksbm",dao.getCzyksbm());
+//        map.put("bqsm",dao.getBqsm());
+//        map.put("sfjz",dao.getSfjz());
+//        map.put("zlbz",dao.getZlbz());
+//        map.put("details",dao.getDetails());
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//    @PostMapping("/Outpintdelreatapply")
+//    @ApiOperation(value = "浣滃簾闂ㄨ瘖娌荤枟澶勭疆鐢宠")
+//    public AjaxResult Outpintdelreatapply(@RequestParam @ApiParam(value = "灏辫瘖鍙� ID") String hisRegistrationId,
+//                                        @ApiParam(value = "鎿嶄綔鍛�") @RequestParam String czybm,
+//                                        @ApiParam(value = "鐢宠鍗曞彿") @RequestParam String sqdh) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("his_registration_id",hisRegistrationId);
+//        map.put("czybm",czybm);
+//        map.put("zflxbm",sqdh);
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//
+//    @PostMapping("/Outpinmedicapply")
+//    @ApiOperation(value = "闂ㄨ瘖鑽搧鐢宠")
+//    public AjaxResult Outpinmedicapply(@RequestBody OutpinmedicapplyDto dao) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("his_registration_id",dao.getHisRegistrationId());
+//        map.put("sfzh",dao.getHisRegistrationId());
+//        map.put("sqysbm",dao.getSqysbm());
+//        map.put("mzksbm",dao.getMzksbm());
+//        map.put("sjrq",dao.getSjrq());
+//        map.put("czybm",dao.getCzybm());
+//        map.put("czyksbm",dao.getCzyksbm());
+//        map.put("cflxbm",dao.getCflxbm());
+//        map.put("yfbm",dao.getYfbm());
+//        map.put("fyts",dao.getFyts());
+//        map.put("mzzd",dao.getMzzd());
+//        map.put("details",dao.getDetails());
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//    @PostMapping("/Outpindelmedicapply")
+//    @ApiOperation(value = "浣滃簾闂ㄨ瘖鑽搧鐢宠")
+//    public AjaxResult Outpindelmedicapply(@RequestParam @ApiParam(value = "灏辫瘖鍙� ID") String hisRegistrationId,
+//                                          @ApiParam(value = "鎿嶄綔鍛�") @RequestParam String czybm,
+//                                          @ApiParam(value = "鐢宠鍗曞彿") @RequestParam String sqdh) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("his_registration_id",hisRegistrationId);
+//        map.put("czybm",czybm);
+//        map.put("zflxbm",sqdh);
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//
+//    @PostMapping("/Getexamapplyinfo")
+//    @ApiOperation(value = "鑾峰彇妫�鏌ョ敵璇蜂俊鎭�")
+//    public AjaxResult Getexamapplyinfo(@RequestParam @ApiParam(value = "灏辫瘖鍙� ID") String hisRegistrationId,
+//                                          @ApiParam(value = "绉戝缂栫爜") @RequestParam String ksbm,
+//                                          @ApiParam(value = "缁撴潫鏃ユ湡") @RequestParam Date jsrq,
+//                                          @ApiParam(value = "寮�濮嬫棩鏈�") @RequestParam Date ksrq) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("his_registration_id",hisRegistrationId);
+//        map.put("ksbm",ksbm);
+//        map.put("jsrq",jsrq);
+//        map.put("ksrq",ksrq);
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//
+//    @PostMapping("/Getexamreportinfo")
+//    @ApiOperation(value = "鑾峰彇妫�鏌ユ姤鍛婁俊鎭�")
+//    public AjaxResult Getexamreportinfo(@RequestParam @ApiParam(value = "灏辫瘖鍙� ID") String hisRegistrationId,
+//                                       @ApiParam(value = "绉戝鍚嶇О") @RequestParam String ksmc,
+//                                       @ApiParam(value = "鎮h�� ID") @RequestParam String pationid,
+//                                       @ApiParam(value = "缁撴潫鏃ユ湡") @RequestParam Date jsrq,
+//                                       @ApiParam(value = "寮�濮嬫棩鏈�") @RequestParam Date ksrq,
+//                                       @ApiParam(value = "椤靛ぇ灏忥紝鏈�灏� 10 琛�") @RequestParam(defaultValue = "10") Integer pagecount,
+//                                       @ApiParam(value = "椤垫暟锛屾渶灏� 1 椤�") @RequestParam(defaultValue = "1") Integer page,
+//                                       @ApiParam(value = "鐘舵�侊細宸茬櫥璁� 锛屽凡璇婃柇锛屽凡浣滃簾") @RequestParam String status,
+//                                       @ApiParam(value = "鍗$被鍨� 5 灏辫瘖娴佹按鍙� 9 鐢靛瓙鍋ュ悍鍗� 娴佹按鍙� 榛樿 5") @RequestParam String cardtype) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("his_registration_id",hisRegistrationId);
+//        map.put("ksmc",ksmc);
+//        map.put("jsrq",jsrq);
+//        map.put("ksrq",ksrq);
+//        map.put("pationid",pationid);
+//        map.put("pagecount",pagecount);
+//        map.put("page",page);
+//        map.put("status",status);
+//        map.put("cardtype",cardtype);
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//    @PostMapping("/Examreportrecordinfo")
+//    @ApiOperation(value = "鏂板/淇敼妫�鏌ユ姤鍛婅褰�")
+//    public AjaxResult Examreportrecordinfo(@RequestBody ExamreportrecordinfoDto dto) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("his_registration_id",dto.getHisRegistrationId());
+//        map.put("jcbgid",dto.getJcbgid());
+//        map.put("sfjz",dto.getSfjz());
+//        map.put("pationid",dto.getPationid());
+//        map.put("mzzybz",dto.getMzzybz());
+//        map.put("brxm",dto.getBrxm());
+//        map.put("brxb",dto.getBrxb());
+//        map.put("brnl",dto.getBrnl());
+//        map.put("brnldw",dto.getBrnldw());
+//        map.put("lxrdh",dto.getLxrdh());
+//        map.put("hzksbm",dto.getHzksbm());
+//        map.put("sqdh",dto.getSqdh());
+//        map.put("sqjgdm",dto.getSqjgdm());
+//        map.put("sqsj",dto.getSqsj());
+//        map.put("sqrbm",dto.getSqrbm());
+//        map.put("sqrxm",dto.getSqrxm());
+//        map.put("hzzs",dto.getHzzs());
+//        map.put("hzbs",dto.getHzbs());
+//        map.put("xyzdbm",dto.getXyzdbm());
+//        map.put("xyzdmc",dto.getXyzdmc());
+//        map.put("zdrq",dto.getZdrq());
+//        map.put("fbrq",dto.getFbrq());
+//        map.put("tsjcbz",dto.getTsjcbz());
+//        map.put("jcxmdm",dto.getJcxmdm());
+//        map.put("jcxmmc",dto.getJcxmmc());
+//        map.put("jcjgdm",dto.getJcjgdm());
+//        map.put("jcjsbh",dto.getJcjsbh());
+//        map.put("jcjsxm",dto.getJcjsxm());
+//        map.put("jcrq",dto.getJcrq());
+//        map.put("jcbgdbh",dto.getJcbgdbh());
+//        map.put("jcff",dto.getJcff());
+//        map.put("jcksbh",dto.getJcksbh());
+//        map.put("jcksmc",dto.getJcksmc());
+//        map.put("yqbm",dto.getYqbm());
+//        map.put("jcbgbz",dto.getJcbgbz());
+//        map.put("jcbwdm",dto.getJcbwdm());
+//        map.put("bgksbh",dto.getBgksbh());
+//        map.put("bgksmc",dto.getBgksmc());
+//        map.put("bgrq",dto.getBgrq());
+//        map.put("bgysbh",dto.getBgysbh());
+//        map.put("bgysxm",dto.getBgysxm());
+//        map.put("shysbh",dto.getShysbh());
+//        map.put("shysxm",dto.getShysxm());
+//        map.put("jch",dto.getJch());
+//        map.put("yxh",dto.getYxh());
+//        map.put("kdsj",dto.getKdsj());
+//        map.put("jclx",dto.getJclx());
+//        map.put("yyh",dto.getYyh());
+//        map.put("yxbx",dto.getYxbx());
+//        map.put("yxzd",dto.getYxzd());
+//        map.put("sfyyx",dto.getSfyyx());
+//        map.put("yxzl",dto.getYxzl());
+//        map.put("yxs",dto.getYxs());
+//        map.put("jlysbh",dto.getJlysbh());
+//        map.put("jlrq",dto.getJlrq());
+//        map.put("bgzt",dto.getBgzt());
+//        map.put("lczdfh",dto.getLczdfh());
+//        map.put("wjz",dto.getWjz());
+//        map.put("wjzzdmc",dto.getWjzzdmc());
+//        map.put("wjzjcysyj",dto.getWjzjcysyj());
+//        map.put("wjzjcysbh",dto.getWjzjcysbh());
+//        map.put("wjzjcysxyj",dto.getWjzjcysyj());
+//        map.put("wjzqrrq",dto.getWjzqrrq());
+//        map.put("wjzjsrbh",dto.getWjzjsrbh());
+//        map.put("wjzjsrxm",dto.getWjzjsrxm());
+//        map.put("wjzjsrq",dto.getWjzjsrq());
+//        map.put("wjzclysbh",dto.getWjzclysbh());
+//        map.put("wjzclysxm",dto.getWjzclysxm());
+//        map.put("wjzclyj",dto.getWjzclyj());
+//        map.put("wjzclrq",dto.getWjzclrq());
+//        map.put("sfkf",dto.getSfkf());
+//        map.put("yzid",dto.getYzid());
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//    @PostMapping("/Getexamurgentinfo")
+//    @ApiOperation(value = "鑾峰彇妫�鏌ュ嵄鎬ュ�间俊鎭�")
+//    public AjaxResult Getexamurgentinfo(@RequestParam @ApiParam(value = "灏辫瘖鍙� ID") String hisRegistrationId,
+//                                        @ApiParam(value = "缁撴潫鏃ユ湡") @RequestParam Date jsrq,
+//                                        @ApiParam(value = "寮�濮嬫棩鏈�") @RequestParam Date ksrq,
+//                                        @ApiParam(value = "椤靛ぇ灏忥紝鏈�灏� 10 琛�") @RequestParam(defaultValue = "10") Integer pagecount,
+//                                        @ApiParam(value = "椤垫暟锛屾渶灏� 1 椤�") @RequestParam(defaultValue = "1") Integer page) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("his_registration_id",hisRegistrationId);
+//        map.put("jsrq",jsrq);
+//        map.put("ksrq",ksrq);
+//        map.put("pagecount",pagecount);
+//        map.put("page",page);
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//
+//    @PostMapping("/Getexamimageinfo")
+//    @ApiOperation(value = "鑾峰彇妫�鏌ュ奖鍍忎俊鎭�")
+//    public AjaxResult Getexamimageinfo(@RequestParam @ApiParam(value = "灏辫瘖鍙� ID") String hisRegistrationId,
+//                                        @ApiParam(value = "缁撴潫鏃ユ湡") @RequestParam Date jsrq,
+//                                        @ApiParam(value = "寮�濮嬫棩鏈�") @RequestParam Date ksrq,
+//                                        @ApiParam(value = "椤靛ぇ灏忥紝鏈�灏� 10 琛�") @RequestParam(defaultValue = "10") Integer pagecount,
+//                                        @ApiParam(value = "椤垫暟锛屾渶灏� 1 椤�") @RequestParam(defaultValue = "1") Integer page) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("his_registration_id",hisRegistrationId);
+//        map.put("jsrq",jsrq);
+//        map.put("ksrq",ksrq);
+//        map.put("pagecount",pagecount);
+//        map.put("page",page);
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//
+//    @PostMapping("/Getlabapplyinfo")
+//    @ApiOperation(value = "鑾峰彇妫�楠岀敵璇蜂俊鎭�")
+//    public AjaxResult Getlabapplyinfo(@RequestParam @ApiParam(value = "灏辫瘖鍙� ID") String hisRegistrationId,
+//                                       @ApiParam(value = "缁撴潫鏃ユ湡") @RequestParam Date jsrq,
+//                                       @ApiParam(value = "寮�濮嬫棩鏈�") @RequestParam Date ksrq,
+//                                       @ApiParam(value = "鍗$被鍨嬶紝 1 鐢靛瓙鍋ュ悍鍗� 2 韬唤璇� 3" +
+//                                               "璇婄枟鍗� 4 鎮h�� ID 5 灏辫瘖娴佹按鍙� 榛樿" +
+//                                               "4 鎮h�� ID") @RequestParam String cardtype,
+//                                       @ApiParam(value = "涓氬姟绫诲瀷锛氶棬璇娿�佷綇闄€�佷綋妫�銆佸叾浠�") @RequestParam String mzorzy,
+//                                       @ApiParam(value = "鐢宠绉戝") @RequestParam String ksbm) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("his_registration_id",hisRegistrationId);
+//        map.put("jsrq",jsrq);
+//        map.put("ksrq",ksrq);
+//        map.put("cardtype",cardtype);
+//        map.put("mzorzy",mzorzy);
+//        map.put("ksbm",ksbm);
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//
+//    @PostMapping("/Getlabreportinfo")
+//    @ApiOperation(value = "鑾峰彇妫�楠屾姤鍛婅褰曚俊鎭�")
+//    public AjaxResult Getlabreportinfo(@RequestParam @ApiParam(value = "灏辫瘖鍙� ID") String hisRegistrationId,
+//                                       @ApiParam(value = "缁撴潫鏃ユ湡") @RequestParam Date jsrq,
+//                                       @ApiParam(value = "寮�濮嬫棩鏈�") @RequestParam Date ksrq,
+//                                       @ApiParam(value = "鐢宠绉戝") @RequestParam String ksbm,
+//                                       @ApiParam(value = "鐢宠绉戝") @RequestParam String pationid,
+//                                       @ApiParam(value = "椤靛ぇ灏忥紝鏈�灏� 10 琛�") @RequestParam(defaultValue = "10") Integer pagecount,
+//                                       @ApiParam(value = "椤垫暟锛屾渶灏� 1 椤�") @RequestParam(defaultValue = "1") Integer page) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("his_registration_id",hisRegistrationId);
+//        map.put("jsrq",jsrq);
+//        map.put("ksrq",ksrq);
+//        map.put("ksbm",ksbm);
+//        map.put("pationid",pationid);
+//        map.put("pagecount",pagecount);
+//        map.put("page",page);
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//
+//
+//    @PostMapping("/Getlabgermrepinfo")
+//    @ApiOperation(value = "鑾峰彇寰敓鐗╂姤鍛婅褰曚俊鎭�")
+//    public AjaxResult Getlabgermrepinfo(@RequestParam @ApiParam(value = "妫�楠屾姤鍛� ID") String jybgid) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("jybgid",jybgid);
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//    @PostMapping("/Getlabgermdetailinfo")
+//    @ApiOperation(value = "鑾峰彇寰敓鐗╄嵂鏁忎俊鎭�")
+//    public AjaxResult Getlabgermdetailinfo(@RequestParam @ApiParam(value = "妫�楠屾姤鍛� ID") String jybgid) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("jybgid",jybgid);
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//
+//    @PostMapping("/Getlaburgentinfo")
+//    @ApiOperation(value = "鑾峰彇鍗辨�ュ�间俊鎭�")
+//    public AjaxResult Getlaburgentinfo(@RequestParam @ApiParam(value = "妫�楠屾姤鍛� ID") String jybgid,
+//                                       @ApiParam(value = "缁撴潫鏃ユ湡") @RequestParam Date jsrq,
+//                                       @ApiParam(value = "寮�濮嬫棩鏈�") @RequestParam Date ksrq) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("jybgid",jybgid);
+//        map.put("jsrq",jsrq);
+//        map.put("ksrq",ksrq);
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//
+//    @PostMapping("/Labreportapply")
+//    @ApiOperation(value = "妫�楠屾牱鏈嫆鏀惰褰�")
+//    public AjaxResult Labreportapply(@RequestParam @ApiParam(value = "鏉$爜鍙�") String tmh,
+//                                       @ApiParam(value = "鎺ユ敹浜哄憳浠g爜锛屽瓧鍏镐唬鐮�") @RequestParam String jsrydm,
+//                                       @ApiParam(value = "鎷掓敹鎶ュ憡鏃ユ湡锛寉yyy-mm-dd hh:mm:ss") @RequestParam Date jsrq,
+//                                       @ApiParam(value = "鎷掓敹鍘熷洜") @RequestParam String jsyy) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("tmh",tmh);
+//        map.put("jsrydm",jsrydm);
+//        map.put("jsrq",jsrq);
+//        map.put("jsyy",jsyy);
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//
+//    @PostMapping("/Getlabreginfoinfo")
+//    @ApiOperation(value = "鑾峰彇妫�楠岀櫥璁颁俊鎭�")
+//    public AjaxResult Getlabreginfoinfo(@RequestParam @ApiParam(value = "灏辫瘖鍙� ID") String hisRegistrationId,
+//                                        @ApiParam(value = "缁撴潫鏃ユ湡") @RequestParam Date jsrq,
+//                                        @ApiParam(value = "寮�濮嬫棩鏈�") @RequestParam Date ksrq,
+//                                        @ApiParam(value = "鐘舵�侊細 宸茬敵璇� 宸查噰鏍� 宸叉娴� 宸插" +
+//                                                "鏍� 宸蹭綔搴�") @RequestParam String Status,
+//                                        @ApiParam(value = "鎮h�� ID") @RequestParam String pationid,
+//                                        @ApiParam(value = "椤靛ぇ灏忥紝鏈�灏� 10 琛�") @RequestParam(defaultValue = "10") Integer pagecount,
+//                                        @ApiParam(value = "椤垫暟锛屾渶灏� 1 椤�") @RequestParam(defaultValue = "1") Integer page) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("his_registration_id",hisRegistrationId);
+//        map.put("Status",Status);
+//        map.put("jsrq",jsrq);
+//        map.put("ksrq",ksrq);
+//        map.put("pationid",pationid);
+//        map.put("pagecount",pagecount);
+//        map.put("page",page);
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//    @PostMapping("/Testcostapply")
+//    @ApiOperation(value = "浣撴璐圭敤鐢宠")
+//    public AjaxResult Testcostapply(@RequestBody TestcostapplyDto dao) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("his_registration_id",dao.getHisRegistrationId());
+//        map.put("czybm",dao.getCzybm());
+//        map.put("czyksbm",dao.getCzyksbm());
+//        map.put("brxm",dao.getBrxm());
+//        map.put("ywck",dao.getYwck());
+//        map.put("sfzh",dao.getSfzh());
+//        map.put("jkkkh",dao.getJkkkh());
+//        map.put("mindexId",dao.getMindexId());
+//        map.put("brxb",dao.getBrxb());
+//        map.put("csrq",dao.getCsrq());
+//        map.put("brnl",dao.getBrnl());
+//        map.put("brnldw",dao.getBrnldw());
+//        map.put("addr",dao.getAddr());
+//        map.put("lxrdh",dao.getLxrdh());
+//        map.put("mz",dao.getMz());
+//        map.put("zy",dao.getZy());
+//        map.put("details",dao.getDetails());
+//        map.put("mxfyxmbm",dao.getMxfyxmbm());
+//        map.put("sfzhfy",dao.getSfzhfy());
+//        map.put("sl",dao.getSl());
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//
+//    @PostMapping("/Testregapply")
+//    @ApiOperation(value = "鏂板鎴栦慨鏀逛綋妫�鐧昏淇℃伅")
+//    public AjaxResult Testregapply(@RequestBody TestregapplyDto dao) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("his_registration_id",dao.getHisRegistrationId());
+//        map.put("czybm",dao.getCzybm());
+//        map.put("czyksbm",dao.getCzyksbm());
+//        map.put("tjbh",dao.getTjbh());
+//        map.put("grbh",dao.getGrbh());
+//        map.put("sfzh",dao.getSfzh());
+//        map.put("xm",dao.getXm());
+//        map.put("xb",dao.getXb());
+//        map.put("nl",dao.getNl());
+//        map.put("csrq",dao.getCsrq());
+//        map.put("nldw",dao.getNldw());
+//        map.put("addr",dao.getAddr());
+//        map.put("sj",dao.getSj());
+//        map.put("dwbm",dao.getDwbm());
+//        map.put("tcbm",dao.getTcbm());
+//        map.put("details",dao.getDetails());
+//        map.put("je",dao.getJe());
+//        map.put("sjje",dao.getSjje());
+//        map.put("details_mx",dao.getDetailsMx());
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//
+//    @PostMapping("/Getoutpatientcostinfo")
+//    @ApiOperation(value = "鑾峰彇闂ㄨ瘖鎮h�呰垂鐢ㄦ竻鍗曚俊鎭�")
+//    public AjaxResult Getoutpatientcostinfo(@RequestParam @ApiParam(value = "鍗$被鍨� 1 鐢靛瓙鍋ュ悍鍗� 2 韬唤璇� 3 璇�" +
+//            "鐤楀崱 4 鎮h�� ID 5 灏辫瘖娴佹按鍙� 9 鐢靛瓙" +
+//            "鍋ュ悍鍗℃祦姘村彿") String cardtype,
+//                                        @ApiParam(value = "缁撴潫鏃ユ湡") @RequestParam Date jsrq,
+//                                        @ApiParam(value = "寮�濮嬫棩鏈�") @RequestParam Date ksrq,
+//                                        @ApiParam(value = "妫�绱㈢爜" +
+//                                                "1 鐢靛瓙鍋ュ悍鍗★紝闀垮害>=64   2 韬唤璇侊紝闀垮害=18锛堟敞鍐岃韩浠借瘉鎴栧崱鍙疯韩浠借瘉鍙风爜锛�3 璇婄枟鍗★紝闀垮害=8  4 鎮h�� ID   5 灏辫瘖娴佹按鍙�   " +
+//                                                "9 鍋ュ悍鍗℃祦姘村彿锛堝缓妗e敮涓�鍙凤級闀垮害n" +
+//                                                "14") @RequestParam String input,
+//                                        @ApiParam(value = "椤靛ぇ灏忥紝鏈�灏� 10 琛�") @RequestParam(defaultValue = "10") Integer pagecount,
+//                                        @ApiParam(value = "椤垫暟锛屾渶灏� 1 椤�") @RequestParam(defaultValue = "1") Integer page) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("cardtype",cardtype);
+//        map.put("input",input);
+//        map.put("jsrq",jsrq);
+//        map.put("ksrq",ksrq);
+//        map.put("pagecount",pagecount);
+//        map.put("page",page);
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//
+//    @PostMapping("/Getoutaccountrecord")
+//    @ApiOperation(value = "鑾峰彇闂ㄨ瘖缁撶畻璁板綍")
+//    public AjaxResult Getoutaccountrecord(@RequestParam @ApiParam(value = "灏辫瘖鍙� ID") String hisRegistrationId,
+//                                          @ApiParam(value = "缁撴潫鏃ユ湡") @RequestParam Date jsrq,
+//                                          @ApiParam(value = "寮�濮嬫棩鏈�") @RequestParam Date ksrq,
+//                                          @ApiParam(value = "椤靛ぇ灏忥紝鏈�灏� 10 琛�") @RequestParam(defaultValue = "10") Integer pagecount,
+//                                          @ApiParam(value = "椤垫暟锛屾渶灏� 1 椤�") @RequestParam(defaultValue = "1") Integer page) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("his_registration_id",hisRegistrationId);
+//        map.put("jsrq",jsrq);
+//        map.put("ksrq",ksrq);
+//        map.put("pagecount",pagecount);
+//        map.put("page",page);
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
+//
+//
+//    @PostMapping("/Getpatientalterregrecord")
+//    @ApiOperation(value = "鑾峰彇鎮h�呮敞鍐屼俊鎭紙鍚彉鏇磋褰曪級")
+//    public AjaxResult Getpatientalterregrecord(@RequestParam @ApiParam(value = "灏辫瘖鍙� ID") String mzzybz,
+//                                          @ApiParam(value = "缁撴潫鏃ユ湡") @RequestParam Date jsrq,
+//                                          @ApiParam(value = "寮�濮嬫棩鏈�") @RequestParam Date ksrq) {
+//        Map<String, Object> map = new HashMap<>();
+//        map.put("mzzybz",mzzybz);
+//        map.put("jsrq",jsrq);
+//        map.put("ksrq",ksrq);
+//        String post = HttpClientUtils.sendPost(HIS_URL, map);
+//        return AjaxResult.success(post);
+//    }
 }

--
Gitblit v1.8.0