|
@@ -31,7 +31,7 @@ public interface AiptServiceClient {
|
|
@PostMapping(value = "/nlpService/symptomFeature")
|
|
@PostMapping(value = "/nlpService/symptomFeature")
|
|
Response<List<Map<String, Object>>> symptomFeaturePageData(@RequestParam("text") String text);
|
|
Response<List<Map<String, Object>>> symptomFeaturePageData(@RequestParam("text") String text);
|
|
|
|
|
|
- @PostMapping("/clinicaldata/highRish")
|
|
|
|
|
|
+ @PostMapping("/clinicaldata/highRisk")
|
|
Response<GdbResponse> highRisk(@RequestBody SearchData searchData);
|
|
Response<GdbResponse> highRisk(@RequestBody SearchData searchData);
|
|
|
|
|
|
@PostMapping(value = "/clinicaldata/scaleCalc")
|
|
@PostMapping(value = "/clinicaldata/scaleCalc")
|