|
@@ -11,6 +11,7 @@ import com.diagbot.dto.KlDiagnoseInfoDTO;
|
|
import com.diagbot.dto.KlDiagnoseTypeDTO;
|
|
import com.diagbot.dto.KlDiagnoseTypeDTO;
|
|
import com.diagbot.dto.KlRuleByIdParDTO;
|
|
import com.diagbot.dto.KlRuleByIdParDTO;
|
|
import com.diagbot.dto.KlRuleInfoDTO;
|
|
import com.diagbot.dto.KlRuleInfoDTO;
|
|
|
|
+import com.diagbot.dto.RegulationIndexDTO;
|
|
import com.diagbot.dto.RespDTO;
|
|
import com.diagbot.dto.RespDTO;
|
|
import com.diagbot.dto.RetrievalDTO;
|
|
import com.diagbot.dto.RetrievalDTO;
|
|
import com.diagbot.dto.StaticKnowledgeDTO;
|
|
import com.diagbot.dto.StaticKnowledgeDTO;
|
|
@@ -219,4 +220,8 @@ public interface CdssCoreClient {
|
|
|
|
|
|
@PostMapping("/term/termMatching")
|
|
@PostMapping("/term/termMatching")
|
|
public RespDTO<List<TermConceptDTO>> getTermMatching(@Valid @RequestBody TermMatchingVO termMatchingVO);
|
|
public RespDTO<List<TermConceptDTO>> getTermMatching(@Valid @RequestBody TermMatchingVO termMatchingVO);
|
|
|
|
+
|
|
|
|
+ @PostMapping("/klRegulation/index")
|
|
|
|
+ public RespDTO<List<RegulationIndexDTO>> index(@RequestBody RegulationIndexVO regulationIndexVO);
|
|
|
|
+
|
|
}
|
|
}
|