|
@@ -29,7 +29,7 @@ public class TermMatchingController {
|
|
private TermMatchingFacade termMatchingFacade;
|
|
private TermMatchingFacade termMatchingFacade;
|
|
|
|
|
|
@ApiOperation(value = "术语匹配搜索[wangfeng]",
|
|
@ApiOperation(value = "术语匹配搜索[wangfeng]",
|
|
- notes = "type: 类型:1-化验大项、2-化验小项、3-辅检、4-诊断、5-药品、6-手术和操作、7-科室、8-输血、9-症状、10-量表、11-护理、12-中医诊断、13-中医证候、14-麻醉、16-给药途径 <br>" +
|
|
|
|
|
|
+ notes = "type: 类型:100-疾病、101-药品通用名、102-药品剂型、106-手术和操作 <br>" +
|
|
"inputStr: 检索内容<br>")
|
|
"inputStr: 检索内容<br>")
|
|
@PostMapping("/termMatching")
|
|
@PostMapping("/termMatching")
|
|
public RespDTO<List<TermConceptDTO>> getTermMatching(@Valid @RequestBody TermMatchingVO termMatchingVO) {
|
|
public RespDTO<List<TermConceptDTO>> getTermMatching(@Valid @RequestBody TermMatchingVO termMatchingVO) {
|