Commit a449ebd23837bc0d018001caacc2792a7f866e91
1 parent
2fe651e332
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 37 additions and 34 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java
View file @
a449ebd
| ... | ... | @@ -2513,40 +2513,43 @@ |
| 2513 | 2513 | // } |
| 2514 | 2514 | // } |
| 2515 | 2515 | // |
| 2516 | -// @RequestMapping(value = "/lis/lpcs") | |
| 2517 | -// @ResponseBody | |
| 2518 | -// public Map<String, String> getLpLis(@RequestParam("vcCardNo") String vcCardNo) { | |
| 2519 | -// Map<String, String> map = new HashMap<String, String>(); | |
| 2520 | -// map.put("xhdb", "1");//血红蛋白 | |
| 2521 | -// map.put("bxbjs", "2");//白细胞计数 | |
| 2522 | -// map.put("xxbjs", "3");//血小板计数 | |
| 2523 | -// map.put("ndb", "4");//尿蛋白 | |
| 2524 | -// map.put("nt", "5");//尿糖 | |
| 2525 | -// map.put("ntt", "6");//尿酮体 | |
| 2526 | -// map.put("nqx", "7");//尿潜血 | |
| 2527 | -// map.put("xx", "8");//血型 | |
| 2528 | -// map.put("rhxx", "yin");//RH血型 | |
| 2529 | -// map.put("xt", "1");//血糖 | |
| 2530 | -// map.put("xqgbzam", "1");//血清谷丙转氨酶 | |
| 2531 | -// map.put("xqgczam", "1");//血清谷草转氨酶 | |
| 2532 | -// map.put("bdb", "1");//白蛋白 | |
| 2533 | -// map.put("zdhs", "1");//总胆红素 | |
| 2534 | -// map.put("bg", "yin");//丙肝 | |
| 2535 | -// map.put("ygbmky", "yin");//乙肝表面抗原 | |
| 2536 | -// map.put("ygbmkt", "yin");//乙肝表面抗体 | |
| 2537 | -// map.put("ygeky", "yin");//乙肝E抗原 | |
| 2538 | -// map.put("ygekt", "yang");//乙肝E抗体 | |
| 2539 | -// map.put("yghxkt", "yang");//乙肝核心抗体 | |
| 2540 | -// map.put("xqjg", "1");//血清肌酐 | |
| 2541 | -// map.put("xnsd", "1");//血尿素氮 | |
| 2542 | -// map.put("md", "yin");//梅毒 | |
| 2543 | -// map.put("hivkt", "yin");//HIV抗体 | |
| 2544 | -// map.put("ydqjd", "5769ef930cf2d37f03479387");//阴道清洁度 | |
| 2545 | -// map.put("xt1", "1");//血糖1 | |
| 2546 | -// map.put("xt2", "2");//血糖2 | |
| 2547 | -// map.put("xt3", "3");//血糖3 | |
| 2548 | -// return map; | |
| 2549 | -// } | |
| 2516 | + @RequestMapping(value = "/lis/lpcs") | |
| 2517 | + @ResponseBody | |
| 2518 | + public Map<String, String> getLpLis(@RequestParam("vcCardNo") String vcCardNo) { | |
| 2519 | + Map<String, String> map = new HashMap<String, String>(); | |
| 2520 | + map.put("xhdb", "1");//血红蛋白 | |
| 2521 | + map.put("bxbjs", "2");//白细胞计数 | |
| 2522 | + map.put("xxbjs", "3");//血小板计数 | |
| 2523 | + map.put("ndb", "4");//尿蛋白 | |
| 2524 | + map.put("nt", "5");//尿糖 | |
| 2525 | + map.put("ntt", "6");//尿酮体 | |
| 2526 | + map.put("nqx", "7");//尿潜血 | |
| 2527 | + map.put("xx", "8");//血型 | |
| 2528 | + map.put("rhxx", "yin");//RH血型 | |
| 2529 | + map.put("xt", "1");//血糖 | |
| 2530 | + map.put("xqgbzam", "1");//血清谷丙转氨酶 | |
| 2531 | + map.put("xqgczam", "1");//血清谷草转氨酶 | |
| 2532 | + map.put("bdb", "1");//白蛋白 | |
| 2533 | + map.put("zdhs", "1");//总胆红素 | |
| 2534 | + map.put("bg", "yin");//丙肝 | |
| 2535 | + map.put("ygbmky", "yin");//乙肝表面抗原 | |
| 2536 | + map.put("ygbmkt", "yin");//乙肝表面抗体 | |
| 2537 | + map.put("ygeky", "yin");//乙肝E抗原 | |
| 2538 | + map.put("ygekt", "yang");//乙肝E抗体 | |
| 2539 | + map.put("yghxkt", "yang");//乙肝核心抗体 | |
| 2540 | + map.put("xqjg", "1");//血清肌酐 | |
| 2541 | + map.put("xnsd", "1");//血尿素氮 | |
| 2542 | + map.put("md", "yin");//梅毒 | |
| 2543 | + map.put("hivkt", "yin");//HIV抗体 | |
| 2544 | + map.put("ydqjd", "5769ef930cf2d37f03479387");//阴道清洁度 | |
| 2545 | + map.put("xt1", "1");//血糖1 | |
| 2546 | + map.put("xt2", "2");//血糖2 | |
| 2547 | + map.put("xt3", "3");//血糖3 | |
| 2548 | + map.put("FT3", "3");//血糖3 | |
| 2549 | + map.put("FT4", "4");//血糖3 | |
| 2550 | + map.put("TSH", "5");//血糖3 | |
| 2551 | + return map; | |
| 2552 | + } | |
| 2550 | 2553 | // |
| 2551 | 2554 | // @RequestMapping(value = "/lis/cdcs") |
| 2552 | 2555 | // @ResponseBody |